summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/artsd/gstartsdsink.c2
-rw-r--r--ext/audiofile/gstafparse.c1
-rw-r--r--ext/audiofile/gstafsink.c2
-rw-r--r--ext/audiofile/gstafsrc.c2
-rw-r--r--ext/audioresample/gstaudioresample.c1
-rw-r--r--ext/divx/gstdivxenc.c2
-rw-r--r--ext/hermes/gsthermescolorspace.c2
-rw-r--r--ext/lcs/gstcolorspace.c2
-rw-r--r--ext/musicbrainz/gsttrm.c2
-rw-r--r--ext/nas/nassink.c1
-rw-r--r--ext/sdl/sdlvideosink.c2
-rw-r--r--ext/shout/gstshout.c1
-rw-r--r--ext/swfdec/gstswfdec.c2
-rw-r--r--ext/tarkin/gsttarkindec.c2
-rw-r--r--ext/tarkin/gsttarkinenc.c2
-rw-r--r--ext/xvid/gstxvidenc.c2
16 files changed, 0 insertions, 28 deletions
diff --git a/ext/artsd/gstartsdsink.c b/ext/artsd/gstartsdsink.c
index 805f5f49..d2174a49 100644
--- a/ext/artsd/gstartsdsink.c
+++ b/ext/artsd/gstartsdsink.c
@@ -221,7 +221,6 @@ gst_artsdsink_set_property (GObject * object, guint prop_id,
{
GstArtsdsink *artsdsink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_ARTSDSINK (object));
artsdsink = GST_ARTSDSINK (object);
@@ -248,7 +247,6 @@ gst_artsdsink_get_property (GObject * object, guint prop_id, GValue * value,
{
GstArtsdsink *artsdsink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_ARTSDSINK (object));
artsdsink = GST_ARTSDSINK (object);
diff --git a/ext/audiofile/gstafparse.c b/ext/audiofile/gstafparse.c
index 4eece0c8..b576e814 100644
--- a/ext/audiofile/gstafparse.c
+++ b/ext/audiofile/gstafparse.c
@@ -299,7 +299,6 @@ gst_afparse_set_property (GObject * object, guint prop_id,
{
GstAFParse *afparse;
- /* it's not null if we got it, but it might not be ours */
afparse = GST_AFPARSE (object);
switch (prop_id) {
diff --git a/ext/audiofile/gstafsink.c b/ext/audiofile/gstafsink.c
index 872864b2..262674dc 100644
--- a/ext/audiofile/gstafsink.c
+++ b/ext/audiofile/gstafsink.c
@@ -209,7 +209,6 @@ gst_afsink_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstAFSink *sink;
- /* it's not null if we got it, but it might not be ours */
sink = GST_AFSINK (object);
switch (prop_id) {
@@ -249,7 +248,6 @@ gst_afsink_get_property (GObject * object, guint prop_id, GValue * value,
{
GstAFSink *sink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_AFSINK (object));
sink = GST_AFSINK (object);
diff --git a/ext/audiofile/gstafsrc.c b/ext/audiofile/gstafsrc.c
index 91fc6cf3..ee3244d5 100644
--- a/ext/audiofile/gstafsrc.c
+++ b/ext/audiofile/gstafsrc.c
@@ -251,7 +251,6 @@ gst_afsrc_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstAFSrc *src;
- /* it's not null if we got it, but it might not be ours */
src = GST_AFSRC (object);
switch (prop_id) {
@@ -271,7 +270,6 @@ gst_afsrc_get_property (GObject * object, guint prop_id, GValue * value,
{
GstAFSrc *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_AFSRC (object));
src = GST_AFSRC (object);
diff --git a/ext/audioresample/gstaudioresample.c b/ext/audioresample/gstaudioresample.c
index f9b8f656..363acd9b 100644
--- a/ext/audioresample/gstaudioresample.c
+++ b/ext/audioresample/gstaudioresample.c
@@ -380,7 +380,6 @@ static void
{
Audioresample *audioresample;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_AUDIORESAMPLE (object));
audioresample = GST_AUDIORESAMPLE (object);
diff --git a/ext/divx/gstdivxenc.c b/ext/divx/gstdivxenc.c
index c944c18a..00ec93d1 100644
--- a/ext/divx/gstdivxenc.c
+++ b/ext/divx/gstdivxenc.c
@@ -452,7 +452,6 @@ gst_divxenc_set_property (GObject * object,
{
GstDivxEnc *divxenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DIVXENC (object));
divxenc = GST_DIVXENC (object);
@@ -479,7 +478,6 @@ gst_divxenc_get_property (GObject * object,
{
GstDivxEnc *divxenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DIVXENC (object));
divxenc = GST_DIVXENC (object);
diff --git a/ext/hermes/gsthermescolorspace.c b/ext/hermes/gsthermescolorspace.c
index ed7639ba..dcfdab05 100644
--- a/ext/hermes/gsthermescolorspace.c
+++ b/ext/hermes/gsthermescolorspace.c
@@ -619,7 +619,6 @@ gst_hermes_colorspace_set_property (GObject * object, guint prop_id,
{
GstHermesColorspace *space;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_COLORSPACE (object));
space = GST_HERMES_COLORSPACE (object);
@@ -635,7 +634,6 @@ gst_hermes_colorspace_get_property (GObject * object, guint prop_id,
{
GstHermesColorspace *space;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_COLORSPACE (object));
space = GST_HERMES_COLORSPACE (object);
diff --git a/ext/lcs/gstcolorspace.c b/ext/lcs/gstcolorspace.c
index 5f06698f..33ba1854 100644
--- a/ext/lcs/gstcolorspace.c
+++ b/ext/lcs/gstcolorspace.c
@@ -447,7 +447,6 @@ gst_colorspace_set_property (GObject * object, guint prop_id,
{
GstColorspace *space;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_COLORSPACE (object));
space = GST_COLORSPACE (object);
@@ -463,7 +462,6 @@ gst_colorspace_get_property (GObject * object, guint prop_id, GValue * value,
{
GstColorspace *space;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_COLORSPACE (object));
space = GST_COLORSPACE (object);
diff --git a/ext/musicbrainz/gsttrm.c b/ext/musicbrainz/gsttrm.c
index 85939f9f..c363b09b 100644
--- a/ext/musicbrainz/gsttrm.c
+++ b/ext/musicbrainz/gsttrm.c
@@ -305,7 +305,6 @@ gst_musicbrainz_set_property (GObject * object, guint prop_id,
{
GstMusicBrainz *musicbrainz;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MUSICBRAINZ (object));
musicbrainz = GST_MUSICBRAINZ (object);
@@ -335,7 +334,6 @@ gst_musicbrainz_get_property (GObject * object, guint prop_id, GValue * value,
{
GstMusicBrainz *musicbrainz;
- /* it's not null if we got it, but it might not be ours */
musicbrainz = GST_MUSICBRAINZ (object);
switch (prop_id) {
diff --git a/ext/nas/nassink.c b/ext/nas/nassink.c
index 7eb47bf9..dd3a556e 100644
--- a/ext/nas/nassink.c
+++ b/ext/nas/nassink.c
@@ -342,7 +342,6 @@ gst_nassink_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstNassink *nassink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_NASSINK (object));
nassink = GST_NASSINK (object);
diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c
index b765215e..4c11b6f6 100644
--- a/ext/sdl/sdlvideosink.c
+++ b/ext/sdl/sdlvideosink.c
@@ -641,7 +641,6 @@ gst_sdlvideosink_set_property (GObject * object, guint prop_id,
{
GstSDLVideoSink *sdlvideosink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SDLVIDEOSINK (object));
sdlvideosink = GST_SDLVIDEOSINK (object);
@@ -659,7 +658,6 @@ gst_sdlvideosink_get_property (GObject * object, guint prop_id, GValue * value,
{
GstSDLVideoSink *sdlvideosink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SDLVIDEOSINK (object));
sdlvideosink = GST_SDLVIDEOSINK (object);
diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c
index 72b6227a..6f007c5f 100644
--- a/ext/shout/gstshout.c
+++ b/ext/shout/gstshout.c
@@ -313,7 +313,6 @@ gst_icecastsend_get_property (GObject * object, guint prop_id, GValue * value,
{
GstIcecastSend *icecastsend;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_ICECASTSEND (object));
icecastsend = GST_ICECASTSEND (object);
diff --git a/ext/swfdec/gstswfdec.c b/ext/swfdec/gstswfdec.c
index 91e79fb2..c6f952e5 100644
--- a/ext/swfdec/gstswfdec.c
+++ b/ext/swfdec/gstswfdec.c
@@ -570,7 +570,6 @@ gst_swfdec_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstSwfdec *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SWFDEC (object));
src = GST_SWFDEC (object);
@@ -586,7 +585,6 @@ gst_swfdec_get_property (GObject * object, guint prop_id, GValue * value,
{
GstSwfdec *swfdec;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SWFDEC (object));
swfdec = GST_SWFDEC (object);
diff --git a/ext/tarkin/gsttarkindec.c b/ext/tarkin/gsttarkindec.c
index ce16ac9f..67bf2fba 100644
--- a/ext/tarkin/gsttarkindec.c
+++ b/ext/tarkin/gsttarkindec.c
@@ -304,7 +304,6 @@ gst_tarkindec_get_property (GObject * object, guint prop_id, GValue * value,
{
TarkinDec *tarkindec;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TARKINDEC (object));
tarkindec = GST_TARKINDEC (object);
@@ -324,7 +323,6 @@ gst_tarkindec_set_property (GObject * object, guint prop_id,
{
TarkinDec *tarkindec;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TARKINDEC (object));
tarkindec = GST_TARKINDEC (object);
diff --git a/ext/tarkin/gsttarkinenc.c b/ext/tarkin/gsttarkinenc.c
index 0b5a9d45..9727aa33 100644
--- a/ext/tarkin/gsttarkinenc.c
+++ b/ext/tarkin/gsttarkinenc.c
@@ -355,7 +355,6 @@ gst_tarkinenc_get_property (GObject * object, guint prop_id, GValue * value,
{
TarkinEnc *tarkinenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TARKINENC (object));
tarkinenc = GST_TARKINENC (object);
@@ -381,7 +380,6 @@ gst_tarkinenc_set_property (GObject * object, guint prop_id,
{
TarkinEnc *tarkinenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TARKINENC (object));
tarkinenc = GST_TARKINENC (object);
diff --git a/ext/xvid/gstxvidenc.c b/ext/xvid/gstxvidenc.c
index 7b917534..e71bb259 100644
--- a/ext/xvid/gstxvidenc.c
+++ b/ext/xvid/gstxvidenc.c
@@ -422,7 +422,6 @@ gst_xvidenc_set_property (GObject * object,
{
GstXvidEnc *xvidenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_XVIDENC (object));
xvidenc = GST_XVIDENC (object);
@@ -452,7 +451,6 @@ gst_xvidenc_get_property (GObject * object,
{
GstXvidEnc *xvidenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_XVIDENC (object));
xvidenc = GST_XVIDENC (object);