Skip to content
  • Jan Schmidt's avatar
    splitmuxsrc: Protect initial pad configuration with the object lock · f6b91fe3
    Jan Schmidt authored
    gst_splitmux_src_activate_part() configures the pad information
    before starting the pad task, but occasionally the changes it makes
    to the pad are not seen in the pad task because they're not
    protected by the right locking. Use the pad's object lock to
    protect those variables.
    f6b91fe3