diff --git a/gst-libs/gst/pbutils/gstdiscoverer.c b/gst-libs/gst/pbutils/gstdiscoverer.c index b711d77a97..1b903108f0 100644 --- a/gst-libs/gst/pbutils/gstdiscoverer.c +++ b/gst-libs/gst/pbutils/gstdiscoverer.c @@ -842,6 +842,9 @@ child_is_raw_stream (GstCaps * parent, GstCaps * child) return TRUE; } + if (is_subtitle_caps (parent)) + return TRUE; + return FALSE; }