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 87984 - gst-player crashes on mpeg
gst-player crashes on mpeg
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
0.3.3
Other other
: Normal critical
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-07-12 03:01 UTC by Kevin Breit
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
My reg.xml file (15.81 KB, text/xml)
2002-08-13 17:31 UTC, Kevin Breit
Details

Description Kevin Breit 2002-07-12 03:04:06 UTC
Package: GStreamer
Severity: major
Version: 0.4.0
Synopsis: gst-player crashes on mpeg
Bugzilla-Product: GStreamer
Bugzilla-Component: don't know

Description:
I have an mpeg file here which works in mplayer, xine, and all the other
video players.  gst-player 0.4.0 seems to choke on it.  Here is the back
trace:

  • #0 g_on_error_stack_trace
  • #1 g_on_error_query
  • #2 debug_log_handler
    from /usr/lib/libgstreamer-0.4.0.so.0
  • #3 g_logv
  • #4 g_log
  • #5 gst_element_connect_many
  • #6 gst_play_video_setup
    from /usr/lib/gst/libgstplay.so.0
  • #7 gst_play_new
    from /usr/lib/gst/libgstplay.so.0
  • #8 gst_media_play_init
    from /usr/lib/libgstplayer.so.0
  • #9 g_type_create_instance
    at gtype.c line 1350
  • #10 g_object_constructor
  • #11 g_object_newv
  • #12 g_object_new_valist
  • #13 g_object_new
  • #14 gst_media_play_new
    from /usr/lib/libgstplayer.so.0
  • #15 main
  • #16 __libc_start_main
------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-07-11 23:04 -------

Unknown version unspecified in product GStreamer. Setting version to "0.3.3".
Reassigning to the default owner of the component, gstreamer-maint@bugzilla.gnome.org.

Comment 1 Ben FrantzDale 2002-08-06 23:03:28 UTC
This looks like a unique stack trace.
Comment 2 Thomas Vander Stichele 2002-08-13 14:20:48 UTC
Hey Kevin,

can you
a) attach your gstreamer registry to this bug report ? (it's in
prefix/etc/gstreamer/reg.xml I think)
b) try to play it with gst-launch-ext and paste output of that command
in this bug report ?
Comment 3 Kevin Breit 2002-08-13 17:31:06 UTC
Created attachment 10464 [details]
My reg.xml file
Comment 4 Kevin Breit 2002-08-13 17:35:30 UTC
I'm getting lots of weird errors from gst-launch-ext.  I have tried
this with a few different files, all files giving different complaints:

kbreit@kbreit videos]$ gst-launch-ext kmfdm-jjj.asf
No configuration file /home/kbreit/.gst found.  You might want to
create one.
No suitable pipe found for extension asf.

[kbreit@kbreit videos]$ gst-launch-ext ballmer-nutball.mpg
No configuration file /home/kbreit/.gst found.  You might want to
create one.
Running gst-launch filesrc location="ballmer-nutball.mpg" ! mpegdemux
video_%02d! { queue ! mpeg2dec ! xvideosink } mpegdemux0.audio_%02d! {
queue ! mad ! osssink }
INFO ( 5626: 0) Initializing GStreamer Core Library version 0.4.0
INFO ( 5626: 0) CPU features: (0c040841) MMX SSE
registry: loaded user_registry in 0.000562 seconds
          (/home/kbreit/.gstreamer/registry.xml)
registry: loaded global_registry in 0.184330 seconds
          (/etc/gstreamer/registry.xml)
ERROR: pipeline could not be constructed: Could not connect element
mpeg2dec0 to xvideosink0

First, is there a utility to generate the GST dot file in ~/?
Comment 5 Christian Fredrik Kalager Schaller 2002-11-15 20:09:25 UTC
Can this bug be closed? Or is it still an issue?
Comment 6 Thomas Vander Stichele 2002-12-07 15:11:03 UTC
Hey Kevin,
as for .asf, it's normal that it doesn't play that type, we can't at
this point.

as for gst-launch-ext's .gst file, check the man page.

The previous bug looks like it has been fixed in recent gstreamer.
Please try again and reopen with new bt if I'm wrong, but it should work.