Basic tutorial 3 does not compile

Hi,

Basic tutorial 3 does not compile (link below to source file). It uses gst_state_get_name() which according to the API docs does not come in until 1.28, which is not out yet.

This issue is backed up by the source code on the official tutorial webpage being different to that in the git repo. Bit of a bummer.

1 Like

indeed.
Tutorial 3 runs only with latest dev build but upcoming tutorials like 5 will run only for 1.26.7 stable build as 1.27.2 binaries don´t include gtksink plugin.

Tutorial 3 and 4 will compile after rollback the variable name to gst_element_state_get_name instead of gst_state_get_name