mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
srtp: Remove unused code
This commit is contained in:
parent
977bf98b44
commit
4d7a186513
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@ GST_DEBUG_CATEGORY_STATIC (gst_srtp_enc_debug);
|
|||
#define DEFAULT_RTCP_AUTH DEFAULT_RTP_AUTH
|
||||
#define DEFAULT_RANDOM_KEY FALSE
|
||||
|
||||
#define OBJECT_LOCK(arg) {GST_DEBUG("Locking"); GST_OBJECT_LOCK(arg);}
|
||||
#define OBJECT_UNLOCK(arg) {GST_DEBUG("Unlocking"); GST_OBJECT_UNLOCK(arg);}
|
||||
|
||||
/* Filter signals and args */
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue