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 112143 - [0.6.2] threading/spider causes vorbis misidentification
[0.6.2] threading/spider causes vorbis misidentification
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.x
Other Linux
: Normal normal
: 0.6.x
Assigned To: Benjamin Otte (Company)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-03 06:17 UTC by Colin Walters
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Colin Walters 2003-05-03 06:17:32 UTC
The following pipeline works well:

(/build/gstreamer-0.6/bin/gst-launch -v gnomevfssrc location=
/media/music/Evanescence/Fallen/Haunted.ogg ! spider ! osssink 2>&1)

But adding threads (like in the current netRhythmbox pipeline designed by
Company), I get:

(/build/gstreamer-0.6/bin/gst-launch -v \{ gnomevfssrc
location=/media/music/Evanescence/Fallen/Haunted.ogg ! queue \} ! \{ spider
! osssink \} 2>&1)
INFO (17360: 0) Initializing GStreamer Core Library version 0.6.1
INFO (17360: 0) CPU features: (00000000) MMX SSE
INFO (17360: 0) registry: loaded user_registry in 0.000073 seconds
          (/home/walters/.gstreamer/registry.xml)
INFO (17360: 0) registry: loaded global_registry in 0.151065 seconds
          (/build/gstreamer-0.6/var/cache/gstreamer-0.6/registry.xml)
GStreamer-INFO: 0 live buffer(s)
GStreamer-INFO: 0 live bufferpool(s)
GStreamer-INFO: 0 live event(s)
RUNNING pipeline
/pipeline0/thread0/gnomevfssrc0.src: active = TRUE
/pipeline0/thread0/queue0.sink: active = TRUE
/pipeline0/thread0/queue0.src: active = TRUE
/pipeline0/thread1/spider0/sink_ident.sink: active = TRUE
/pipeline0/thread1/spider0/sink_ident.src: active = TRUE
/pipeline0/thread1/spider0/src_0.sink: active = TRUE
/pipeline0/thread1/spider0/src_0.src: active = TRUE
/pipeline0/thread1/osssink0.sink: active = TRUE
/pipeline0/thread0/gnomevfssrc0.src: caps = (GstCaps *) { application/x-ogg;  }
/pipeline0/thread0/queue0.sink: caps = (GstCaps *) { application/x-ogg;  }
/pipeline0/thread0/queue0.src: caps = (GstCaps *) { application/x-ogg;  }
/pipeline0/thread1/spider0/sink_ident.sink: caps = (GstCaps *) {
application/x-ogg;  }
/pipeline0/thread1/spider0/sink_ident.sink: active = FALSE
/pipeline0/thread1/spider0/sink_ident.src: active = FALSE
/pipeline0/thread1/spider0/src_0.sink: active = FALSE
/pipeline0/thread1/spider0/src_0.src: active = FALSE
/pipeline0/thread1/spider0/sink_ident.sink: active = TRUE
/pipeline0/thread1/spider0/sink_ident.src: active = TRUE
/pipeline0/thread1/spider0/src_0.sink: active = TRUE
/pipeline0/thread1/spider0/src_0.src: active = TRUE
/pipeline0/thread0/gnomevfssrc0.src: caps = (GstCaps *) { application/x-ogg;  }
/pipeline0/thread0/queue0.sink: caps = (GstCaps *) { application/x-ogg;  }
/pipeline0/thread0/queue0.src: caps = (GstCaps *) { application/x-ogg;  }
/pipeline0/thread1/spider0/sink_ident.sink: caps = (GstCaps *) {
application/x-ogg;  }
/pipeline0/thread1/spider0/sink_ident.src: caps = (GstCaps *) {
application/x-ogg;  }
/pipeline0/thread1/spider0/vorbisfile0.sink: caps = (GstCaps *) {
application/x-ogg;  }
/pipeline0/thread1/spider0/vorbisfile0.sink: active = TRUE
/pipeline0/thread1/spider0/vorbisfile0.src: active = TRUE
 
(process:17363): GStreamer-WARNING **: FIXME: sending event in a running queue
 
(process:17362): GStreamer-WARNING **: internal error: push on pad
sink_ident:sink but it has no chainhandler
ERROR: /pipeline0/thread1/spider0/vorbisfile0: this is not a vorbis file
/pipeline0/thread1/spider0/vorbisfile0.sink: active = FALSE
/pipeline0/thread1/spider0/vorbisfile0.src: active = FALSE
/pipeline0/thread1/spider0/sink_ident.sink: active = FALSE
/pipeline0/thread1/spider0/sink_ident.src: active = FALSE
/pipeline0/thread1/spider0/src_0.sink: active = FALSE
/pipeline0/thread1/spider0/src_0.src: active = FALSE
/pipeline0/thread1/osssink0.sink: active = FALSE
Comment 1 Colin Walters 2003-05-03 06:21:18 UTC
Oh, I just noticed this pipeline works great with GStreamer 0.7.x.  So
maybe some of Company's and wtay's thread fixes need to be backported?
Comment 2 Christian Fredrik Kalager Schaller 2003-05-12 13:36:08 UTC
Assigning to Benjamin. Is it possible to backport this to 0.6.x?
Comment 3 David Schleef 2003-05-29 22:09:35 UTC
*** Bug 113451 has been marked as a duplicate of this bug. ***
Comment 4 Thomas Vander Stichele 2004-02-11 18:36:28 UTC
since RB now uses 0.7, I guess there's no point in trying to get this
fixed anymore.