Add new field for crop information of source buffer 70/138670/1 accepted/tizen/4.0/unified/20170816.012116 accepted/tizen/4.0/unified/20170829.015754 accepted/tizen/unified/20170717.170020 submit/tizen/20170713.081537 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100004 submit/tizen_4.0/20170828.110004
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 13 Jul 2017 07:05:24 +0000 (16:05 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 13 Jul 2017 07:05:24 +0000 (16:05 +0900)
In some case, buffer could be displayed properly
if source crop information is provided,
but now, there is no field for that in MMVideoBuffer.

[Version] 0.2.104
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: Icf58d38ac8e24db744adf5e59a42f995ba121e26
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/mm_types.h
packaging/libmm-common.spec

index edf3b75..4d1ca3f 100755 (executable)
@@ -542,6 +542,7 @@ typedef struct {
                                                                      - If this flag is TRUE, sink element will make copy of last buffer,
                                                                        and it will return all buffers from src element.
                                                                        Then, src element can restart without changing pipeline state. */
+       MMRectType crop;                                        /**< crop information of buffer */
 } MMVideoBuffer;
 
 
index 0824962..56a319a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-common
 Summary:    Multimedia Framework Common Lib
-Version:    0.2.103
+Version:    0.2.104
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0