mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rmdemux: fix compiler warning when debugging system in core is disabled
This commit is contained in:
parent
68f449df78
commit
6f5dabb71f
1 changed files with 1 additions and 2 deletions
|
@ -2065,13 +2065,12 @@ gst_rmdemux_descramble_sipr_audio (GstRMDemux * rmdemux,
|
|||
GstBuffer *outbuf;
|
||||
guint packet_size = stream->packet_size;
|
||||
guint height = stream->subpackets->len;
|
||||
guint leaf_size = stream->leaf_size;
|
||||
guint p;
|
||||
|
||||
g_assert (stream->height == height);
|
||||
|
||||
GST_LOG ("packet_size = %u, leaf_size = %u, height= %u", packet_size,
|
||||
leaf_size, height);
|
||||
stream->leaf_size, height);
|
||||
|
||||
ret = gst_pad_alloc_buffer_and_set_caps (stream->pad,
|
||||
GST_BUFFER_OFFSET_NONE, height * packet_size,
|
||||
|
|
Loading…
Reference in a new issue