X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Faudiofx%2Faudioiirfilter.h;h=ab39c5be9f3d118ed74bc802db3cf33505252cd7;hb=52caa50feb3d145c1c67f68b34a77d1646b2c8d0;hp=2a80c09bbcb20fdfd2361e363a3a314d3ea8f27b;hpb=83ea243000303ab6fd63e78139050e8f015feddc;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/gst/audiofx/audioiirfilter.h b/gst/audiofx/audioiirfilter.h index 2a80c09..ab39c5b 100644 --- a/gst/audiofx/audioiirfilter.h +++ b/gst/audiofx/audioiirfilter.h @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. * */ @@ -54,7 +54,7 @@ struct _GstAudioIIRFilter { GValueArray *a, *b; /* < private > */ - GMutex *lock; + GMutex lock; }; struct _GstAudioIIRFilterClass {