Hi Neil, > I invoked my plugin with 'gst-launch filesrc location=test.mp3 ! axd ! > alsasink The problem is not your code, but your pipeline. Filesrc outputs buffers without caps by default. Either add a typefind element or a parser (mpegaudioparse) before your decoder. Cheers Tim