mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
tutorial: hello-world: drop manual padding from code blocks
This commit is contained in:
parent
896429efe1
commit
014f850507
1 changed files with 16 additions and 15 deletions
|
@ -174,6 +174,7 @@ we need to do to tidy up correctly after ourselves.
|
|||
/* Free resources */
|
||||
if (msg != NULL)
|
||||
gst_message_unref (msg);
|
||||
|
||||
gst_object_unref (bus);
|
||||
gst_element_set_state (pipeline, GST_STATE_NULL);
|
||||
gst_object_unref (pipeline);
|
||||
|
|
Loading…
Reference in a new issue