mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 11:08:34 +00:00
parent
153e07e125
commit
9f0e053f6e
1 changed files with 2 additions and 0 deletions
|
@ -902,6 +902,8 @@ gst_vorbis_enc_buffer_from_packet (GstVorbisEnc * vorbisenc,
|
||||||
vorbisenc->next_discont = FALSE;
|
vorbisenc->next_discont = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_buffer_set_caps (outbuf, vorbisenc->srccaps);
|
||||||
|
|
||||||
GST_LOG_OBJECT (vorbisenc, "encoded buffer of %d bytes",
|
GST_LOG_OBJECT (vorbisenc, "encoded buffer of %d bytes",
|
||||||
GST_BUFFER_SIZE (outbuf));
|
GST_BUFFER_SIZE (outbuf));
|
||||||
return outbuf;
|
return outbuf;
|
||||||
|
|
Loading…
Reference in a new issue