mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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:
parent
37cd2f7a26
commit
70e24a8888
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue