mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
example: fix compile
This commit is contained in:
parent
54dc7b963f
commit
8e71d0587b
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,9 @@ do_step (GstElement * bin)
|
|||
static void
|
||||
handle_sync_message (GstBus * bus, GstMessage * message, gpointer data)
|
||||
{
|
||||
GstElement *bin = GST_ELEMENT_CAST (data);
|
||||
GstElement *bin;
|
||||
|
||||
bin = GST_ELEMENT_CAST (data);
|
||||
|
||||
switch (message->type) {
|
||||
case GST_MESSAGE_STEP_DONE:
|
||||
|
|
Loading…
Reference in a new issue