[Gstreamer-bugs] [Bug 99413] Changed - when to gst_event_unref ?

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sun Nov 24 02:30:44 PST 2002


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=99413

Changed by rbultje at ronald.bitfreak.net.

--- shadow/99413	Sun Nov 24 01:46:57 2002
+++ shadow/99413.tmp.15145	Sun Nov 24 05:30:43 2002
@@ -14,6 +14,15 @@
 TargetMilestone: 0.4.0
 URL: 
 Summary: when to gst_event_unref ?
 
 Where is the clear-cut documentation that describes when and when not to
 call gst_event_unref?
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2002-11-24 05:30 -------
+Basically, never (for an application).
+
+It sends an event to a pipeline, which then takes ownership of the
+event, treating it just like any GstData* object. When the event has
+been used by some plugin, it unref()s it automatically, just like it
+would do with a GstBuffer*. So applications don't need to unref()
+anything here.





More information about the Gstreamer-bugs mailing list