tutorial: hello-world: drop manual padding from code blocks

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-04-13 13:57:38 -07:00
parent 896429efe1
commit 014f850507

View file

@ -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);