media: help the compiler a little

This commit is contained in:
Wim Taymans 2010-09-22 16:15:56 +02:00
parent 450b68252f
commit ed473f6f26

View file

@ -1702,8 +1702,8 @@ remove_udp_destination (GstRTSPMedia *media, GstRTSPMediaStream *stream,
gchar *dest, gint min, gint max) gchar *dest, gint min, gint max)
{ {
gboolean do_remove = TRUE; gboolean do_remove = TRUE;
RTSPDestination *ndest; RTSPDestination *ndest = NULL;
GList *find; GList *find = NULL;
if (stream->filter_duplicates) { if (stream->filter_duplicates) {
RTSPDestination fdest; RTSPDestination fdest;