retab some .h
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 16 Aug 2011 11:37:50 +0000 (13:37 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 16 Aug 2011 11:37:50 +0000 (13:37 +0200)
gst/rtsp-server/rtsp-media-factory.h
gst/rtsp-server/rtsp-server.h
gst/rtsp-server/rtsp-session-pool.h
gst/rtsp-server/rtsp-session.h

index d2b8ee9..4804a9d 100644 (file)
@@ -94,15 +94,15 @@ struct _GstRTSPMediaFactory {
 struct _GstRTSPMediaFactoryClass {
   GObjectClass  parent_class;
 
-  gchar *           (*gen_key)         (GstRTSPMediaFactory *factory, const GstRTSPUrl *url);
+  gchar *         (*gen_key)            (GstRTSPMediaFactory *factory, const GstRTSPUrl *url);
 
-  GstElement *      (*get_element)     (GstRTSPMediaFactory *factory, const GstRTSPUrl *url);
-  GstRTSPMedia *    (*construct)       (GstRTSPMediaFactory *factory, const GstRTSPUrl *url);
-  void              (*configure)       (GstRTSPMediaFactory *factory, GstRTSPMedia *media);
-  GstElement *      (*create_pipeline) (GstRTSPMediaFactory *factory, GstRTSPMedia *media);
+  GstElement *    (*get_element)        (GstRTSPMediaFactory *factory, const GstRTSPUrl *url);
+  GstRTSPMedia *  (*construct)          (GstRTSPMediaFactory *factory, const GstRTSPUrl *url);
+  void            (*configure)          (GstRTSPMediaFactory *factory, GstRTSPMedia *media);
+  GstElement *    (*create_pipeline)    (GstRTSPMediaFactory *factory, GstRTSPMedia *media);
 
   /* signals */
-  void             (*media_constructed)(GstRTSPMediaFactory *factory, GstRTSPMedia *media);
+  void            (*media_constructed)  (GstRTSPMediaFactory *factory, GstRTSPMedia *media);
 };
 
 GType                 gst_rtsp_media_factory_get_type     (void);
index cfbfbd7..98a3391 100644 (file)
@@ -89,7 +89,7 @@ struct _GstRTSPServerClass {
 
   GstRTSPClient * (*create_client)      (GstRTSPServer *server);
   gboolean        (*accept_client)      (GstRTSPServer *server, GstRTSPClient *client, GIOChannel *channel);
-  
+
   /* signals */
   void            (*client_connected)   (GstRTSPServer *server, GstRTSPClient *client);
 };
index 3cd56d4..f432208 100644 (file)
@@ -143,7 +143,7 @@ gboolean              gst_rtsp_session_pool_remove            (GstRTSPSessionPoo
 /* perform session maintenance */
 GList *               gst_rtsp_session_pool_filter            (GstRTSPSessionPool *pool,
                                                                GstRTSPSessionFilterFunc func,
-                                                              gpointer user_data);
+                                                               gpointer user_data);
 guint                 gst_rtsp_session_pool_cleanup           (GstRTSPSessionPool *pool);
 GSource *             gst_rtsp_session_pool_create_watch      (GstRTSPSessionPool *pool);
 
index 07efb19..4289ecb 100644 (file)
@@ -132,7 +132,7 @@ gboolean               gst_rtsp_session_is_expired           (GstRTSPSession *se
 /* handle media in a session */
 GstRTSPSessionMedia *  gst_rtsp_session_manage_media         (GstRTSPSession *sess,
                                                               const GstRTSPUrl *uri,
-                                                             GstRTSPMedia *media);
+                                                              GstRTSPMedia *media);
 gboolean               gst_rtsp_session_release_media        (GstRTSPSession *sess,
                                                               GstRTSPSessionMedia *media);
 /* get media in a session */