[gstreamer-bugs] [Bug 556900] New: a copy & paste bug in helloworld example
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sat Oct 18 18:41:44 PDT 2008
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=556900
GStreamer | don't know | Ver: HEAD CVS
Summary: a copy & paste bug in helloworld example
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: Normal
Component: don't know
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: dig.ge.cn at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
here's a copy and paste bug in
./gstreamer-0.10.21/tests/examples/helloworld/helloworld.c
*** gstreamer-0.10.21/tests/examples/helloworld/helloworld.c 2006-05-18
16:48:21.000000000 +0800
--- gstreamer-0.10.21-new/tests/examples/helloworld/helloworld.c
2008-10-19 09:29:05.000000000 +0800
***************
*** 75,81 ****
return -1;
}
resample = gst_element_factory_make ("audioresample", "audioresample");
! if (!conv) {
g_print ("could not create \"audioresample\" element!");
return -1;
}
--- 75,81 ----
return -1;
}
resample = gst_element_factory_make ("audioresample", "audioresample");
! if (!resample) {
g_print ("could not create \"audioresample\" element!");
return -1;
}
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=556900.
More information about the Gstreamer-bugs
mailing list