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 136904 - [opt] support loop in multi-loop based group
[opt] support loop in multi-loop based group
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.8.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-11 16:32 UTC by Arwed v. Merkatz
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arwed v. Merkatz 2004-03-11 16:32:00 UTC
arwed@Otherland:~/Work/cvs/gst-plugins/examples/gstplay$ gdb .libs/lt-player 
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(gdb) run ~/Movies/pinguin.mpeg 
Starting program:
/home/arwed/Work/cvs/gst-plugins/examples/gstplay/.libs/lt-player
~/Movies/pinguin.mpeg
[New Thread 1078912208 (LWP 21400)]
[New Thread 1089305520 (LWP 21403)]
[New Thread 1091406768 (LWP 21404)]
[New Thread 1093508016 (LWP 21405)]

** ERROR **: internal error: cannot schedule get to loop in multi-loop
based group
aborting...

Program received signal SIGTRAP, Trace/breakpoint trap.

Thread 1078912208 (LWP 21400)

  • #0 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #1 g_log
    from /usr/lib/libglib-2.0.so.0
  • #2 gst_opt_scheduler_pad_link
    at gstoptimalscheduler.c line 1913
  • #3 gst_scheduler_pad_link
    at gstscheduler.c line 163
  • #4 gst_pad_link_filtered
    at gstpad.c line 1759
  • #5 gst_element_link_pads_filtered
    at gstelement.c line 1783
  • #6 gst_element_link
    at gstelement.c line 1939
  • #7 gst_play_set_location
    at play.c line 704
  • #8 main
    at player.c line 137

running it with --gst-scheduler=basicgthread works.
Comment 1 Johan (not receiving bugmail) Dahlin 2004-03-25 10:36:58 UTC
(updating summary)

Would be nice if someone could provide a simple pipeline test case for this bug
Comment 2 Arwed v. Merkatz 2004-03-31 11:41:04 UTC
can't reproduce it anymore with cvs version of 2004-03-30.