mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
4fc0d55655
commit
d0e08534ce
51 changed files with 0 additions and 99 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -293,7 +293,6 @@ gst_alpha_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstAlpha *alpha;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_ALPHA (object));
|
||||
|
||||
alpha = GST_ALPHA (object);
|
||||
|
@ -351,7 +350,6 @@ gst_alpha_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstAlpha *alpha;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_ALPHA (object));
|
||||
|
||||
alpha = GST_ALPHA (object);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -1276,7 +1276,6 @@ gst_avimux_get_property (GObject * object,
|
|||
{
|
||||
GstAviMux *avimux;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_AVIMUX (object));
|
||||
avimux = GST_AVIMUX (object);
|
||||
|
||||
|
@ -1296,7 +1295,6 @@ gst_avimux_set_property (GObject * object,
|
|||
{
|
||||
GstAviMux *avimux;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_AVIMUX (object));
|
||||
avimux = GST_AVIMUX (object);
|
||||
|
||||
|
|
|
@ -219,7 +219,6 @@ gst_navigationtest_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstNavigationtest *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_NAVIGATIONTEST (object));
|
||||
src = GST_NAVIGATIONTEST (object);
|
||||
|
||||
|
@ -241,7 +240,6 @@ gst_navigationtest_get_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstNavigationtest *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_NAVIGATIONTEST (object));
|
||||
src = GST_NAVIGATIONTEST (object);
|
||||
|
||||
|
|
|
@ -390,7 +390,6 @@ gst_agingtv_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstAgingTV *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_AGINGTV (object));
|
||||
src = GST_AGINGTV (object);
|
||||
|
||||
|
@ -412,7 +411,6 @@ gst_agingtv_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstAgingTV *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_AGINGTV (object));
|
||||
src = GST_AGINGTV (object);
|
||||
|
||||
|
|
|
@ -332,7 +332,6 @@ gst_dicetv_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstDiceTV *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_DICETV (object));
|
||||
|
||||
filter = GST_DICETV (object);
|
||||
|
@ -352,7 +351,6 @@ gst_dicetv_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstDiceTV *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_DICETV (object));
|
||||
|
||||
filter = GST_DICETV (object);
|
||||
|
|
|
@ -283,7 +283,6 @@ gst_edgetv_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstEdgeTV *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_EDGETV (object));
|
||||
|
||||
filter = GST_EDGETV (object);
|
||||
|
@ -300,7 +299,6 @@ gst_edgetv_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstEdgeTV *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_EDGETV (object));
|
||||
|
||||
filter = GST_EDGETV (object);
|
||||
|
|
|
@ -317,7 +317,6 @@ gst_quarktv_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstQuarkTV *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_QUARKTV (object));
|
||||
|
||||
filter = GST_QUARKTV (object);
|
||||
|
@ -360,7 +359,6 @@ gst_quarktv_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstQuarkTV *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_QUARKTV (object));
|
||||
|
||||
filter = GST_QUARKTV (object);
|
||||
|
|
|
@ -255,7 +255,6 @@ gst_revtv_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstRevTV *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_REVTV (object));
|
||||
|
||||
filter = GST_REVTV (object);
|
||||
|
@ -281,7 +280,6 @@ gst_revtv_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstRevTV *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_REVTV (object));
|
||||
|
||||
filter = GST_REVTV (object);
|
||||
|
|
|
@ -318,7 +318,6 @@ gst_shagadelictv_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstShagadelicTV *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_SHAGADELICTV (object));
|
||||
|
||||
filter = GST_SHAGADELICTV (object);
|
||||
|
@ -335,7 +334,6 @@ gst_shagadelictv_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstShagadelicTV *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_SHAGADELICTV (object));
|
||||
|
||||
filter = GST_SHAGADELICTV (object);
|
||||
|
|
|
@ -335,7 +335,6 @@ gst_vertigotv_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstVertigoTV *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VERTIGOTV (object));
|
||||
|
||||
filter = GST_VERTIGOTV (object);
|
||||
|
@ -358,7 +357,6 @@ gst_vertigotv_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstVertigoTV *filter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VERTIGOTV (object));
|
||||
|
||||
filter = GST_VERTIGOTV (object);
|
||||
|
|
|
@ -204,7 +204,6 @@ gst_warptv_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstWarpTV *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_WARPTV (object));
|
||||
src = GST_WARPTV (object);
|
||||
|
||||
|
@ -226,7 +225,6 @@ gst_warptv_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstWarpTV *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_WARPTV (object));
|
||||
src = GST_WARPTV (object);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -369,7 +369,6 @@ gst_median_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
GstMedian *median;
|
||||
gint argvalue;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_MEDIAN (object));
|
||||
median = GST_MEDIAN (object);
|
||||
|
||||
|
@ -400,7 +399,6 @@ gst_median_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstMedian *median;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_MEDIAN (object));
|
||||
median = GST_MEDIAN (object);
|
||||
|
||||
|
|
|
@ -243,7 +243,6 @@ gst_aggregator_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstAggregator *aggregator;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_AGGREGATOR (object));
|
||||
|
||||
aggregator = GST_AGGREGATOR (object);
|
||||
|
@ -267,7 +266,6 @@ gst_aggregator_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstAggregator *aggregator;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_AGGREGATOR (object));
|
||||
|
||||
aggregator = GST_AGGREGATOR (object);
|
||||
|
|
|
@ -137,7 +137,6 @@ gst_fdsink_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstFdSink *fdsink;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FDSINK (object));
|
||||
|
||||
fdsink = GST_FDSINK (object);
|
||||
|
@ -157,7 +156,6 @@ gst_fdsink_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstFdSink *fdsink;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_FDSINK (object));
|
||||
|
||||
fdsink = GST_FDSINK (object);
|
||||
|
|
|
@ -450,7 +450,6 @@ gst_md5sink_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstMD5Sink *sink;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_MD5SINK (object));
|
||||
|
||||
sink = GST_MD5SINK (object);
|
||||
|
|
|
@ -151,7 +151,6 @@ gst_multifilesrc_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstMultiFileSrc *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_MULTIFILESRC (object));
|
||||
|
||||
src = GST_MULTIFILESRC (object);
|
||||
|
@ -185,7 +184,6 @@ gst_multifilesrc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstMultiFileSrc *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_MULTIFILESRC (object));
|
||||
|
||||
src = GST_MULTIFILESRC (object);
|
||||
|
|
|
@ -245,7 +245,6 @@ gst_pipefilter_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstPipefilter *pipefilter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_PIPEFILTER (object));
|
||||
pipefilter = GST_PIPEFILTER (object);
|
||||
|
||||
|
@ -266,7 +265,6 @@ gst_pipefilter_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstPipefilter *pipefilter;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_PIPEFILTER (object));
|
||||
pipefilter = GST_PIPEFILTER (object);
|
||||
|
||||
|
|
|
@ -327,7 +327,6 @@ gst_shaper_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstShaper *shaper;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_SHAPER (object));
|
||||
|
||||
shaper = GST_SHAPER (object);
|
||||
|
@ -351,7 +350,6 @@ gst_shaper_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstShaper *shaper;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_SHAPER (object));
|
||||
|
||||
shaper = GST_SHAPER (object);
|
||||
|
|
|
@ -340,7 +340,6 @@ gst_statistics_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstStatistics *statistics;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_STATISTICS (object));
|
||||
|
||||
statistics = GST_STATISTICS (object);
|
||||
|
@ -376,7 +375,6 @@ gst_statistics_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstStatistics *statistics;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_STATISTICS (object));
|
||||
|
||||
statistics = GST_STATISTICS (object);
|
||||
|
|
|
@ -273,7 +273,6 @@ gst_rtpL16parse_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstRtpL16Parse *rtpL16parse;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_L16_PARSE (object));
|
||||
rtpL16parse = GST_RTP_L16_PARSE (object);
|
||||
|
||||
|
@ -295,7 +294,6 @@ gst_rtpL16parse_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstRtpL16Parse *rtpL16parse;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_L16_PARSE (object));
|
||||
rtpL16parse = GST_RTP_L16_PARSE (object);
|
||||
|
||||
|
|
|
@ -281,7 +281,6 @@ gst_rtpL16enc_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstRtpL16Enc *rtpL16enc;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_L16_ENC (object));
|
||||
rtpL16enc = GST_RTP_L16_ENC (object);
|
||||
|
||||
|
@ -297,7 +296,6 @@ gst_rtpL16enc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstRtpL16Enc *rtpL16enc;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_L16_ENC (object));
|
||||
rtpL16enc = GST_RTP_L16_ENC (object);
|
||||
|
||||
|
|
|
@ -273,7 +273,6 @@ gst_rtpL16parse_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstRtpL16Parse *rtpL16parse;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_L16_PARSE (object));
|
||||
rtpL16parse = GST_RTP_L16_PARSE (object);
|
||||
|
||||
|
@ -295,7 +294,6 @@ gst_rtpL16parse_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstRtpL16Parse *rtpL16parse;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_L16_PARSE (object));
|
||||
rtpL16parse = GST_RTP_L16_PARSE (object);
|
||||
|
||||
|
|
|
@ -281,7 +281,6 @@ gst_rtpL16enc_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstRtpL16Enc *rtpL16enc;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_L16_ENC (object));
|
||||
rtpL16enc = GST_RTP_L16_ENC (object);
|
||||
|
||||
|
@ -297,7 +296,6 @@ gst_rtpL16enc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstRtpL16Enc *rtpL16enc;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_L16_ENC (object));
|
||||
rtpL16enc = GST_RTP_L16_ENC (object);
|
||||
|
||||
|
|
|
@ -241,7 +241,6 @@ gst_rtpgsmparse_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstRtpGSMParse *rtpgsmparse;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_GSM_PARSE (object));
|
||||
rtpgsmparse = GST_RTP_GSM_PARSE (object);
|
||||
|
||||
|
@ -260,7 +259,6 @@ gst_rtpgsmparse_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstRtpGSMParse *rtpgsmparse;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_GSM_PARSE (object));
|
||||
rtpgsmparse = GST_RTP_GSM_PARSE (object);
|
||||
|
||||
|
|
|
@ -267,7 +267,6 @@ gst_rtpgsmenc_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstRtpGSMEnc *rtpgsmenc;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_GSM_ENC (object));
|
||||
rtpgsmenc = GST_RTP_GSM_ENC (object);
|
||||
|
||||
|
@ -283,7 +282,6 @@ gst_rtpgsmenc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstRtpGSMEnc *rtpgsmenc;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_GSM_ENC (object));
|
||||
rtpgsmenc = GST_RTP_GSM_ENC (object);
|
||||
|
||||
|
|
|
@ -241,7 +241,6 @@ gst_rtpgsmparse_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstRtpGSMParse *rtpgsmparse;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_GSM_PARSE (object));
|
||||
rtpgsmparse = GST_RTP_GSM_PARSE (object);
|
||||
|
||||
|
@ -260,7 +259,6 @@ gst_rtpgsmparse_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstRtpGSMParse *rtpgsmparse;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_GSM_PARSE (object));
|
||||
rtpgsmparse = GST_RTP_GSM_PARSE (object);
|
||||
|
||||
|
|
|
@ -267,7 +267,6 @@ gst_rtpgsmenc_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstRtpGSMEnc *rtpgsmenc;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_GSM_ENC (object));
|
||||
rtpgsmenc = GST_RTP_GSM_ENC (object);
|
||||
|
||||
|
@ -283,7 +282,6 @@ gst_rtpgsmenc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstRtpGSMEnc *rtpgsmenc;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_RTP_GSM_ENC (object));
|
||||
rtpgsmenc = GST_RTP_GSM_ENC (object);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -207,7 +207,6 @@ gst_gamma_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstGamma *gamma;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_GAMMA (object));
|
||||
gamma = GST_GAMMA (object);
|
||||
|
||||
|
@ -240,7 +239,6 @@ gst_gamma_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstGamma *gamma;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_GAMMA (object));
|
||||
gamma = GST_GAMMA (object);
|
||||
|
||||
|
|
|
@ -371,7 +371,6 @@ gst_videobalance_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstVideobalance *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VIDEOBALANCE (object));
|
||||
src = GST_VIDEOBALANCE (object);
|
||||
|
||||
|
@ -402,7 +401,6 @@ gst_videobalance_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstVideobalance *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VIDEOBALANCE (object));
|
||||
src = GST_VIDEOBALANCE (object);
|
||||
|
||||
|
|
|
@ -364,7 +364,6 @@ gst_videofilter_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstVideofilter *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VIDEOFILTER (object));
|
||||
src = GST_VIDEOFILTER (object);
|
||||
|
||||
|
@ -381,7 +380,6 @@ gst_videofilter_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstVideofilter *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VIDEOFILTER (object));
|
||||
src = GST_VIDEOFILTER (object);
|
||||
|
||||
|
|
|
@ -177,7 +177,6 @@ gst_videoflip_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstVideoflip *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VIDEOFLIP (object));
|
||||
src = GST_VIDEOFLIP (object);
|
||||
|
||||
|
@ -199,7 +198,6 @@ gst_videoflip_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstVideoflip *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VIDEOFLIP (object));
|
||||
src = GST_VIDEOFLIP (object);
|
||||
|
||||
|
|
|
@ -178,7 +178,6 @@ gst_videotemplate_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstVideotemplate *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VIDEOTEMPLATE (object));
|
||||
src = GST_VIDEOTEMPLATE (object);
|
||||
|
||||
|
@ -200,7 +199,6 @@ gst_videotemplate_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstVideotemplate *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VIDEOTEMPLATE (object));
|
||||
src = GST_VIDEOTEMPLATE (object);
|
||||
|
||||
|
|
|
@ -367,7 +367,6 @@ gst_videoflip_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstVideoflip *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VIDEOFLIP (object));
|
||||
src = GST_VIDEOFLIP (object);
|
||||
|
||||
|
@ -387,7 +386,6 @@ gst_videoflip_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstVideoflip *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_VIDEOFLIP (object));
|
||||
src = GST_VIDEOFLIP (object);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue