[gstreamer-bugs] [Bug 628326] vdpau: don't change structure in setcaps function

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 3 11:16:48 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=628326
  GStreamer | gst-plugins-bad | unspecified

Lauri Mylläri <lauri.myllari> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lauri.myllari at gmail.com

--- Comment #2 from Lauri Mylläri <lauri.myllari at gmail.com> 2010-09-03 18:16:47 UTC ---
Aren't the structure changes needed to set the source pad to double framerate
progressive video if input is interlaced and deinterlacing is enabled?

I think video_caps (which is accessed through the structure) should be a copy
of caps, not a reference to it. Replacing gst_caps_ref() with gst_caps_copy()
on line 496 seems to work for me. Is this correct?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list