Fix obvious problems causing OSX build failures. Fixes #125932

Original commit message from CVS:
Fix obvious problems causing OSX build failures.  Fixes #125932
This commit is contained in:
David Schleef 2003-11-05 23:25:26 +00:00
parent b91557e20f
commit 628578660c
25 changed files with 25 additions and 25 deletions

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_spider_identity_details; extern GstElementDetails gst_spider_identity_details;
#define GST_TYPE_SPIDER_IDENTITY \ #define GST_TYPE_SPIDER_IDENTITY \

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_fakesink_details; extern GstElementDetails gst_fakesink_details;
#define GST_TYPE_FAKESINK \ #define GST_TYPE_FAKESINK \

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_fakesrc_details; extern GstElementDetails gst_fakesrc_details;
typedef enum { typedef enum {
FAKESRC_FIRST_LAST_LOOP = 1, FAKESRC_FIRST_LAST_LOOP = 1,

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_fdsink_details; extern GstElementDetails gst_fdsink_details;
#define GST_TYPE_FDSINK \ #define GST_TYPE_FDSINK \

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_fdsrc_details; extern GstElementDetails gst_fdsrc_details;
#define GST_TYPE_FDSRC \ #define GST_TYPE_FDSRC \

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_filesink_details; extern GstElementDetails gst_filesink_details;
#define GST_TYPE_FILESINK \ #define GST_TYPE_FILESINK \

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_identity_details; extern GstElementDetails gst_identity_details;
#define GST_TYPE_IDENTITY \ #define GST_TYPE_IDENTITY \

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_md5sink_details; extern GstElementDetails gst_md5sink_details;
#define GST_TYPE_MD5SINK \ #define GST_TYPE_MD5SINK \

View file

@ -28,7 +28,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_multidisksrc_details; extern GstElementDetails gst_multidisksrc_details;
#define GST_TYPE_MULTIDISKSRC \ #define GST_TYPE_MULTIDISKSRC \
(gst_multidisksrc_get_type()) (gst_multidisksrc_get_type())

View file

@ -28,7 +28,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_multidisksrc_details; extern GstElementDetails gst_multidisksrc_details;
#define GST_TYPE_MULTIDISKSRC \ #define GST_TYPE_MULTIDISKSRC \
(gst_multidisksrc_get_type()) (gst_multidisksrc_get_type())

View file

@ -31,7 +31,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_pipefilter_details; extern GstElementDetails gst_pipefilter_details;
#define GST_TYPE_PIPEFILTER \ #define GST_TYPE_PIPEFILTER \
(gst_pipefilter_get_type()) (gst_pipefilter_get_type())

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_shaper_details; extern GstElementDetails gst_shaper_details;
#define GST_TYPE_SHAPER \ #define GST_TYPE_SHAPER \

View file

@ -29,7 +29,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_statistics_details; extern GstElementDetails gst_statistics_details;
#define GST_TYPE_STATISTICS \ #define GST_TYPE_STATISTICS \

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_fakesink_details; extern GstElementDetails gst_fakesink_details;
#define GST_TYPE_FAKESINK \ #define GST_TYPE_FAKESINK \

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_fakesrc_details; extern GstElementDetails gst_fakesrc_details;
typedef enum { typedef enum {
FAKESRC_FIRST_LAST_LOOP = 1, FAKESRC_FIRST_LAST_LOOP = 1,

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_fdsink_details; extern GstElementDetails gst_fdsink_details;
#define GST_TYPE_FDSINK \ #define GST_TYPE_FDSINK \

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_fdsrc_details; extern GstElementDetails gst_fdsrc_details;
#define GST_TYPE_FDSRC \ #define GST_TYPE_FDSRC \

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_filesink_details; extern GstElementDetails gst_filesink_details;
#define GST_TYPE_FILESINK \ #define GST_TYPE_FILESINK \

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_identity_details; extern GstElementDetails gst_identity_details;
#define GST_TYPE_IDENTITY \ #define GST_TYPE_IDENTITY \

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_md5sink_details; extern GstElementDetails gst_md5sink_details;
#define GST_TYPE_MD5SINK \ #define GST_TYPE_MD5SINK \

View file

@ -28,7 +28,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_multidisksrc_details; extern GstElementDetails gst_multidisksrc_details;
#define GST_TYPE_MULTIDISKSRC \ #define GST_TYPE_MULTIDISKSRC \
(gst_multidisksrc_get_type()) (gst_multidisksrc_get_type())

View file

@ -28,7 +28,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_multidisksrc_details; extern GstElementDetails gst_multidisksrc_details;
#define GST_TYPE_MULTIDISKSRC \ #define GST_TYPE_MULTIDISKSRC \
(gst_multidisksrc_get_type()) (gst_multidisksrc_get_type())

View file

@ -31,7 +31,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_pipefilter_details; extern GstElementDetails gst_pipefilter_details;
#define GST_TYPE_PIPEFILTER \ #define GST_TYPE_PIPEFILTER \
(gst_pipefilter_get_type()) (gst_pipefilter_get_type())

View file

@ -30,7 +30,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_shaper_details; extern GstElementDetails gst_shaper_details;
#define GST_TYPE_SHAPER \ #define GST_TYPE_SHAPER \

View file

@ -29,7 +29,7 @@
G_BEGIN_DECLS G_BEGIN_DECLS
GstElementDetails gst_statistics_details; extern GstElementDetails gst_statistics_details;
#define GST_TYPE_STATISTICS \ #define GST_TYPE_STATISTICS \