[gstreamer-bugs] [Bug 323542] New: GStreamer 0.10 hangs at EOS for all songs

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Dec 8 03:47:18 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=323542
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: GStreamer 0.10 hangs at EOS for all songs
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: critical
          Priority: High
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: Uraeus at linuxrising.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Steps to reproduce:
This is on my system running glib 2.8 while core is compiled against glib 2.6

1.  gst-launch-0.10 playbin uri=file:///home/cschalle/temp/Dirrty_OGG128.ogg
2. Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: audioclock0
Got EOS from element "playbin0".
Execution ended after 19342556000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...

(gst-launch-0.10:6475): GStreamer-CRITICAL **: gst_object_unref: assertion
`GST_IS_OBJECT (object)' failed


Stack trace:
Breakpoint 2, 0x001a69f2 in g_log () from /usr/lib/libglib-2.0.so.0
(gdb) bt
#0  0x001a69f2 in g_log () from /usr/lib/libglib-2.0.so.0
#1  0x001a6b51 in g_return_if_fail_warning () from /usr/lib/libglib-2.0.so.0
#2  0x0454354a in gst_object_unref (object=0x0) at gstobject.c:392
#3  0x045462db in gst_bin_dispose (object=0x81b40b0) at gstbin.c:379
#4  0x00678952 in gst_decode_bin_dispose (object=0x81b40b0)
    at gstdecodebin.c:352
#5  0x00d6e095 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
#6  0x045435c2 in gst_object_unref (object=0x81b40b0) at gstobject.c:402
#7  0x00679458 in unlinked (pad=0x81e0780, peerpad=0x81e98c8,
    decode_bin=0x81b40b0) at gstdecodebin.c:992
#8  0x00d77bf7 in g_cclosure_marshal_VOID__OBJECT ()
   from /usr/lib/libgobject-2.0.so.0
#9  0x00d6bb38 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#10 0x00d7a173 in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
#11 0x00d7b7b0 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#12 0x00d7bb23 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#13 0x04565fe7 in gst_pad_unlink (srcpad=0x81e0780, sinkpad=0x81e98c8)
    at gstpad.c:1440
#14 0x04545ca3 in unlink_pads (pad=0x81e0780) at gstbin.c:666
#15 0x045614f6 in foreach_fold_func (item=0x81e0780, unused=0x0,
    data=0xbff7980c) at gstiterator.c:528
#16 0x045614d8 in gst_iterator_fold (it=0x834ef00,
    func=0x45614de <foreach_fold_func>, ret=0x0, user_data=0xbff7980c)
---Type <return> to continue, or q <return> to quit---up
    at gstiterator.c:503
#17 0x0456153f in gst_iterator_foreach (it=0x834ef00,
    func=0x4545c41 <unlink_pads>, user_data=0x81dfe10) at gstiterator.c:554
#18 0x04546566 in gst_bin_remove_func (bin=0x81b40b0, element=0x81dfe10)
    at gstbin.c:854
#19 0x045461f7 in gst_bin_remove (bin=0x81b40b0, element=0x81dfe10)
    at gstbin.c:970
#20 0x04546313 in gst_bin_dispose (object=0x81b40b0) at gstbin.c:384
#21 0x00678952 in gst_decode_bin_dispose (object=0x81b40b0)
    at gstdecodebin.c:352
#22 0x00d6e095 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
#23 0x045435c2 in gst_object_unref (object=0x81b40b0) at gstobject.c:402
#24 0x045466b6 in gst_bin_remove_func (bin=0x81a50a0, element=0x81b40b0)
    at gstbin.c:913
#25 0x045461f7 in gst_bin_remove (bin=0x81a50a0, element=0x81b40b0)
    at gstbin.c:970
#26 0x04546313 in gst_bin_dispose (object=0x81a50a0) at gstbin.c:384
#27 0x0456d64e in gst_pipeline_dispose (object=0x81a50a0) at gstpipeline.c:180
#28 0x0049ac1e in gst_play_base_bin_dispose (object=0x81a50a0)
    at gstplaybasebin.c:216
#29 0x0049985b in gst_play_bin_dispose (object=0x81a50a0) at gstplaybin.c:260
#30 0x00d6e095 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
#31 0x045435c2 in gst_object_unref (object=0x81a50a0) at gstobject.c:402
---Type <return> to continue, or q <return> to quit---
#32 0x0804ac6d in main (argc=3, argv=0xbff79d84) at gst-launch.c:687
(gdb) up
#1  0x001a6b51 in g_return_if_fail_warning () from /usr/lib/libglib-2.0.so.0
(gdb)
#2  0x0454354a in gst_object_unref (object=0x0) at gstobject.c:392
392       g_return_if_fail (GST_OBJECT_REFCOUNT_VALUE (object) > 0);
(gdb)
#3  0x045462db in gst_bin_dispose (object=0x81b40b0) at gstbin.c:379
379       gst_object_unref (bin->child_bus);


Other information:

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list