More pointless cleanups
authorWim Taymans <wim.taymans@gmail.com>
Sat, 2 Feb 2002 13:34:44 +0000 (13:34 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 2 Feb 2002 13:34:44 +0000 (13:34 +0000)
Original commit message from CVS:
More pointless cleanups

gst/gstpad.c
gst/gstparse.c

index 5951aee..de81301 100644 (file)
@@ -1500,7 +1500,7 @@ gst_real_pad_dispose (GObject *object)
   /* No connected pad can ever be disposed.
    * It has to have a parent to be connected and a parent would hold a reference */
   g_assert (GST_PAD_PEER (pad) == NULL);
-  
+
   GST_DEBUG (GST_CAT_REFCOUNTING, "dispose %s:%s\n", GST_DEBUG_PAD_NAME(pad));
 
   if (GST_PAD_PADTEMPLATE (pad)){
index f162533..5f8ce12 100644 (file)
@@ -621,7 +621,7 @@ gst_parse_launch (const gchar * pipeline_description)
   }
 
   /* do it! */
-  pipeline = gst_parse_launchv (argvn);
+  pipeline = gst_parse_launchv ((const char**) argvn);
 
   GST_DEBUG(0, "Finished - freeing temporary argument array");
   g_strfreev(argvn);