Added metadata to mpg123 buffers. removed (disabeled) debug info.

Original commit message from CVS:
Added metadata to mpg123 buffers. removed (disabeled) debug info.
This commit is contained in:
Wim Taymans 2000-02-06 22:04:47 +00:00
parent b6a297bf09
commit 10f7e52698

View file

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