taglist: Avoid assertions when getting tag nick from unregister tag
[platform/upstream/gstreamer.git] / gst / gstutils.h
index 1ff94e3..e891f1b 100644 (file)
@@ -48,6 +48,9 @@ GST_EXPORT
 void            gst_util_dump_mem               (const guchar *mem, guint size);
 
 GST_EXPORT
+void            gst_util_dump_buffer            (GstBuffer * buf);
+
+GST_EXPORT
 guint64         gst_util_gdouble_to_guint64     (gdouble value)  G_GNUC_CONST;
 
 GST_EXPORT