Original commit message from CVS:
* tests/examples/seek/seek.c: (make_parselaunch_pipeline):
Initialise error to NULL as we should.
+2008-05-28 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
+ Initialise error to NULL as we should.
+
2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
* gst/adder/gstadder.c: (gst_adder_query_duration),
make_parselaunch_pipeline (const gchar * description)
{
GstElement *pipeline;
- GError *error;
+ GError *error = NULL;
pipeline = gst_parse_launch (description, &error);