[gstreamer-bugs] [Bug 347529] wavparse error

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Jul 15 07:11:55 PDT 2006


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=347529
 GStreamer | gnonlin | Ver: HEAD CVS





------- Comment #3 from Akos Maroy  2006-07-15 14:11 UTC -------
ok, some more detail then:

when trying to build an audio player with gnonlin using the wavparse element,
it just doesn't seem to work. wavparse has dinamic pads, and one needs to catch
the pad-added event to link it to a next element. but, for some reason the
pad-added event never gets fired. the structure of gnlsource looks like this
when using wavparse:

bin { filesrc - wavparse audioconvert }

with the src pad of audioconvert ghosted to the src pad of the bin.

doing the same setup, but not inside a gnlsource element works fine:

bin { filesrc - wavparse audioconvert } - alsasink


doing the very same setup within gnlsource with a mad element instead of
wavparse (which has fixed pads), it all works fine. (you can get this result if
compiling with -DUSE_MP3)

I hope this description is detailed enough


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list