mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
Revert "decodebin2: use NO_RESYNC flag"
This reverts commit 0feecef275
.
This commit is contained in:
parent
ca1279e4a3
commit
be4dba23ea
1 changed files with 0 additions and 2 deletions
|
@ -1042,8 +1042,6 @@ gst_decode_bin_update_factories_list (GstDecodeBin * dbin)
|
|||
static void
|
||||
gst_decode_bin_init (GstDecodeBin * decode_bin)
|
||||
{
|
||||
GST_OBJECT_FLAG_SET (decode_bin, GST_BIN_FLAG_NO_RESYNC);
|
||||
|
||||
/* first filter out the interesting element factories */
|
||||
g_mutex_init (&decode_bin->factories_lock);
|
||||
|
||||
|
|
Loading…
Reference in a new issue