[Bug 667222] dvdspu: use refcounting instead of explicit copy

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 21 04:36:46 PDT 2012


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk
            Summary|dvdspu: use refcnting       |dvdspu: use refcounting
                   |instead of explicit copy    |instead of explicit copy
           Severity|normal                      |enhancement

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-05-21 11:36:43 UTC ---
The comment makes me think this is intentional:

       /* Take a copy in case we hit a still frame and need the pristine 
        * frame around */
-      copy = gst_buffer_copy (buf);
+      copy = gst_buffer_ref (buf);

-- 
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