mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
oggdemux: ...and set caps on queued packet buffers too
This commit is contained in:
parent
b63a582bf9
commit
d78cffb2e8
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@ gst_ogg_demux_queue_data (GstOggPad * pad, ogg_packet * packet)
|
|||
pad->map.serialno);
|
||||
|
||||
buf = gst_ogg_demux_buffer_from_packet (packet);
|
||||
gst_buffer_set_caps (buf, pad->map.caps);
|
||||
pad->map.queued = g_list_append (pad->map.queued, buf);
|
||||
|
||||
/* we are ok now */
|
||||
|
|
Loading…
Reference in a new issue