[Bug 676572] A small fix for unused variables...

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 23 01:11:24 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=676572
  GStreamer | gstreamer (core) | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #214669|none                        |needs-work
             status|                            |

--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2012-05-23 08:11:17 UTC ---
Review of attachment 214669:
 --> (https://bugzilla.gnome.org/review?bug=676572&attachment=214669)

::: gst/gstbufferpool.c
@@ +239,3 @@
 {
+  GST_DEBUG_OBJECT (GST_BUFFER_POOL_CAST (pool),
+      "marking meta %p as POOLED in buffer %p", *meta, buffer);

You probably meant to cast user_data, not pool (which you just removed)

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