After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336617 - Unable to recognise MPEG TS stream
Unable to recognise MPEG TS stream
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.5
Other All
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-30 14:23 UTC by Tais M. Hansen
Modified: 2006-04-11 09:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tais M. Hansen 2006-03-30 14:23:57 UTC
Please describe the problem:
Typefind fails to determine type of stream when trying to play a multicast MPEG  
transport stream using udpsrc.  
  
Apparently there's a TS typefind function in gst-ffmpeg, which should have been  
in gst-plugins-base. 
 

Steps to reproduce:
1. Play a multicast MPEG TS (udpsrc uri=... ! decodebin ! xvimagesink). 
 

Actual results:
ERROR: from element /pipeline0/decodebin0/typefind: Could not determine type of 
stream. 
Additional debug info: 
gsttypefindelement.c(563): gst_type_find_element_chain_do_typefinding 
(): /pipeline0/decodebin0/typefind 
 

Expected results:
I expected to be able to watch the stream. 

Does this happen every time?
Yes. 

Other information:
Comment 1 Jan Schmidt 2006-04-03 09:13:31 UTC
There's a little more to it than just moving a typefind function from gst-ffmpeg - the one there wraps functionality embedded in the ffmpeg support library itself. Even so, the porting effort's not huge.

I noticed this issue about a fortnight ago, I just did get to fixing it yet.
Comment 2 Jan Schmidt 2006-04-11 09:44:50 UTC
fixed in CVS:

        * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
        (mpeg_ts_type_find), (plugin_init):
          Add a typefind function for mpeg-ts streams. (Closes: #336617)