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 133508 - [oggdemux] Can't play files with multiple streams
[oggdemux] Can't play files with multiple streams
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-05 14:26 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johan (not receiving bugmail) Dahlin 2004-02-05 14:26:13 UTC
Pipeline:
gst-launch-0.7 filesrc location="multi.ogg" ! oggdemux ! fakesink

Media file: http://www.gstreamer.net/media/small/multi.ogg

Backtrace:
Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 18354)

  • #0 gst_ogg_demux_handle_event
    at gstoggdemux.c line 428
  • #1 gst_ogg_demux_chain
    at gstoggdemux.c line 477
  • #2 gst_pad_push
    at gstpad.c line 2902
  • #3 get_group_schedule_function
    at gstoptimalscheduler.c line 971
  • #4 schedule_group
    at gstoptimalscheduler.c line 842
  • #5 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 881
  • #6 schedule_chain
    at gstoptimalscheduler.c line 925
  • #7 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 2068
  • #8 gst_scheduler_iterate
    at gstscheduler.c line 705
  • #9 gst_bin_iterate_func
    at gstbin.c line 1081
  • #10 gst_marshal_BOOLEAN__VOID
    at gstmarshal.c line 394
  • #11 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #14 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0

Comment 1 David Schleef 2004-02-08 02:22:55 UTC
Fixed in CVS.