This is a megapatch with the following changes:
[platform/upstream/gstreamer.git] / examples / xml / createxml.c
index 9f99c77..873a3e1 100644 (file)
@@ -52,7 +52,7 @@ int main(int argc,char *argv[])
   gst_bin_add(GST_BIN(thread), queue2);
 
   gst_bin_add(GST_BIN(thread2), audiosink);
-  
+
   gst_pad_connect(gst_element_get_pad(disksrc,"src"),
                   gst_element_get_pad(queue,"sink"));