From 988bd8830c0866802a7d16d6d6c84abdd90aa8d3 Mon Sep 17 00:00:00 2001 From: SeokHoon Lee Date: Tue, 8 Aug 2017 14:01:28 +0900 Subject: [PATCH] fix typo - udpsrc change to udpsink, it would have to be typo. Signed-off-by: SeokHoon Lee Change-Id: I6e1031e7726c666b71d66374aa159b50ce21d3fb --- packaging/gst-plugins-tizen.spec | 2 +- wfdtizenmanager/gstwfdtizensrc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.7.4