[gstreamer-bugs] [Bug 322958] New: typo in example code for gstreamer initialization
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Dec 1 12:05:15 PST 2005
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=322958
GStreamer | documentation | Ver: 0.9.6
Summary: typo in example code for gstreamer initialization
Product: GStreamer
Version: 0.9.6
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: documentation
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: nils.rennebarth at web.de
QAContact: gstreamer-bugs at lists.sourceforge.net
CC: all-bugs at bugzilla.gnome.org
Documentation bug
Section: Section "Gst" of the GStreamer 0.9 Core Reference Manual
g_print ("Error initializing: s\n", GST_STR_NULL (err->message));
Correct version:
g_print ("Error initializing: %s\n", GST_STR_NULL (err->message));
Other information:
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list