summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d6487dd)
raw | patch | inline | side by side (parent: d6487dd)
author | Andy Wingo <wingo@pobox.com> | |
Tue, 5 Jul 2005 10:51:41 +0000 (10:51 +0000) | ||
committer | Andy Wingo <wingo@pobox.com> | |
Tue, 5 Jul 2005 10:51:41 +0000 (10:51 +0000) |
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.
2005-07-05 Andy Wingo <wingo@pobox.com>
* Way, way, way too many files:
Remove crack comment from the 2000 era.
diff --git a/ext/a52dec/gsta52dec.c b/ext/a52dec/gsta52dec.c
index 1c2ba8011862e13c7f6e61f911b1e50352f05c24..89496bae961da30e0710e4e37708005840c03f35 100644 (file)
--- a/ext/a52dec/gsta52dec.c
+++ b/ext/a52dec/gsta52dec.c
{
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);
{
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);
diff --git a/ext/dvdnav/dvdnavsrc.c b/ext/dvdnav/dvdnavsrc.c
index 4313ad5da0862d8f414c9a1be04c59e507d27d41..c70b869739fec09a333ba9e82627331dc04b467e 100644 (file)
--- a/ext/dvdnav/dvdnavsrc.c
+++ b/ext/dvdnav/dvdnavsrc.c
{
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);
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);
index 73c8cd5038b5c257fd38e8cb9d1377cffff9e32f..4d69d2b455c8d7d8d6dbe7d09e6dd2589017c692 100644 (file)
--- a/ext/dvdread/dvdreadsrc.c
+++ b/ext/dvdread/dvdreadsrc.c
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);
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);
diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c
index 7f1020c1c428e77398ceea298c28f24f7d42d171..bc1c8f43222fcf06f1d348a864b06341b59e20aa 100644 (file)
--- a/ext/lame/gstlame.c
+++ b/ext/lame/gstlame.c
{
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);
{
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);
index a34cb6ce25767712d0a5f14e87dcd179efc92390..6585f51ce2b85c276d71c037e1b34ece2dbd5c77 100644 (file)
{
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);
{
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);
index 5f1f55a80c69dacf9dd3d5a267d2b23b332f0eaf..bc237b850f4cc64535b70b54852a35a582c67f05 100644 (file)
{
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);
{
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);
index 8e77acac4cf640d96d1d34b6d580ae0c1c347f43..de128f5d6afcd1627de58a7e82e9d53a7eba832b 100644 (file)
{
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);
{
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);
index 634cab3e44218005599821e7596c717a1a653b38..a50e1347ac4c9896e2573949ef9168055a4507b8 100644 (file)
{
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) {