File tree 5 files changed +22
-4
lines changed
5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0 "
2
+ "." : " 0.1.1 "
3
3
}
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 0.1.1] ( https://github.com/gpac/gst-gpac-plugin/compare/v0.1.0...v0.1.1 ) (2025-01-31)
4
+
5
+
6
+ ### Features
7
+
8
+ * add ` print-stats ` option ([ d81d1aa] ( https://github.com/gpac/gst-gpac-plugin/commit/d81d1aab59208d75d7030c09a18fe743a6d6d364 ) )
9
+ * semi-aligned mp4mx output ([ 0cc8b61] ( https://github.com/gpac/gst-gpac-plugin/commit/0cc8b61fbc9640edabee9f8c66f070696622600a ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * accoutn for segment updates in dts_offset ([ 183cf9f] ( https://github.com/gpac/gst-gpac-plugin/commit/183cf9f25cfd50a7b0e05abe69ec304e264b7dfb ) )
15
+ * make mp4mx output cmaf by default ([ 1536d05] ( https://github.com/gpac/gst-gpac-plugin/commit/1536d05336041838e0d8f09f6f87060881ca1ba2 ) )
16
+ * parse gpac filter options correctly ([ ca55868] ( https://github.com/gpac/gst-gpac-plugin/commit/ca5586865be23953171470d605336b4a13b041da ) )
17
+ * reconnect filter outputs on caps change ([ bdbacb6] ( https://github.com/gpac/gst-gpac-plugin/commit/bdbacb6152d5eb7cf988bfd0d50662c91ba1109d ) )
18
+ * segfault on early session close ([ 9347ee8] ( https://github.com/gpac/gst-gpac-plugin/commit/9347ee894f93ce21740cb9fb5890e348236eb0fb ) )
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.16)
2
- project (gpac_plugin VERSION 0.1.0 LANGUAGES C) # x-release-please-version
2
+ project (gpac_plugin VERSION 0.1.1 LANGUAGES C) # x-release-please-version
3
3
4
4
# Options
5
5
option (ENABLE_TESTS "Enable and build tests" OFF )
Original file line number Diff line number Diff line change 25
25
26
26
#pragma once
27
27
28
- #define VERSION "0.1.0 " // x-release-please-version
28
+ #define VERSION "0.1.1 " // x-release-please-version
29
29
30
30
// Package information
31
31
#define PACKAGE "gst-gpac-plugin"
Original file line number Diff line number Diff line change 1
- 0.1.0
1
+ 0.1.1
You can’t perform that action at this time.
0 commit comments