From: Eunhae Choi Date: Wed, 20 Dec 2017 11:11:02 +0000 (+0900) Subject: remove invalid include path X-Git-Tag: submit/tizen/20180105.085839^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ba17a7eec1a1447ec5c65057f44a9dd151de82c;p=platform%2Fupstream%2Fgstreamer.git remove invalid include path Change-Id: Iabad909b1f77d9835d679b784f373e54d8cb9be6 --- diff --git a/gst/gstutils.c b/gst/gstutils.c index 2c3d6a6cb8..bcbac2c9b6 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -4392,7 +4392,7 @@ invalid: #ifdef TIZEN_PROFILE_TV /** * gst_element_query_resource - * @element: (in) a #GstElement to invoke the resource query on. + * @element: (in): a #GstElement to invoke the resource query on. * @resources: (out): a pointer to the list of resources asked for. * Returns: TRUE if the query could be performed. */ diff --git a/packaging/gstreamer.spec b/packaging/gstreamer.spec index 21533fd0cc..005255d201 100644 --- a/packaging/gstreamer.spec +++ b/packaging/gstreamer.spec @@ -122,7 +122,6 @@ mkdir -p %{buildroot}%{_datadir}/gstreamer-%{gst_branch}/presets %dir %{_libdir}/gstreamer-%{gst_branch} %{_libdir}/gstreamer-%{gst_branch}/*.so %dir %{_libexecdir}/gstreamer-%{gst_branch} -#%{_libdir}/include/gstreamer-%{gst_branch}/gst/gstconfig.h %{_libexecdir}/gstreamer-%{gst_branch}/gst-plugin-scanner %{_libexecdir}/gstreamer-%{gst_branch}/gst-ptp-helper %{_libdir}/*.so.* diff --git a/pkgconfig/gstreamer.pc.in b/pkgconfig/gstreamer.pc.in index aa8782117a..eeffe6ab7c 100644 --- a/pkgconfig/gstreamer.pc.in +++ b/pkgconfig/gstreamer.pc.in @@ -15,4 +15,4 @@ Version: @VERSION@ Requires: glib-2.0, gobject-2.0 Requires.private: gmodule-no-export-2.0 Libs: -L${libdir} -lgstreamer-@GST_API_VERSION@ -Cflags: -I${includedir} -I${libdir}/gstreamer-@GST_API_VERSION@/include @HAVE_TV_PROFILE@ +Cflags: -I${includedir} @HAVE_TV_PROFILE@ diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c index 32ec52a03c..b8cc9fdadc 100644 --- a/plugins/elements/gstmultiqueue.c +++ b/plugins/elements/gstmultiqueue.c @@ -1004,8 +1004,6 @@ static guint get_current_size_bytes (GstMultiQueue * mq) { GList *tmp; - GstClockTime highest = GST_CLOCK_TIME_NONE; - GstClockTime lowest = GST_CLOCK_TIME_NONE; guint current_size_bytes = 0; for (tmp = mq->queues; tmp; tmp = g_list_next (tmp)) {