playbin3, decodebin3: how to get information about unsupported streams
Sachs Jürgen via gstreamer-devel <[email protected]> Wed, 31 Jan 2024 15:00:07 +0000
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <BE1P281MB340093B842E13ED1830204CDD87C2@BE1P281MB3400.DEUP281.PROD.OUTLOOK.COM> |
We are using playbin3 for a mediaplayer implementation. We play a multiplex with audio and video and for video there is no decoder available. Then playbin3 creates a valid pipeline with only audio sink. So far so good. Is there a recommended way how to get information, that not all streams from demux element are decoded? The "old" decodebin was emitting an "unknown-type" signal in that case. This is no longer available in playbin3 Thanks for any hint /Juergen