matroskamux: remove unneeded debug statement

This commit is contained in:
Zaheer Abbas Merali 2010-06-01 16:49:14 +01:00
parent 8c165b49a7
commit d73cecd8c0

View file

@ -778,7 +778,6 @@ gst_ebml_replace_uint (GstEbmlWrite * ebml, guint64 pos, guint64 num)
guint64 oldpos = ebml->pos;
GstBuffer *buf = gst_buffer_new_and_alloc (8);
GST_DEBUG ("replace_uint");
gst_ebml_write_seek (ebml, pos);
GST_BUFFER_SIZE (buf) = 0;
gst_ebml_write_set_uint (buf, num, 8);