mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
media: help the compiler a little
This commit is contained in:
parent
450b68252f
commit
ed473f6f26
1 changed files with 2 additions and 2 deletions
|
@ -1702,8 +1702,8 @@ remove_udp_destination (GstRTSPMedia *media, GstRTSPMediaStream *stream,
|
|||
gchar *dest, gint min, gint max)
|
||||
{
|
||||
gboolean do_remove = TRUE;
|
||||
RTSPDestination *ndest;
|
||||
GList *find;
|
||||
RTSPDestination *ndest = NULL;
|
||||
GList *find = NULL;
|
||||
|
||||
if (stream->filter_duplicates) {
|
||||
RTSPDestination fdest;
|
||||
|
|
Loading…
Reference in a new issue