summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-07-05 10:51:49 +0000
committerAndy Wingo <wingo@pobox.com>2005-07-05 10:51:49 +0000
commitd0e08534ce1ca3d5437652664b8602bc858b738a (patch)
tree4f602e37b89daae5c6175e40ec1e30beb7d545a3 /ext
parent4fc0d55655eff5282c1cbeb14b39c9c698ab9d90 (diff)
Way, way, way too many files: Remove crack comment from the 2000 era.
Original commit message from CVS: 2005-07-05 Andy Wingo <wingo@pobox.com> * Way, way, way too many files: Remove crack comment from the 2000 era.
Diffstat (limited to 'ext')
-rw-r--r--ext/cairo/gsttextoverlay.c2
-rw-r--r--ext/cairo/gsttimeoverlay.c2
-rw-r--r--ext/dv/gstdvdec.c2
-rw-r--r--ext/esd/esdmon.c2
-rw-r--r--ext/libcaca/gstcacasink.c2
-rw-r--r--ext/mikmod/gstmikmod.c2
-rw-r--r--ext/pango/gsttextoverlay.c2
-rw-r--r--ext/pango/gsttimeoverlay.c2
-rw-r--r--ext/raw1394/gstdv1394src.c2
-rw-r--r--ext/shout2/gstshout2.c2
-rw-r--r--ext/speex/gstspeexdec.c2
-rw-r--r--ext/speex/gstspeexenc.c2
12 files changed, 0 insertions, 24 deletions
diff --git a/ext/cairo/gsttextoverlay.c b/ext/cairo/gsttextoverlay.c
index 973d07b9..fa5c493c 100644
--- a/ext/cairo/gsttextoverlay.c
+++ b/ext/cairo/gsttextoverlay.c
@@ -630,7 +630,6 @@ gst_textoverlay_set_property (GObject * object, guint prop_id,
{
GstTextOverlay *overlay;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TEXTOVERLAY (object));
overlay = GST_TEXTOVERLAY (object);
@@ -696,7 +695,6 @@ gst_textoverlay_get_property (GObject * object, guint prop_id, GValue * value,
{
GstTextOverlay *overlay;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TEXTOVERLAY (object));
overlay = GST_TEXTOVERLAY (object);
diff --git a/ext/cairo/gsttimeoverlay.c b/ext/cairo/gsttimeoverlay.c
index f3cb3dc9..c066707e 100644
--- a/ext/cairo/gsttimeoverlay.c
+++ b/ext/cairo/gsttimeoverlay.c
@@ -153,7 +153,6 @@ gst_timeoverlay_set_property (GObject * object, guint prop_id,
{
GstTimeoverlay *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TIMEOVERLAY (object));
src = GST_TIMEOVERLAY (object);
@@ -175,7 +174,6 @@ gst_timeoverlay_get_property (GObject * object, guint prop_id, GValue * value,
{
GstTimeoverlay *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TIMEOVERLAY (object));
src = GST_TIMEOVERLAY (object);
diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c
index 03808d1d..ad99dd0c 100644
--- a/ext/dv/gstdvdec.c
+++ b/ext/dv/gstdvdec.c
@@ -1150,7 +1150,6 @@ gst_dvdec_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstDVDec *dvdec;
- /* It's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DVDEC (object));
/* Get a pointer of the right type. */
@@ -1185,7 +1184,6 @@ gst_dvdec_get_property (GObject * object, guint prop_id, GValue * value,
{
GstDVDec *dvdec;
- /* It's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DVDEC (object));
dvdec = GST_DVDEC (object);
diff --git a/ext/esd/esdmon.c b/ext/esd/esdmon.c
index 46e5141b..73dba49b 100644
--- a/ext/esd/esdmon.c
+++ b/ext/esd/esdmon.c
@@ -285,7 +285,6 @@ gst_esdmon_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstEsdmon *esdmon;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_ESDMON (object));
esdmon = GST_ESDMON (object);
@@ -331,7 +330,6 @@ gst_esdmon_get_property (GObject * object, guint prop_id, GValue * value,
{
GstEsdmon *esdmon;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_ESDMON (object));
esdmon = GST_ESDMON (object);
diff --git a/ext/libcaca/gstcacasink.c b/ext/libcaca/gstcacasink.c
index 91b5eb6a..1ccd728f 100644
--- a/ext/libcaca/gstcacasink.c
+++ b/ext/libcaca/gstcacasink.c
@@ -272,7 +272,6 @@ gst_cacasink_set_property (GObject * object, guint prop_id,
{
GstCACASink *cacasink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_CACASINK (object));
cacasink = GST_CACASINK (object);
@@ -305,7 +304,6 @@ gst_cacasink_get_property (GObject * object, guint prop_id, GValue * value,
{
GstCACASink *cacasink;
- /* it's not null if we got it, but it might not be ours */
cacasink = GST_CACASINK (object);
switch (prop_id) {
diff --git a/ext/mikmod/gstmikmod.c b/ext/mikmod/gstmikmod.c
index ba66839a..f2b387d9 100644
--- a/ext/mikmod/gstmikmod.c
+++ b/ext/mikmod/gstmikmod.c
@@ -439,7 +439,6 @@ gst_mikmod_set_property (GObject * object, guint id, const GValue * value,
{
GstMikMod *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MIKMOD (object));
filter = GST_MIKMOD (object);
@@ -496,7 +495,6 @@ gst_mikmod_get_property (GObject * object, guint id, GValue * value,
{
GstMikMod *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MIKMOD (object));
filter = GST_MIKMOD (object);
diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c
index 8b427ffb..c768effa 100644
--- a/ext/pango/gsttextoverlay.c
+++ b/ext/pango/gsttextoverlay.c
@@ -705,7 +705,6 @@ gst_textoverlay_set_property (GObject * object, guint prop_id,
{
GstTextOverlay *overlay;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TEXTOVERLAY (object));
overlay = GST_TEXTOVERLAY (object);
@@ -778,7 +777,6 @@ gst_textoverlay_get_property (GObject * object, guint prop_id, GValue * value,
{
GstTextOverlay *overlay;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TEXTOVERLAY (object));
overlay = GST_TEXTOVERLAY (object);
diff --git a/ext/pango/gsttimeoverlay.c b/ext/pango/gsttimeoverlay.c
index d4226464..ecbf3cab 100644
--- a/ext/pango/gsttimeoverlay.c
+++ b/ext/pango/gsttimeoverlay.c
@@ -162,7 +162,6 @@ gst_timeoverlay_set_property (GObject * object, guint prop_id,
{
GstTimeoverlay *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TIMEOVERLAY (object));
src = GST_TIMEOVERLAY (object);
@@ -184,7 +183,6 @@ gst_timeoverlay_get_property (GObject * object, guint prop_id, GValue * value,
{
GstTimeoverlay *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TIMEOVERLAY (object));
src = GST_TIMEOVERLAY (object);
diff --git a/ext/raw1394/gstdv1394src.c b/ext/raw1394/gstdv1394src.c
index 2ebfb962..2e939d0f 100644
--- a/ext/raw1394/gstdv1394src.c
+++ b/ext/raw1394/gstdv1394src.c
@@ -263,7 +263,6 @@ gst_dv1394src_set_property (GObject * object, guint prop_id,
{
GstDV1394Src *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DV1394SRC (object));
filter = GST_DV1394SRC (object);
@@ -300,7 +299,6 @@ gst_dv1394src_get_property (GObject * object, guint prop_id, GValue * value,
{
GstDV1394Src *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DV1394SRC (object));
filter = GST_DV1394SRC (object);
diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c
index f3061e53..513390ea 100644
--- a/ext/shout2/gstshout2.c
+++ b/ext/shout2/gstshout2.c
@@ -386,7 +386,6 @@ gst_shout2send_set_property (GObject * object, guint prop_id,
{
GstShout2send *shout2send;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SHOUT2SEND (object));
shout2send = GST_SHOUT2SEND (object);
@@ -455,7 +454,6 @@ gst_shout2send_get_property (GObject * object, guint prop_id, GValue * value,
{
GstShout2send *shout2send;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SHOUT2SEND (object));
shout2send = GST_SHOUT2SEND (object);
diff --git a/ext/speex/gstspeexdec.c b/ext/speex/gstspeexdec.c
index b172d556..51000818 100644
--- a/ext/speex/gstspeexdec.c
+++ b/ext/speex/gstspeexdec.c
@@ -538,7 +538,6 @@ gst_speexdec_get_property (GObject * object, guint prop_id,
{
GstSpeexDec *speexdec;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SPEEXDEC (object));
speexdec = GST_SPEEXDEC (object);
@@ -559,7 +558,6 @@ gst_speexdec_set_property (GObject * object, guint prop_id,
{
GstSpeexDec *speexdec;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SPEEXDEC (object));
speexdec = GST_SPEEXDEC (object);
diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c
index 009a0e18..925fd5ec 100644
--- a/ext/speex/gstspeexenc.c
+++ b/ext/speex/gstspeexenc.c
@@ -978,7 +978,6 @@ gst_speexenc_get_property (GObject * object, guint prop_id, GValue * value,
{
GstSpeexEnc *speexenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SPEEXENC (object));
speexenc = GST_SPEEXENC (object);
@@ -1023,7 +1022,6 @@ gst_speexenc_set_property (GObject * object, guint prop_id,
{
GstSpeexEnc *speexenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SPEEXENC (object));
speexenc = GST_SPEEXENC (object);