mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
tsmux: Don't use GST_DEBUG_OBJECT() with non-GObject types
This commit is contained in:
parent
8e3827b7be
commit
e3740b58d7
1 changed files with 1 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue