[gstreamer-bugs] [Bug 593165] glimagesink bug decoding from ts
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Apr 30 02:50:57 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=593165
GStreamer | gst-plugins-gl | git
--- Comment #4 from Julien Isorce <julien.isorce at gmail.com> 2010-04-30 09:50:49 UTC ---
Patch suggested by Roland Peffer in an email to gst-devel:
/* Commenting the code below out prevents problems with pixel-aspect-ratio not
equal 1/1
/* if (par_value)
gst_structure_set_value (structure, "pixel-aspect-ratio", par_value);
else
gst_structure_set (structure, "pixel-aspect-ratio", GST_TYPE_FRACTION,
1, 1, NULL);
*/
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list