Skip to content

Commit e3e574d

Browse files
chore(main): release 0.1.1
1 parent e76723b commit e3e574d

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

.github/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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))

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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
33

44
# Options
55
option(ENABLE_TESTS "Enable and build tests" OFF)

include/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#pragma once
2727

28-
#define VERSION "0.1.0" // x-release-please-version
28+
#define VERSION "0.1.1" // x-release-please-version
2929

3030
// Package information
3131
#define PACKAGE "gst-gpac-plugin"

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)