Add notification parameter of screenshot event listener 46/96146/3 accepted/tizen/common/20161110.190216 accepted/tizen/ivi/20161111.001933 accepted/tizen/mobile/20161111.001834 accepted/tizen/tv/20161111.001852 accepted/tizen/wearable/20161111.001912 submit/tizen/20161110.060946
authorHyunsoo, Park <hance.park@samsung.com>
Tue, 8 Nov 2016 04:41:21 +0000 (13:41 +0900)
committerHyunsoo, Park <hance.park@samsung.com>
Tue, 8 Nov 2016 05:50:43 +0000 (14:50 +0900)
[Version] 1.0.0.28
[Profile] Common
[Issue Type] Add parameter of event listener
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161101.3]

Change-Id: If1250e10dde6925ca658ab5cf44d0d64d2e46be0
Signed-off-by: Hyunsoo, Park <hance.park@samsung.com>
packaging/gst-plugins-tizen.spec
waylandsrc/src/gstwaylandsrc.c

index 3d74bb5..a32c467 100644 (file)
@@ -5,7 +5,7 @@
 Name:       gst-plugins-tizen
 Version:    1.0.0
 Summary:    GStreamer tizen plugins (common)
-Release:    27
+Release:    28
 Group:      Multimedia/Framework
 Url:        http://gstreamer.freedesktop.org/
 License:    LGPL-2.1+
index 53904af..0d5bed3 100644 (file)
@@ -586,9 +586,18 @@ shoooter_handle_format(void *data,
   GST_INFO ("Format : %c%c%c%c", FOURCC_STR (format));
 }
 
+static void
+shoooter_handle_noti(void *data,
+                       struct tizen_screenshooter *shooter,
+                       uint32_t noti)
+{
+  GST_INFO ("Noti privilege : %d, shoooter_handle_noti is called (0:denied, 1:available)", noti);
+}
+
 static const struct tizen_screenshooter_listener shooter_listener =
 {
-    shoooter_handle_format
+    shoooter_handle_format,
+    shoooter_handle_noti
 };
 
 static void