diff options
Diffstat (limited to 'gst/autodetect/gstautoaudiosink.c')
-rw-r--r-- | gst/autodetect/gstautoaudiosink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/autodetect/gstautoaudiosink.c b/gst/autodetect/gstautoaudiosink.c index 379113af..3920a33d 100644 --- a/gst/autodetect/gstautoaudiosink.c +++ b/gst/autodetect/gstautoaudiosink.c @@ -229,7 +229,6 @@ gst_auto_audio_sink_find_best (GstAutoAudioSink * sink) gst_element_set_bus (el, bus); ret = gst_element_set_state (el, GST_STATE_READY); if (ret == GST_STATE_CHANGE_SUCCESS) { - gst_element_set_state (el, GST_STATE_NULL); GST_DEBUG_OBJECT (sink, "This worked!"); choice = el; break; |