tsmux: Don't use GST_DEBUG_OBJECT() with non-GObject types
This commit is contained in:
parent
8e3827b7be
commit
e3740b58d7
@ -1104,8 +1104,7 @@ tsmux_write_stream_packet (TsMux * mux, TsMuxStream * stream)
|
|||||||
|
|
||||||
gst_buffer_unmap (buf, &map);
|
gst_buffer_unmap (buf, &map);
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (mux, "Writing PES of size %d",
|
GST_DEBUG ("Writing PES of size %d", (int) gst_buffer_get_size (buf));
|
||||||
(int) gst_buffer_get_size (buf));
|
|
||||||
res = tsmux_packet_out (mux, buf, cur_pcr);
|
res = tsmux_packet_out (mux, buf, cur_pcr);
|
||||||
|
|
||||||
/* Reset all dynamic flags */
|
/* Reset all dynamic flags */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user