mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
rtpmux: fix compilation
This commit is contained in:
parent
b8eeca8804
commit
53e264d631
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ process_buffer_locked (GstRTPMux * rtp_mux, GstRTPMuxPadPrivate * padpriv,
|
||||||
gst_rtp_mux_readjust_rtp_timestamp_locked (rtp_mux, padpriv, rtpbuffer);
|
gst_rtp_mux_readjust_rtp_timestamp_locked (rtp_mux, padpriv, rtpbuffer);
|
||||||
GST_LOG_OBJECT (rtp_mux,
|
GST_LOG_OBJECT (rtp_mux,
|
||||||
"Pushing packet size %" G_GSIZE_FORMAT ", seq=%d, ts=%u",
|
"Pushing packet size %" G_GSIZE_FORMAT ", seq=%d, ts=%u",
|
||||||
rtpbuffer->map.size, rtp_mux->seqnum,
|
rtpbuffer->map[0].size, rtp_mux->seqnum,
|
||||||
gst_rtp_buffer_get_timestamp (rtpbuffer));
|
gst_rtp_buffer_get_timestamp (rtpbuffer));
|
||||||
|
|
||||||
if (padpriv) {
|
if (padpriv) {
|
||||||
|
|
Loading…
Reference in a new issue