membrane_core icon indicating copy to clipboard operation
membrane_core copied to clipboard

The core of the Membrane Framework, advanced multimedia processing framework

Results 143 membrane_core issues
Sort by recently updated
recently updated
newest added

Relates to https://github.com/membraneframework/membrane_core/issues/734

### Kuba: - [x] membrane_sdl_plugin - sink relies on framerate instead of timestamps https://github.com/membraneframework/membrane_sdl_plugin/pull/34 - [x] membrane_portaudio_plugin - source doesn't generate timestamps https://github.com/membraneframework/membrane_portaudio_plugin/pull/53 - [x] membrane_mp3_mad_plugin - decoder doesn't forward...

Calling this option the same way its called in PortAudio will make its name more meaningful. The old option should be deprecated.

enhancement

Currently precompiled builds work only on systems with glibc, which excludes musl libc systems from benefiting from them, from which the most notable is Alpine. #### Problem: Up until now...

discussion

Closes https://github.com/membraneframework/membrane_core/issues/706

no-changelog

There is an old way of creating a pipeline in the README file. It should follow the new Core 1.0

bug

Refactor functions and structures defined in `Membrane.Core.Element.InputQueue` to: - stop redundantly holding in `InputQueue` the same objects, that are already hold in the state, beyond `InputQueue` (especially `AtomicDemand`) - make...