diff options
42 files changed, 0 insertions, 78 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); diff --git a/gst/chart/gstchart.c b/gst/chart/gstchart.c index d84eadcd..a1606ac1 100644 --- a/gst/chart/gstchart.c +++ b/gst/chart/gstchart.c @@ -364,7 +364,6 @@ gst_chart_set_property (GObject * object, guint prop_id, const GValue * value, { GstChart *chart; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_CHART (object)); chart = GST_CHART (object); @@ -380,7 +379,6 @@ gst_chart_get_property (GObject * object, guint prop_id, GValue * value, { GstChart *chart; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_CHART (object)); chart = GST_CHART (object); diff --git a/gst/colorspace/gstcolorspace.c b/gst/colorspace/gstcolorspace.c index d85e87ef..6b28d8fd 100644 --- a/gst/colorspace/gstcolorspace.c +++ b/gst/colorspace/gstcolorspace.c @@ -588,7 +588,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); @@ -604,7 +603,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/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index df797a84..e5bf2158 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -346,7 +346,6 @@ gst_deinterlace_set_property (GObject * object, guint prop_id, { GstDeInterlace *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DEINTERLACE (object)); filter = GST_DEINTERLACE (object); @@ -375,7 +374,6 @@ gst_deinterlace_get_property (GObject * object, guint prop_id, GValue * value, { GstDeInterlace *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DEINTERLACE (object)); filter = GST_DEINTERLACE (object); diff --git a/gst/filter/gstbpwsinc.c b/gst/filter/gstbpwsinc.c index 7be94398..c96da82f 100644 --- a/gst/filter/gstbpwsinc.c +++ b/gst/filter/gstbpwsinc.c @@ -345,7 +345,6 @@ gst_bpwsinc_set_property (GObject * object, guint prop_id, const GValue * value, { GstBPWSinc *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_BPWSINC (object)); filter = GST_BPWSINC (object); @@ -371,7 +370,6 @@ gst_bpwsinc_get_property (GObject * object, guint prop_id, GValue * value, { GstBPWSinc *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_BPWSINC (object)); filter = GST_BPWSINC (object); diff --git a/gst/filter/gstiir.c b/gst/filter/gstiir.c index 438c35a7..818d495b 100644 --- a/gst/filter/gstiir.c +++ b/gst/filter/gstiir.c @@ -226,7 +226,6 @@ gst_iir_set_property (GObject * object, guint prop_id, const GValue * value, { GstIIR *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_IIR (object)); filter = GST_IIR (object); @@ -255,7 +254,6 @@ gst_iir_get_property (GObject * object, guint prop_id, GValue * value, { GstIIR *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_IIR (object)); filter = GST_IIR (object); diff --git a/gst/filter/gstlpwsinc.c b/gst/filter/gstlpwsinc.c index e5406143..bf2773e6 100644 --- a/gst/filter/gstlpwsinc.c +++ b/gst/filter/gstlpwsinc.c @@ -292,7 +292,6 @@ gst_lpwsinc_set_property (GObject * object, guint prop_id, const GValue * value, { GstLPWSinc *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_LPWSINC (object)); filter = GST_LPWSINC (object); @@ -315,7 +314,6 @@ gst_lpwsinc_get_property (GObject * object, guint prop_id, GValue * value, { GstLPWSinc *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_LPWSINC (object)); filter = GST_LPWSINC (object); diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index 68f44559..a0a6c282 100644 --- a/gst/flx/gstflxdec.c +++ b/gst/flx/gstflxdec.c @@ -614,7 +614,6 @@ gst_flxdec_set_property (GObject * object, guint prop_id, const GValue * value, { GstFlxDec *flxdec; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_FLXDEC (object)); flxdec = GST_FLXDEC (object); @@ -630,7 +629,6 @@ gst_flxdec_get_property (GObject * object, guint prop_id, GValue * value, { GstFlxDec *flxdec; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_FLXDEC (object)); flxdec = GST_FLXDEC (object); diff --git a/gst/games/gstpuzzle.c b/gst/games/gstpuzzle.c index 9aef3cc2..f15e4839 100644 --- a/gst/games/gstpuzzle.c +++ b/gst/games/gstpuzzle.c @@ -444,7 +444,6 @@ gst_puzzle_set_property (GObject * object, guint prop_id, { GstPuzzle *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_PUZZLE (object)); src = GST_PUZZLE (object); @@ -470,7 +469,6 @@ gst_puzzle_get_property (GObject * object, guint prop_id, GValue * value, { GstPuzzle *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_PUZZLE (object)); src = GST_PUZZLE (object); diff --git a/gst/librfb/gstrfbsrc.c b/gst/librfb/gstrfbsrc.c index 99e3144c..5793907b 100644 --- a/gst/librfb/gstrfbsrc.c +++ b/gst/librfb/gstrfbsrc.c @@ -499,7 +499,6 @@ gst_rfbsrc_set_property (GObject * object, guint prop_id, const GValue * value, { GstRfbsrc *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_RFBSRC (object)); src = GST_RFBSRC (object); @@ -522,7 +521,6 @@ gst_rfbsrc_get_property (GObject * object, guint prop_id, GValue * value, { GstRfbsrc *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_RFBSRC (object)); src = GST_RFBSRC (object); diff --git a/gst/mpeg1sys/gstmpeg1systemencode.c b/gst/mpeg1sys/gstmpeg1systemencode.c index 35c3e0b6..7481b128 100644 --- a/gst/mpeg1sys/gstmpeg1systemencode.c +++ b/gst/mpeg1sys/gstmpeg1systemencode.c @@ -562,7 +562,6 @@ gst_system_encode_set_property (GObject * object, guint prop_id, { GstMPEG1SystemEncode *system_encode; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_SYSTEM_ENCODE (object)); system_encode = GST_SYSTEM_ENCODE (object); @@ -579,7 +578,6 @@ gst_system_encode_get_property (GObject * object, guint prop_id, GValue * value, { GstMPEG1SystemEncode *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_SYSTEM_ENCODE (object)); src = GST_SYSTEM_ENCODE (object); diff --git a/gst/mpeg2sub/gstmpeg2subt.c b/gst/mpeg2sub/gstmpeg2subt.c index 23a2456e..7e178209 100644 --- a/gst/mpeg2sub/gstmpeg2subt.c +++ b/gst/mpeg2sub/gstmpeg2subt.c @@ -1016,7 +1016,6 @@ gst_mpeg2subt_set_property (GObject * object, guint prop_id, { GstMpeg2Subt *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_MPEG2SUBT (object)); src = GST_MPEG2SUBT (object); @@ -1032,7 +1031,6 @@ gst_mpeg2subt_get_property (GObject * object, guint prop_id, GValue * value, { GstMpeg2Subt *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_MPEG2SUBT (object)); src = GST_MPEG2SUBT (object); diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index 8e77acac..de128f5d 100644 --- a/gst/mpegaudioparse/gstmpegaudioparse.c +++ b/gst/mpegaudioparse/gstmpegaudioparse.c @@ -523,7 +523,6 @@ gst_mp3parse_set_property (GObject * object, guint prop_id, { GstMPEGAudioParse *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_MP3PARSE (object)); src = GST_MP3PARSE (object); @@ -542,7 +541,6 @@ gst_mp3parse_get_property (GObject * object, guint prop_id, GValue * value, { GstMPEGAudioParse *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_MP3PARSE (object)); src = GST_MP3PARSE (object); diff --git a/gst/multifilesink/gstmultifilesink.c b/gst/multifilesink/gstmultifilesink.c index 4bde51b0..01948713 100644 --- a/gst/multifilesink/gstmultifilesink.c +++ b/gst/multifilesink/gstmultifilesink.c @@ -238,7 +238,6 @@ gst_multifilesink_set_property (GObject * object, guint prop_id, { GstMultiFileSink *sink; - /* it's not null if we got it, but it might not be ours */ sink = GST_MULTIFILESINK (object); switch (prop_id) { @@ -258,7 +257,6 @@ gst_multifilesink_get_property (GObject * object, guint prop_id, GValue * value, { GstMultiFileSink *sink; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_MULTIFILESINK (object)); sink = GST_MULTIFILESINK (object); diff --git a/gst/smooth/gstsmooth.c b/gst/smooth/gstsmooth.c index 0ebca104..4654281d 100644 --- a/gst/smooth/gstsmooth.c +++ b/gst/smooth/gstsmooth.c @@ -284,7 +284,6 @@ gst_smooth_set_property (GObject * object, guint prop_id, const GValue * value, { GstSmooth *smooth; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_SMOOTH (object)); smooth = GST_SMOOTH (object); @@ -312,7 +311,6 @@ gst_smooth_get_property (GObject * object, guint prop_id, GValue * value, { GstSmooth *smooth; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_SMOOTH (object)); smooth = GST_SMOOTH (object); diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index 41765253..6c1d297e 100644 --- a/gst/spectrum/gstspectrum.c +++ b/gst/spectrum/gstspectrum.c @@ -129,7 +129,6 @@ gst_spectrum_set_property (GObject * object, guint prop_id, { GstSpectrum *spectrum; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_SPECTRUM (object)); spectrum = GST_SPECTRUM (object); diff --git a/gst/stereo/gststereo.c b/gst/stereo/gststereo.c index 50aea79a..317d5570 100644 --- a/gst/stereo/gststereo.c +++ b/gst/stereo/gststereo.c @@ -185,7 +185,6 @@ gst_stereo_set_property (GObject * object, guint prop_id, const GValue * value, { GstStereo *stereo; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_STEREO (object)); stereo = GST_STEREO (object); @@ -207,7 +206,6 @@ gst_stereo_get_property (GObject * object, guint prop_id, GValue * value, { GstStereo *stereo; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_STEREO (object)); stereo = GST_STEREO (object); diff --git a/gst/vbidec/gstvbidec.c b/gst/vbidec/gstvbidec.c index 749cf65d..1ee991a4 100644 --- a/gst/vbidec/gstvbidec.c +++ b/gst/vbidec/gstvbidec.c @@ -330,7 +330,6 @@ gst_vbidec_set_property (GObject * object, guint prop_id, const GValue * value, { GstVBIDec *vbidec; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_VBIDEC (object)); vbidec = GST_VBIDEC (object); @@ -357,7 +356,6 @@ gst_vbidec_get_property (GObject * object, guint prop_id, GValue * value, { GstVBIDec *vbidec; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_VBIDEC (object)); vbidec = GST_VBIDEC (object); diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index 47a2def8..6009ef7c 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -213,7 +213,6 @@ gst_video_crop_set_property (GObject * object, guint prop_id, { GstVideoCrop *video_crop; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_VIDEO_CROP (object)); video_crop = GST_VIDEO_CROP (object); diff --git a/gst/virtualdub/gstxsharpen.c b/gst/virtualdub/gstxsharpen.c index 41456a56..426d8fea 100644 --- a/gst/virtualdub/gstxsharpen.c +++ b/gst/virtualdub/gstxsharpen.c @@ -399,7 +399,6 @@ gst_xsharpen_set_property (GObject * object, guint prop_id, { GstXsharpen *xsharpen; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_XSHARPEN (object)); xsharpen = GST_XSHARPEN (object); @@ -421,7 +420,6 @@ gst_xsharpen_get_property (GObject * object, guint prop_id, GValue * value, { GstXsharpen *xsharpen; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_XSHARPEN (object)); xsharpen = GST_XSHARPEN (object); diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c index f70f101a..c70d8c84 100644 --- a/gst/y4m/gsty4mencode.c +++ b/gst/y4m/gsty4mencode.c @@ -232,7 +232,6 @@ gst_y4mencode_set_property (GObject * object, guint prop_id, { GstY4mEncode *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_Y4MENCODE (object)); filter = GST_Y4MENCODE (object); @@ -248,7 +247,6 @@ gst_y4mencode_get_property (GObject * object, guint prop_id, GValue * value, { GstY4mEncode *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_Y4MENCODE (object)); filter = GST_Y4MENCODE (object); diff --git a/sys/dxr3/dxr3audiosink.c b/sys/dxr3/dxr3audiosink.c index 558dcb0c..144e50c1 100644 --- a/sys/dxr3/dxr3audiosink.c +++ b/sys/dxr3/dxr3audiosink.c @@ -242,7 +242,6 @@ dxr3audiosink_set_property (GObject * object, guint prop_id, { Dxr3AudioSink *sink; - /* it's not null if we got it, but it might not be ours */ sink = DXR3AUDIOSINK (object); switch (prop_id) { @@ -267,7 +266,6 @@ dxr3audiosink_get_property (GObject * object, guint prop_id, { Dxr3AudioSink *sink; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DXR3AUDIOSINK (object)); sink = DXR3AUDIOSINK (object); diff --git a/sys/dxr3/dxr3spusink.c b/sys/dxr3/dxr3spusink.c index 71312c09..023631d2 100644 --- a/sys/dxr3/dxr3spusink.c +++ b/sys/dxr3/dxr3spusink.c @@ -225,7 +225,6 @@ dxr3spusink_set_property (GObject * object, guint prop_id, { Dxr3SpuSink *sink; - /* it's not null if we got it, but it might not be ours */ sink = DXR3SPUSINK (object); switch (prop_id) { @@ -241,7 +240,6 @@ dxr3spusink_get_property (GObject * object, guint prop_id, { Dxr3SpuSink *sink; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DXR3SPUSINK (object)); sink = DXR3SPUSINK (object); diff --git a/sys/dxr3/dxr3videosink.c b/sys/dxr3/dxr3videosink.c index 2c994c87..37e28192 100644 --- a/sys/dxr3/dxr3videosink.c +++ b/sys/dxr3/dxr3videosink.c @@ -227,7 +227,6 @@ dxr3videosink_set_property (GObject * object, guint prop_id, { Dxr3VideoSink *sink; - /* it's not null if we got it, but it might not be ours */ sink = DXR3VIDEOSINK (object); switch (prop_id) { @@ -243,7 +242,6 @@ dxr3videosink_get_property (GObject * object, guint prop_id, { Dxr3VideoSink *sink; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DXR3VIDEOSINK (object)); sink = DXR3VIDEOSINK (object); diff --git a/sys/qcam/gstqcamsrc.c b/sys/qcam/gstqcamsrc.c index c08453ba..2fab71d9 100644 --- a/sys/qcam/gstqcamsrc.c +++ b/sys/qcam/gstqcamsrc.c @@ -288,7 +288,6 @@ gst_qcamsrc_set_property (GObject * object, guint prop_id, const GValue * value, { GstQCamSrc *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_QCAMSRC (object)); src = GST_QCAMSRC (object); @@ -339,7 +338,6 @@ gst_qcamsrc_get_property (GObject * object, guint prop_id, GValue * value, { GstQCamSrc *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_QCAMSRC (object)); src = GST_QCAMSRC (object); diff --git a/sys/v4l2/gstv4l2element.c b/sys/v4l2/gstv4l2element.c index 09953c94..18c0abd9 100644 --- a/sys/v4l2/gstv4l2element.c +++ b/sys/v4l2/gstv4l2element.c @@ -454,7 +454,6 @@ gst_v4l2element_set_property (GObject * object, { GstV4l2Element *v4l2element; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_V4L2ELEMENT (object)); v4l2element = GST_V4L2ELEMENT (object); @@ -523,7 +522,6 @@ gst_v4l2element_get_property (GObject * object, { GstV4l2Element *v4l2element; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_V4L2ELEMENT (object)); v4l2element = GST_V4L2ELEMENT (object); diff --git a/sys/vcd/vcdsrc.c b/sys/vcd/vcdsrc.c index d0894bd5..60db1bc1 100644 --- a/sys/vcd/vcdsrc.c +++ b/sys/vcd/vcdsrc.c @@ -211,7 +211,6 @@ gst_vcdsrc_set_property (GObject * object, guint prop_id, const GValue * value, { GstVCDSrc *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_VCDSRC (object)); src = GST_VCDSRC (object); @@ -251,7 +250,6 @@ gst_vcdsrc_get_property (GObject * object, guint prop_id, GValue * value, { GstVCDSrc *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_VCDSRC (object)); src = GST_VCDSRC (object); |