X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fgstpitch.h;h=043a6d457685efa677c481aacbeaad05aeaaa89a;hb=9a29e3751875b4bbc7bf7ad1f6d0ac42b477c99f;hp=d4a2e8a020234a0bdf961515f9b8102b7a5d5c1b;hpb=3d5e3c5716063b85ec7e0a21808f85d679d17447;p=tunertool diff --git a/src/gstpitch.h b/src/gstpitch.h index d4a2e8a..043a6d4 100644 --- a/src/gstpitch.h +++ b/src/gstpitch.h @@ -71,7 +71,8 @@ struct _GstPitch kiss_fft_cpx *signal; kiss_fft_cpx *spectrum; - gint * module; + gint *module; + GMutex *mutex; }; struct _GstPitchClass @@ -79,7 +80,7 @@ struct _GstPitchClass GstBaseTransformClass parent_class; }; -GType gst_pithc_get_type (void); +GType gst_pitch_get_type (void); G_END_DECLS #endif /* __GST_PITCH_H__ */