On Do, 2016-03-24 at 22:19 -0700, Sagar wrote:
> Hi,
>
> I sit possible programmatically to convert GstBuffer object into
> PCM audio data object ?
What do you mean with "PCM audio data object"? A GstBuffer that
conforms to the audio/x-raw caps will contain PCM audio data. You can
get access to the data e.g. by mapping the buffer with
gst_buffer_map().
You can get the number of channels, sample rate, sample format from the
caps.
--
Sebastian Dröge, Centricular Ltd ·
http://www.centricular.com_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel