mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 04:15:32 +00:00
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.
This commit is contained in:
parent
f8825befd8
commit
1e9d817ef2
1 changed files with 0 additions and 26 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue