mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
rtmpsrc: remove unused macro
This commit is contained in:
parent
2ebcfcbc43
commit
74154c258f
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue