[calls] sip: media-pipeline: No need to undef locally declared macros



commit 1e9d817ef2b78c4d9fc3b1b47f54805d1952093c
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Wed Apr 6 13:29:44 2022 +0200

    sip: media-pipeline: No need to undef locally declared macros
    
    It cannot bleed into other files, so we don't have to bother cleaning it up.

 plugins/sip/calls-sip-media-pipeline.c | 26 --------------------------
 1 file changed, 26 deletions(-)
---
diff --git a/plugins/sip/calls-sip-media-pipeline.c b/plugins/sip/calls-sip-media-pipeline.c
index 9f190225..fa7050a3 100644
--- a/plugins/sip/calls-sip-media-pipeline.c
+++ b/plugins/sip/calls-sip-media-pipeline.c
@@ -1226,29 +1226,3 @@ calls_sip_media_pipeline_get_state (CallsSipMediaPipeline *self)
 
   return self->state;
 }
-
-#undef MAKE_ELEMENT
-
-#undef EL_SEND_PIPELINE
-#undef EL_SEND_AUDIO_SRC
-#undef EL_SEND_RTPBIN
-#undef EL_SEND_RTP_SINK
-#undef EL_SEND_RTCP_SINK
-#undef EL_SEND_RTCP_SRC
-#undef EL_SEND_PAYLOADER
-#undef EL_SEND_ENCODER
-
-#undef EL_SEND_ALL_RTP
-#undef EL_SEND_SENDING
-
-#undef EL_RECV_PIPELINE
-#undef EL_RECV_AUDIO_SINK
-#undef EL_RECV_RTPBIN
-#undef EL_RECV_RTP_SRC
-#undef EL_RECV_RTCP_SINK
-#undef EL_RECV_RTCP_SRC
-#undef EL_RECV_DEPAYLOADER
-#undef EL_RECV_DECODER
-
-#undef EL_RECV_ALL_RTP
-


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]