Added metadata to mpg123 buffers. removed (disabeled) debug info.
authorWim Taymans <wim.taymans@gmail.com>
Sun, 6 Feb 2000 22:04:47 +0000 (22:04 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 6 Feb 2000 22:04:47 +0000 (22:04 +0000)
Original commit message from CVS:
Added metadata to mpg123 buffers. removed (disabeled) debug info.

gst/gstmeta.c

index 08208d5..ef6f533 100644 (file)
@@ -47,7 +47,7 @@ void gst_meta_unref(GstMeta *meta) {
   if (meta->refcount == 0) {
 //    gst_trace_add_entry(NULL,0,meta,"destroy meta");
     g_free(meta);
-    g_print("freeing metadata\n");
+//    g_print("freeing metadata\n");
   }
 }