mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
omxaudioenc: set base class format instead of just source pad caps
This commit is contained in:
parent
a1e613dd89
commit
a02f1e5c9b
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ gst_omx_audio_enc_loop (GstOMXAudioEnc * self)
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (self, "Setting output caps: %" GST_PTR_FORMAT, caps);
|
GST_DEBUG_OBJECT (self, "Setting output caps: %" GST_PTR_FORMAT, caps);
|
||||||
|
|
||||||
if (!gst_pad_set_caps (GST_AUDIO_ENCODER_SRC_PAD (self), caps)) {
|
if (!gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (self), caps)) {
|
||||||
gst_caps_unref (caps);
|
gst_caps_unref (caps);
|
||||||
if (buf)
|
if (buf)
|
||||||
gst_omx_port_release_buffer (self->enc_out_port, buf);
|
gst_omx_port_release_buffer (self->enc_out_port, buf);
|
||||||
|
|
Loading…
Reference in a new issue