diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:44:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:44:58 +0000 |
commit | 3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch) | |
tree | dc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /gst/rtsp/rtspurl.h | |
parent | f2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff) |
expand tabs
Original commit message from CVS:
expand tabs
Diffstat (limited to 'gst/rtsp/rtspurl.h')
-rw-r--r-- | gst/rtsp/rtspurl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/rtsp/rtspurl.h b/gst/rtsp/rtspurl.h index 2492b87b..1fae3003 100644 --- a/gst/rtsp/rtspurl.h +++ b/gst/rtsp/rtspurl.h @@ -26,7 +26,7 @@ G_BEGIN_DECLS -#define RTSP_DEFAULT_PORT 554 +#define RTSP_DEFAULT_PORT 554 typedef struct _RTSPUrl { RTSPProto protocol; @@ -38,8 +38,8 @@ typedef struct _RTSPUrl { gchar *abspath; } RTSPUrl; -RTSPResult rtsp_url_parse (const gchar *urlstr, RTSPUrl **url); -void rtsp_url_free (RTSPUrl *url); +RTSPResult rtsp_url_parse (const gchar *urlstr, RTSPUrl **url); +void rtsp_url_free (RTSPUrl *url); G_END_DECLS |