mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
More pointless cleanups
Original commit message from CVS: More pointless cleanups
This commit is contained in:
parent
24e313c153
commit
d73903bd22
2 changed files with 2 additions and 2 deletions
|
@ -1500,7 +1500,7 @@ gst_real_pad_dispose (GObject *object)
|
||||||
/* No connected pad can ever be disposed.
|
/* No connected pad can ever be disposed.
|
||||||
* It has to have a parent to be connected and a parent would hold a reference */
|
* It has to have a parent to be connected and a parent would hold a reference */
|
||||||
g_assert (GST_PAD_PEER (pad) == NULL);
|
g_assert (GST_PAD_PEER (pad) == NULL);
|
||||||
|
|
||||||
GST_DEBUG (GST_CAT_REFCOUNTING, "dispose %s:%s\n", GST_DEBUG_PAD_NAME(pad));
|
GST_DEBUG (GST_CAT_REFCOUNTING, "dispose %s:%s\n", GST_DEBUG_PAD_NAME(pad));
|
||||||
|
|
||||||
if (GST_PAD_PADTEMPLATE (pad)){
|
if (GST_PAD_PADTEMPLATE (pad)){
|
||||||
|
|
|
@ -621,7 +621,7 @@ gst_parse_launch (const gchar * pipeline_description)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* do it! */
|
/* do it! */
|
||||||
pipeline = gst_parse_launchv (argvn);
|
pipeline = gst_parse_launchv ((const char**) argvn);
|
||||||
|
|
||||||
GST_DEBUG(0, "Finished - freeing temporary argument array");
|
GST_DEBUG(0, "Finished - freeing temporary argument array");
|
||||||
g_strfreev(argvn);
|
g_strfreev(argvn);
|
||||||
|
|
Loading…
Reference in a new issue