projects
/
platform
/
upstream
/
gst-plugins-ugly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea1dd03
)
asfdemux: Change the mismatched definition
73/240373/2
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_wearable_hotfix
tizen_5.5
tizen_5.5_wearable_hotfix
accepted/tizen/5.5/unified/20200807.012949
accepted/tizen/5.5/unified/wearable/hotfix/20201027.103158
submit/tizen_5.5/20200806.023351
submit/tizen_5.5/20200806.060239
submit/tizen_5.5_wearable_hotfix/20201026.184306
author
Gilbok Lee
<gilbok.lee@samsung.com>
Thu, 6 Aug 2020 01:44:17 +0000
(10:44 +0900)
committer
Gilbok Lee
<gilbok.lee@samsung.com>
Thu, 6 Aug 2020 02:31:44 +0000
(11:31 +0900)
Change-Id: If9945d7b6df8da3c7114b88ebfe4b3b02faa081a
gst/asfdemux/gstasfdemux.c
patch
|
blob
|
history
diff --git
a/gst/asfdemux/gstasfdemux.c
b/gst/asfdemux/gstasfdemux.c
index 07e6b2394e32f3f43972851cdabf47b1b6dad8e8..5164e27ed8dfd8a223906be6d60f79b64cc227f5 100644
(file)
--- a/
gst/asfdemux/gstasfdemux.c
+++ b/
gst/asfdemux/gstasfdemux.c
@@
-4475,7
+4475,7
@@
gst_asf_demux_process_object (GstASFDemux * demux, guint8 ** p_data,
switch (obj.id) {
case ASF_OBJ_STREAM:
gst_asf_demux_parse_stream_object (demux, *p_data, obj_data_size);
-#ifdef TIZEN_FEATURE_ASFDEMUX_
MODIFICATION
+#ifdef TIZEN_FEATURE_ASFDEMUX_
DISABLE_UNSUPPORTED_FORMAT
if (demux->is_supported_format == FALSE) {
ret = GST_FLOW_NOT_SUPPORTED;
break;