summaryrefslogtreecommitdiff
path: root/src/channel-display-gst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel-display-gst.c')
-rw-r--r--src/channel-display-gst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel-display-gst.c b/src/channel-display-gst.c
index 338e7d2..d7f47d1 100644
--- a/src/channel-display-gst.c
+++ b/src/channel-display-gst.c
@@ -656,7 +656,7 @@ gboolean gstvideo_has_codec(int codec_type)
}
caps = gst_caps_from_string(gst_opts[codec_type].dec_caps);
- codec_decoders = gst_element_factory_list_filter(all_decoders, caps, GST_PAD_SINK, TRUE);
+ codec_decoders = gst_element_factory_list_filter(all_decoders, caps, GST_PAD_SINK, FALSE);
gst_caps_unref(caps);
if (codec_decoders == NULL) {