[gstreamer-bugs] [Bug 347085] some problems with wavparse

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jul 10 03:53:10 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=347085
 GStreamer | gst-plugins-good | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG
   Target Milestone|HEAD                        |NONE




------- Comment #2 from Tim-Philipp Müller  2006-07-10 10:53 UTC -------
This is not a bug, the code won't work like this (it was OK in 0.8, but isn't
any longer in 0.10).

wavparse has dynamic source pads, it will create those only when it has
determined the type of data the file contains, so you can't link wavparse and
another element right away, you'll have to watch for the pad-added signal and
then connect the rest of the pipeline from there (similar to what you have to
do with oggdemux or decodebin, see HelloWorld example in Application
Development Manual).

Where is this code from?

Do we need to fix/update this anywhere?


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




More information about the Gstreamer-bugs mailing list