GNOME Bugzilla – Bug 322958
typo in example code for gstreamer initialization
Last modified: 2005-12-04 19:14:16 UTC
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:
Fixed; thanks.