mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
playback/player: gtk-play: change to use valid macro function
This commit is contained in:
parent
4dcc43b935
commit
5903c7cd5e
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ GtkWidget *gst_player_gtk_video_renderer_get_widget
|
|||
{
|
||||
GtkWidget *widget;
|
||||
|
||||
g_return_if_fail (GST_IS_PLAYER_GTK_VIDEO_RENDERER (self));
|
||||
g_return_val_if_fail (GST_IS_PLAYER_GTK_VIDEO_RENDERER (self), NULL);
|
||||
|
||||
g_object_get (self, "widget", &widget, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue