summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2002-01-31 22:22:42 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2002-01-31 22:22:42 +0000
commitd5f474eccd325f2df647cdaf47b4fe218a0e14dd (patch)
treec19ae0ec2875568199580291e70e3089e8c6e9f3
parent7ce84be3db875511018ad24fed9b7aa5680bd3fa (diff)
downloadgstreamer-plugins-bad-d5f474eccd325f2df647cdaf47b4fe218a0e14dd.tar.gz
Various fixes
Original commit message from CVS: Various fixes
-rw-r--r--ext/sdl/sdlvideosink.c4
-rw-r--r--ext/sdl/sdlvideosink.h2
2 files changed, 2 insertions, 4 deletions
diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c
index aadaecf29..d84cde3c8 100644
--- a/ext/sdl/sdlvideosink.c
+++ b/ext/sdl/sdlvideosink.c
@@ -1,5 +1,5 @@
/* GStreamer SDL plugin
- * Copyright (C) 2001 Ronald Bultje <rbultje@ronald.bitfreak.net>
+ * Copyright (C) 2001-2002 Ronald Bultje <rbultje@ronald.bitfreak.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -312,8 +312,6 @@ gst_sdlvideosink_sinkconnect (GstPad *pad,
}
/* if we got here - it's not good */
- gst_element_error(GST_ELEMENT(sdlvideosink),
- "Failed to find acceptable caps");
return GST_PAD_CONNECT_REFUSED;
}
diff --git a/ext/sdl/sdlvideosink.h b/ext/sdl/sdlvideosink.h
index 15d635440..fc991311c 100644
--- a/ext/sdl/sdlvideosink.h
+++ b/ext/sdl/sdlvideosink.h
@@ -1,5 +1,5 @@
/* GStreamer SDL plugin
- * Copyright (C) 2001 Ronald Bultje <rbultje@ronald.bitfreak.net>
+ * Copyright (C) 2001-2002 Ronald Bultje <rbultje@ronald.bitfreak.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public