GNOME Bugzilla – Bug 511920
rtpsource queue full tries to treat GstBuffer as GstObject
Last modified: 2008-01-25 09:38:18 UTC
When the queue is full, it uses gst_object_unref instead of gst_mini_object_unref
Created attachment 103684 [details] [review] Patch to use gst_mini_object_unref() on the buffers
Yup. Thanks. Patch modified a bit. (You can (and should) use gst_buffer_unref().) 2008-01-24 David Schleef <ds@schleef.org> Patch by: Olivier Crete <tester@tester.ca> * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the wrong function. Fixes #511920