[gstreamer-bugs] [Bug 347085] some problems with wavparse
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Jul 10 04:14:43 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
------- Comment #4 from Tim-Philipp Müller 2006-07-10 11:14 UTC -------
Thanks, I've seen the code you attached. Basically, this line will fail (for
the reason outlined in the comment above it):
/* link together - note that we cannot link the parser and
* decoder yet, becuse the parser uses dynamic pads. For that,
* we set a pad-added signal handler. */
gst_element_link_many (source, decoder, conv, sink, NULL);
decoder ! conv
can't be linked, because decoder does not have a source pad yet at this point,
it will only add its source pad when it gets data (ie. after you change state
to PAUSED or PLAYING).
--
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