mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
omxaudioenc: Remove hack that only applies to the video encoder class
This commit is contained in:
parent
422ca1796b
commit
c24533c8be
1 changed files with 0 additions and 4 deletions
|
@ -468,10 +468,6 @@ gst_omx_audio_enc_loop (GstOMXAudioEnc * self)
|
|||
gst_util_uint64_scale (buf->omx_buf->nTickCount, GST_SECOND,
|
||||
OMX_TICKS_PER_SECOND);
|
||||
|
||||
if ((klass->hacks & GST_OMX_HACK_SYNCFRAME_FLAG_NOT_USED)
|
||||
|| (buf->omx_buf->nFlags & OMX_BUFFERFLAG_SYNCFRAME)) {
|
||||
}
|
||||
|
||||
flow_ret =
|
||||
gst_base_audio_encoder_finish_frame (GST_BASE_AUDIO_ENCODER (self),
|
||||
outbuf, -1);
|
||||
|
|
Loading…
Reference in a new issue