mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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
bd99456aac
commit
259401774d
42 changed files with 0 additions and 78 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue