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 654658 - tsdemux: Fails to created initial segment when used with hlsdemux
tsdemux: Fails to created initial segment when used with hlsdemux
Status: RESOLVED DUPLICATE of bug 654657
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-15 00:56 UTC by Nicolas Dufresne (ndufresne)
Modified: 2011-07-15 00:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Dufresne (ndufresne) 2011-07-15 00:56:34 UTC
While ranking up tsdemux to PRIMARY + 1 and running the following pipeline, I got some assert, and an initial newsegment not sent due to bad parameters.

gst-launch playbin2 uri=http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8

(gst-launch-0.10:28748): GStreamer-CRITICAL **: gst_event_new_new_segment_full: assertion `start != -1' failed
(gst-launch-0.10:28748): GStreamer-CRITICAL **: gst_mini_object_ref: assertion `mini_object != NULL' failed
(gst-launch-0.10:28748): GStreamer-CRITICAL **: gst_pad_push_event: assertion `event != NULL' failed
(gst-launch-0.10:28748): GStreamer-CRITICAL **: gst_mini_object_ref: assertion `mini_object != NULL' failed
(gst-launch-0.10:28748): GStreamer-CRITICAL **: gst_pad_push_event: assertion `event != NULL' failed
Comment 1 Nicolas Dufresne (ndufresne) 2011-07-15 00:59:33 UTC
Sorry browser bug here ...

*** This bug has been marked as a duplicate of bug 654657 ***