After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 558416 - [PATCH] realvideodec: use pixel aspect ratio of container
[PATCH] realvideodec: use pixel aspect ratio of container
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.10
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-29 16:41 UTC by Robin Stocker
Modified: 2008-10-29 16:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
set PAR if one was specified in the sink caps (905 bytes, patch)
2008-10-29 16:42 UTC, Robin Stocker
committed Details | Review

Description Robin Stocker 2008-10-29 16:41:52 UTC
A RealVideo video inside a container (for example MKV) should use the PAR which is specified. At the moment realvideodec just discards the PAR. (See also bug 555699 for the same with theoradec.)
Comment 1 Robin Stocker 2008-10-29 16:42:32 UTC
Created attachment 121590 [details] [review]
set PAR if one was specified in the sink caps
Comment 2 Wim Taymans 2008-10-29 16:54:22 UTC
Thanks! commited to cvs.

        Patch by: Robin Stocker <robin at nibor dot org>

        * gst/real/gstrealvideodec.c: (gst_real_video_dec_setcaps):
        A RealVideo video inside a container (for example MKV) should use the
        PAR which is specified on the sinkpad caps. Fixes #558416.