tsmux: Don't use GST_DEBUG_OBJECT() with non-GObject types

This commit is contained in:
Sebastian Dröge 2018-03-21 10:59:29 +02:00 committed by Tim-Philipp Müller
parent 0e795095a6
commit d0b377a0fb

View file

@ -1147,8 +1147,7 @@ tsmux_write_stream_packet (TsMux * mux, TsMuxStream * stream)
gst_buffer_unmap (buf, &map);
GST_DEBUG_OBJECT (mux, "Writing PES of size %d",
(int) gst_buffer_get_size (buf));
GST_DEBUG ("Writing PES of size %d", (int) gst_buffer_get_size (buf));
res = tsmux_packet_out (mux, buf, cur_pcr);
/* Reset all dynamic flags */