Revert "decodebin2: use NO_RESYNC flag"

This reverts commit 0feecef275.
This commit is contained in:
Sebastian Dröge 2013-05-24 11:47:13 +02:00
parent ca1279e4a3
commit be4dba23ea

View file

@ -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);