mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
fix typo that causes helloworld2.c to not compile
Original commit message from CVS: fix typo that causes helloworld2.c to not compile
This commit is contained in:
parent
c35200bf05
commit
fe8db5b9b7
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ gst_play_cache_empty (GstElement *element, GstElement *pipeline)
|
|||
GstElement *cache;
|
||||
GstElement *new_element;
|
||||
|
||||
g_print (have cache empty\n");
|
||||
g_print ("have cache empty\n");
|
||||
|
||||
gst_element_set_state (pipeline, GST_STATE_PAUSED);
|
||||
|
||||
|
|
Loading…
Reference in a new issue