Original commit message from CVS:
* gst/gstbuffer.c:
Also do a g_type_class_ref() for the subbuffer type in
the init function.
+2007-09-11 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/gstbuffer.c:
+ Also do a g_type_class_ref() for the subbuffer type in
+ the init function.
+
2007-09-11 Wim Taymans <wim.taymans@gmail.com>
* docs/gst/gstreamer-sections.txt:
* see http://bugzilla.gnome.org/show_bug.cgi?id=304551 */
ptr = g_type_class_ref (GST_TYPE_BUFFER);
g_type_class_unref (ptr);
+ ptr = g_type_class_ref (_gst_subbuffer_type);
+ g_type_class_unref (ptr);
}
GType