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
d6487dd033
commit
8349527f92
8 changed files with 0 additions and 15 deletions
|
@ -559,7 +559,6 @@ gst_a52dec_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstA52Dec *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_A52DEC (object));
|
||||
src = GST_A52DEC (object);
|
||||
|
||||
|
@ -579,7 +578,6 @@ gst_a52dec_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstA52Dec *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_A52DEC (object));
|
||||
src = GST_A52DEC (object);
|
||||
|
||||
|
|
|
@ -447,7 +447,6 @@ dvdnavsrc_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
DVDNavSrc *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_DVDNAVSRC (object));
|
||||
|
||||
src = DVDNAVSRC (object);
|
||||
|
@ -514,7 +513,6 @@ dvdnavsrc_get_property (GObject * object, guint prop_id,
|
|||
DVDNavSrc *src;
|
||||
const char *title_string;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_DVDNAVSRC (object));
|
||||
|
||||
src = DVDNAVSRC (object);
|
||||
|
|
|
@ -275,7 +275,6 @@ dvdreadsrc_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
DVDReadSrc *src;
|
||||
DVDReadSrcPrivate *priv;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_DVDREADSRC (object));
|
||||
|
||||
src = DVDREADSRC (object);
|
||||
|
@ -320,7 +319,6 @@ dvdreadsrc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
DVDReadSrc *src;
|
||||
DVDReadSrcPrivate *priv;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_DVDREADSRC (object));
|
||||
|
||||
src = DVDREADSRC (object);
|
||||
|
|
|
@ -682,7 +682,6 @@ gst_lame_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstLame *lame;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_LAME (object));
|
||||
|
||||
lame = GST_LAME (object);
|
||||
|
@ -801,7 +800,6 @@ gst_lame_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstLame *lame;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_LAME (object));
|
||||
|
||||
lame = GST_LAME (object);
|
||||
|
|
|
@ -1536,7 +1536,6 @@ gst_mpeg2dec_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstMpeg2dec *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_MPEG2DEC (object));
|
||||
src = GST_MPEG2DEC (object);
|
||||
|
||||
|
@ -1552,7 +1551,6 @@ gst_mpeg2dec_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstMpeg2dec *mpeg2dec;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_MPEG2DEC (object));
|
||||
mpeg2dec = GST_MPEG2DEC (object);
|
||||
|
||||
|
|
|
@ -383,7 +383,6 @@ gst_ac3parse_set_property (GObject * object, guint prop_id,
|
|||
{
|
||||
GstAc3Parse *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_AC3PARSE (object));
|
||||
src = GST_AC3PARSE (object);
|
||||
|
||||
|
@ -402,7 +401,6 @@ gst_ac3parse_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstAc3Parse *src;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_AC3PARSE (object));
|
||||
src = GST_AC3PARSE (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);
|
||||
|
||||
|
|
|
@ -328,7 +328,6 @@ gst_rfc2250_enc_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstRFC2250Enc *rfc2250_enc;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
rfc2250_enc = GST_RFC2250_ENC (object);
|
||||
|
||||
switch (prop_id) {
|
||||
|
|
Loading…
Reference in a new issue