if (self->current_volume == 0.0 || self->current_mute) {
orc_memset (map.data, 0, map.size);
+#ifndef TIZEN_FEATURE_VOLUME_MODIFICATION
+ /* if set this flag, it will be drop at baseaudiosink and it cause pa close. */
GST_BUFFER_FLAG_SET (outbuf, GST_BUFFER_FLAG_GAP);
+#endif
} else if (self->current_volume != 1.0) {
self->process (self, map.data, map.size);
}
Name: gst-plugins-base
Version: 1.6.1
-Release: 8
+Release: 9
License: LGPL-2.0+
Summary: GStreamer Streaming-Media Framework Plug-Ins
Url: http://gstreamer.freedesktop.org/
-DTIZEN_FEATURE_DISABLE_MIME_TYPES\
-DTIZEN_FEATURE_VIDEO_MODIFICATION\
-DTIZEN_FEATURE_SUBPARSE_MODIFICATION\
+ -DTIZEN_FEATURE_VOLUME_MODIFICATION\
%if "%{?profile}" == "tv"
-DTIZEN_PROFILE_TV\
%endif