tizen 2.3 release
[framework/multimedia/gst-plugins-base0.10.git] / ext / alsa / gstalsasrc.h
old mode 100644 (file)
new mode 100755 (executable)
similarity index 93%
rename from wearable/ext/alsa/gstalsasrc.h
rename to ext/alsa/gstalsasrc.h
index d0fcbf0..6a92bae
@@ -69,10 +69,15 @@ struct _GstAlsaSrc {
   guint                 period_time;
   snd_pcm_uframes_t     buffer_size;
   snd_pcm_uframes_t     period_size;
+  gboolean              is_live;
+  guint                 flush_src_id;
 
   GstAlsaMixer          *mixer;
 
   GMutex                *alsa_lock;
+  gboolean              handle_pause;
+  GCond                 *pause_cond;
+  GMutex                *pause_lock;
 };
 
 struct _GstAlsaSrcClass {