Skip to content

Commit ef02b35

Browse files
authored
Extract CMAF Demuxer from Membrane Element (#121)
* Extract demuxer from membrane element * wip * Extract WiP * Fix typos * wip * Almost fix all bugs * Tag failing test * Fix tests * Refactor wip * Further refactor * Refactor wip * Refactor wip * Refactor * Delete unused fields * Remove leftover * Fix lint * Fix typos * Refactor CMAF demuxer engine * Refactor membrane cmaf demuxer wip * Finish cmaf demuxer element refactor * Refactor due to CR * Refactor due to CR * Bump version
1 parent 66e163f commit ef02b35

File tree

5 files changed

+392
-318
lines changed

5 files changed

+392
-318
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The package can be installed by adding `membrane_mp4_plugin` to your list of dep
1212
```elixir
1313
defp deps do
1414
[
15-
{:membrane_mp4_plugin, "~> 0.35.2"}
15+
{:membrane_mp4_plugin, "~> 0.35.3"}
1616
]
1717
end
1818
```

0 commit comments

Comments
 (0)