mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
matroskamux: remove unneeded debug statement
This commit is contained in:
parent
8c165b49a7
commit
d73cecd8c0
1 changed files with 0 additions and 1 deletions
|
@ -778,7 +778,6 @@ gst_ebml_replace_uint (GstEbmlWrite * ebml, guint64 pos, guint64 num)
|
||||||
guint64 oldpos = ebml->pos;
|
guint64 oldpos = ebml->pos;
|
||||||
GstBuffer *buf = gst_buffer_new_and_alloc (8);
|
GstBuffer *buf = gst_buffer_new_and_alloc (8);
|
||||||
|
|
||||||
GST_DEBUG ("replace_uint");
|
|
||||||
gst_ebml_write_seek (ebml, pos);
|
gst_ebml_write_seek (ebml, pos);
|
||||||
GST_BUFFER_SIZE (buf) = 0;
|
GST_BUFFER_SIZE (buf) = 0;
|
||||||
gst_ebml_write_set_uint (buf, num, 8);
|
gst_ebml_write_set_uint (buf, num, 8);
|
||||||
|
|
Loading…
Reference in a new issue