projects
/
platform
/
core
/
multimedia
/
esplusplayer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81049a2
)
Fix typo error
50/300550/1
accepted/tizen/7.0/unified/20231027.163450
author
Gilbok Lee
<gilbok.lee@samsung.com>
Fri, 27 Oct 2023 03:45:35 +0000
(12:45 +0900)
committer
Gilbok Lee
<gilbok.lee@samsung.com>
Fri, 27 Oct 2023 03:45:35 +0000
(12:45 +0900)
Change-Id: I3e425c71afe4426bd89f3ee21f07eaa91dcbd9d3
src/esplusplayer/src/esplusplayer_capi.cpp
patch
|
blob
|
history
diff --git
a/src/esplusplayer/src/esplusplayer_capi.cpp
b/src/esplusplayer/src/esplusplayer_capi.cpp
index 45aca6c368d23a8c5d46da67cf7e1ff8aa5786ca..ccea73033afcc14ac7ccacf8ab471407252b5cda 100644
(file)
--- a/
src/esplusplayer/src/esplusplayer_capi.cpp
+++ b/
src/esplusplayer/src/esplusplayer_capi.cpp
@@
-323,7
+323,7
@@
class listener_bridge : public esplusplayer::EsEventListener {
_pkt->pts = packet.pts;
_pkt->duration = packet.duration;
_pkt->surface_data = static_cast<void*>(packet.surface_data);
-#ifdef TIZEN_FETURE_PUBLIC
+#ifdef TIZEN_FE
A
TURE_PUBLIC
_pkt->private_data = packet.buffer_addr;
#else
_pkt->private_data = packet.scaler_index;