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
parent 8e3827b7be
commit e3740b58d7

View file

@ -1104,8 +1104,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 */