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 131716 - Matroska file refuse to play with gst-launch-ext
Matroska file refuse to play with gst-launch-ext
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-16 18:36 UTC by Christian Fredrik Kalager Schaller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Christian Fredrik Kalager Schaller 2004-01-16 18:36:55 UTC
Trying to play a Matroska file using gst-launch-ext I get:
gst-launch-0.7 filesrc location="StarwarsAAC5_1anamorphicXviD.mkv" !
matroskademux name=demux ! { queue ! spider ! ffcolorspace ! xvimagesink }
{ demux. ! queue ! spider ! osssink }
 
 
(process:25032): GStreamer-CRITICAL **: file gstcaps.c: line 656
(gst_caps_is_always_compatible): assertion `!gst_caps_is_empty (caps2)' failed
 
(process:25032): GStreamer-CRITICAL **: file gstcaps.c: line 656
(gst_caps_is_always_compatible): assertion `!gst_caps_is_empty (caps2)' failed
 
(process:25032): GStreamer-CRITICAL **: file gstcaps.c: line 656
(gst_caps_is_always_compatible): assertion `!gst_caps_is_empty (caps2)' failed
 
(process:25032): GStreamer-CRITICAL **: file gstcaps.c: line 656
(gst_caps_is_always_compatible): assertion `!gst_caps_is_empty (caps2)' failed
RUNNING pipeline ...
 
** (process:25032): CRITICAL **: file bytestream.c: line 256
(gst_bytestream_peek): assertion `len > 0' failed
 
(process:25032): GStreamer-CRITICAL **: file gstcaps.c: line 656
(gst_caps_is_always_compatible): assertion `!gst_caps_is_empty (caps2)' failed
 
(process:25032): GStreamer-CRITICAL **: file gstcaps.c: line 656
(gst_caps_is_always_compatible): assertion `!gst_caps_is_empty (caps2)' failed
Caught interrupt.
[cschalle@3jq3n91 Video]$
Comment 1 Christian Fredrik Kalager Schaller 2004-02-05 18:36:52 UTC
Managed to play it now, although with artifacts. Anyway this
particular issue is now fixed.