Blocking issue with gstreamer 1.16.2 from meta-freescale layers


Atiki Karim
 

Hi,

I'm experiencing a weird and blocking issue with gstreamer and more particularly with gst-discoverer-1.0 tool (that uses uridecodebin underlying..).

We have tested on Apalis IMX8 and Colibri IMX8X, BSP 5.2.0 and 5.3.0 respectively using the layers from meta-freescale.
No features added, no custimization.

The following command does not work:

 gst-discoverer-1.0 -v http://fmr-dev.net/tmp/the_100.mkv

It outputs some info, but the expected output from gst-dsicoverer used to start with:

Topology:
    container: Matroska
      subtitles: Timed Text
      audio: MPEG-1 Layer 2 (MP2)
      audio: MPEG-1 Layer 2 (MP2)
      video: H.264 (High Profile)
 
  Properties:
    Duration: 0:45:19.800000000
    Seekable: yes
    Live: no
    Tags:
...
...
...

It does not work.

But it works on any other platforms (linux ubuntu, debian, Windows 10) with the same gstreamer version.
No network issue, nothing at all.

I would really appreciate if someone could confirm on his side if the issue can be reproduced..It's very blocking issue.

Best Regards,

Karim