GNOME Bugzilla – Bug 558416
[PATCH] realvideodec: use pixel aspect ratio of container
Last modified: 2008-10-29 16:54:22 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.)
Created attachment 121590 [details] [review] set PAR if one was specified in the sink caps
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.