From 350d4a897cf56a0943ba4ee232d2c4a26792fe8f Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 5 Feb 2004 23:51:34 +0000 Subject: [PATCH] compile before checkin Original commit message from CVS: compile before checkin --- gst/gstelement.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst/gstelement.c b/gst/gstelement.c index 9090ccaa4d..5c9a5186fb 100644 --- a/gst/gstelement.c +++ b/gst/gstelement.c @@ -1145,12 +1145,9 @@ gst_element_remove_pad (GstElement *element, GstPad *pad) if (GST_RPAD_PEER (pad) != NULL) { gst_pad_unlink (pad, GST_PAD (GST_RPAD_PEER (pad))); } -<<<<<<< gstelement.c gst_caps_replace (&GST_RPAD_EXPLICIT_CAPS (pad), NULL); -======= } else if (GST_IS_GHOST_PAD (pad)) { g_object_set (pad, "real-pad", NULL, NULL); ->>>>>>> 1.250 } /* remove it from the list */