From: SeokHoon Lee Date: Tue, 8 Aug 2017 05:01:28 +0000 (+0900) Subject: fix typo X-Git-Tag: accepted/tizen/unified/20170911.060222~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=988bd8830c0866802a7d16d6d6c84abdd90aa8d3;p=platform%2Fupstream%2Fgst-plugins-tizen.git fix typo - udpsrc change to udpsink, it would have to be typo. Signed-off-by: SeokHoon Lee Change-Id: I6e1031e7726c666b71d66374aa159b50ce21d3fb --- diff --git a/packaging/gst-plugins-tizen.spec b/packaging/gst-plugins-tizen.spec index 12e4869..5c1d7af 100644 --- a/packaging/gst-plugins-tizen.spec +++ b/packaging/gst-plugins-tizen.spec @@ -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+ diff --git a/wfdtizenmanager/gstwfdtizensrc.c b/wfdtizenmanager/gstwfdtizensrc.c index db6647a..a80c8db 100644 --- a/wfdtizenmanager/gstwfdtizensrc.c +++ b/wfdtizenmanager/gstwfdtizensrc.c @@ -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) {