Skip to content

馃帹 Remove property refresh in videotestsrc

Francis Lecavalier requested to merge fix/videotestsrc into develop

Remove useless refresh of the pattern property in the start method. The property is already set in the constructor, and refreshed in the stop method when the pipeline elements are recreated, making this third refresh pointless.

Merge request reports