expand tabs
[platform/upstream/gstreamer.git] / gst-libs / gst / riff / riff-media.h
index 3dea55f..cc09fd8 100644 (file)
@@ -33,25 +33,25 @@ G_BEGIN_DECLS
  */
 
 GstCaps * gst_riff_create_video_caps (guint32              codec_fcc,
-                                     gst_riff_strh      * strh,
-                                     gst_riff_strf_vids * strf,
-                                     GstBuffer          * strf_data,
-                                     GstBuffer          * strd_data,
-                                     char              ** codec_name);
+                                      gst_riff_strh      * strh,
+                                      gst_riff_strf_vids * strf,
+                                      GstBuffer          * strf_data,
+                                      GstBuffer          * strd_data,
+                                      char              ** codec_name);
 
 GstCaps * gst_riff_create_audio_caps (guint16              codec_id,
-                                     gst_riff_strh      * strh,
-                                     gst_riff_strf_auds * strf,
-                                     GstBuffer          * strf_data,
-                                     GstBuffer          * strd_data,
-                                     char              ** codec_name);
+                                      gst_riff_strh      * strh,
+                                      gst_riff_strf_auds * strf,
+                                      GstBuffer          * strf_data,
+                                      GstBuffer          * strd_data,
+                                      char              ** codec_name);
 
 GstCaps * gst_riff_create_iavs_caps  (guint32              codec_fcc,
-                                     gst_riff_strh      * strh,
-                                     gst_riff_strf_iavs * strf,
-                                     GstBuffer          * strf_data,
-                                     GstBuffer          * strd_data,
-                                     char              ** codec_name);
+                                      gst_riff_strh      * strh,
+                                      gst_riff_strf_iavs * strf,
+                                      GstBuffer          * strf_data,
+                                      GstBuffer          * strd_data,
+                                      char              ** codec_name);
 /*
  * Create template caps (includes all known types).
  */