[gstreamer-bugs] [Bug 371390] HelloWorld Error
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Tue Nov 14 04:48:15 PST 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=371390
GStreamer | don't know | Ver: 0.10.10
Tim-Philipp Müller changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
------- Comment #10 from Tim-Philipp Müller 2006-11-14 12:47 UTC -------
If I click the link above, I see this
gst_element_link (source, parser);
gst_element_link_many (decoder, conv, sink, NULL);
in the code, and not this (as in your attachement):
gst_element_link (source, parser);
gst_element_link_many (source, decoder, conv, sink, NULL);
Maybe you're looking at an outdated version of the documentation or the
program?
Could you try to change the above line in the source code and see if it makes a
difference?
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list