Merge commit '4a58223e4c824fedc024af435337a769e8ce593e' into 0.11
[platform/upstream/gstreamer.git] / gst-libs / gst / audio / gstaudiodecoder.h
index 0adcb63..cbe7b7e 100644 (file)
@@ -153,6 +153,7 @@ struct _GstAudioDecoder
 
   /*< private >*/
   GstAudioDecoderPrivate *priv;
+
   gpointer       _gst_reserved[GST_PADDING_LARGE];
 };
 
@@ -231,8 +232,11 @@ struct _GstAudioDecoderClass
 
 GType             gst_audio_decoder_get_type (void);
 
+gboolean          gst_audio_decoder_set_outcaps  (GstAudioDecoder * dec,
+                                                  GstCaps * caps);
+
 GstFlowReturn     gst_audio_decoder_finish_frame (GstAudioDecoder * dec,
-                                                       GstBuffer * buf, gint frames);
+                                                  GstBuffer * buf, gint frames);
 
 /* context parameters */
 GstAudioInfo    * gst_audio_decoder_get_audio_info (GstAudioDecoder * dec);