mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
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:
parent
b6a297bf09
commit
10f7e52698
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue