Oops, a small bug which I forgot about

Original commit message from CVS:
Oops, a small bug which I forgot about
This commit is contained in:
Ronald S. Bultje 2002-01-10 10:03:33 +00:00
parent 37cd2f7a26
commit 70e24a8888

View file

@ -405,6 +405,7 @@ gst_sdlvideosink_set_property (GObject *object, guint prop_id, const GValue *val
/* 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);
switch (prop_id)
{
@ -429,6 +430,7 @@ gst_sdlvideosink_get_property (GObject *object, guint prop_id, GValue *value, GP
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);
switch (prop_id) {