Merge branch 'move_subdir_good' into tizen_gst_1.19.2_mono
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-good / ext / pulse / pulsesink.h
index 51ec86a..07a61bf 100644 (file)
 #include "config.h"
 #endif
 
+#if defined(__TIZEN__) && defined(PCM_DUMP_ENABLE)
+#include <stdio.h>
+#endif
+
 #include <gst/gst.h>
 #include <gst/audio/audio.h>
 #include <gst/audio/gstaudiosink.h>
@@ -67,6 +71,15 @@ struct _GstPulseSink
 
   gint notify; /* atomic */
 
+#ifdef __TIZEN__
+  gchar *latency;
+  gboolean auto_render_delay:1;
+#ifdef PCM_DUMP_ENABLE
+  gint need_dump_input;
+  FILE *dump_fd_input;
+#endif
+#endif /* __TIZEN__ */
+
   const gchar *pa_version;
 
   GstStructure *properties;