mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-12 19:14:16 +00:00
baseaudioencoder: remove leftover experimental code
This commit is contained in:
parent
35b172004c
commit
bf4a28f420
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ gst_base_audio_encoder_finish_frame (GstBaseAudioEncoder * enc, GstBuffer * buf,
|
|||
GST_DEBUG_OBJECT (enc, "marked discont");
|
||||
priv->discont = TRUE;
|
||||
}
|
||||
if (TRUE || diff > GST_SECOND / ctx->info.rate / 2 ||
|
||||
if (diff > GST_SECOND / ctx->info.rate / 2 ||
|
||||
diff < -GST_SECOND / ctx->info.rate / 2) {
|
||||
GST_LOG_OBJECT (enc, "new upstream ts %" GST_TIME_FORMAT
|
||||
" at distance %" G_GUINT64_FORMAT, GST_TIME_ARGS (ts), distance);
|
||||
|
|
Loading…
Reference in a new issue