fix typo 61/142961/1
authorSeokHoon Lee <andy.shlee@samsung.com>
Tue, 8 Aug 2017 05:01:28 +0000 (14:01 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Tue, 8 Aug 2017 05:01:48 +0000 (14:01 +0900)
- udpsrc change to udpsink, it would have to be typo.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I6e1031e7726c666b71d66374aa159b50ce21d3fb

packaging/gst-plugins-tizen.spec
wfdtizenmanager/gstwfdtizensrc.c

index 12e4869..5c1d7af 100644 (file)
@@ -9,7 +9,7 @@
 Name:       gst-plugins-tizen
 Version:    1.0.0
 Summary:    GStreamer tizen plugins (common)
-Release:    43
+Release:    44
 Group:      Multimedia/Framework
 Url:        http://gstreamer.freedesktop.org/
 License:    LGPL-2.1+
index db6647a..a80c8db 100644 (file)
@@ -684,7 +684,7 @@ gst_wfd_tizen_src_cleanup (GstWFDBaseSrc * bsrc)
       gst_element_set_state (src->udpsink[i], GST_STATE_NULL);
       gst_bin_remove (GST_BIN_CAST (src), src->udpsink[i]);
       gst_object_unref (src->udpsink[i]);
-      src->udpsrc[i] = NULL;
+      src->udpsink[i] = NULL;
     }
   }
   if (src->fecdec) {