remove invalid include path 07/164707/3
authorEunhae Choi <eunhae1.choi@samsung.com>
Wed, 20 Dec 2017 11:11:02 +0000 (20:11 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Thu, 21 Dec 2017 05:00:20 +0000 (14:00 +0900)
Change-Id: Iabad909b1f77d9835d679b784f373e54d8cb9be6

gst/gstutils.c
packaging/gstreamer.spec
pkgconfig/gstreamer.pc.in
plugins/elements/gstmultiqueue.c

index 2c3d6a6..bcbac2c 100644 (file)
@@ -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.
  */
index 21533fd..005255d 100644 (file)
@@ -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.*
index aa87821..eeffe6a 100644 (file)
@@ -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@
index 32ec52a..b8cc9fd 100644 (file)
@@ -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)) {