rtmpsrc: remove unused macro

This commit is contained in:
George Kiagiadakis 2017-08-07 14:05:14 +03:00
parent 2ebcfcbc43
commit 74154c258f

View file

@ -565,11 +565,6 @@ gst_rtmp_src_do_seek (GstBaseSrc * basesrc, GstSegment * segment)
return TRUE;
}
#define STR2AVAL(av,str) G_STMT_START { \
av.av_val = str; \
av.av_len = strlen(av.av_val); \
} G_STMT_END;
/* open the file, do stuff necessary to go to PAUSED state */
static gboolean
gst_rtmp_src_start (GstBaseSrc * basesrc)
@ -622,8 +617,6 @@ error:
return FALSE;
}
#undef STR2AVAL
static gboolean
gst_rtmp_src_unlock (GstBaseSrc * basesrc)
{