summaryrefslogtreecommitdiffstats
path: root/gst/rtsp
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtsp')
-rw-r--r--gst/rtsp/gstrtspsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
index 3d572863..d9fb609d 100644
--- a/gst/rtsp/gstrtspsrc.c
+++ b/gst/rtsp/gstrtspsrc.c
@@ -2465,7 +2465,7 @@ gst_rtspsrc_send_dummy_packets (GstRTSPSrc * src)
{
GList *walk;
- if (!src->nat_method != GST_RTSP_NAT_DUMMY)
+ if (src->nat_method != GST_RTSP_NAT_DUMMY)
return TRUE;
for (walk = src->streams; walk; walk = g_list_next (walk)) {