Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.1.1 #1

Merged
merged 4 commits into from
Feb 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [0.1.1](https://github.com/gpac/gst-gpac-plugin/compare/v0.1.0...v0.1.1) (2025-02-02)


### Features

* add `print-stats` option ([d81d1aa](https://github.com/gpac/gst-gpac-plugin/commit/d81d1aab59208d75d7030c09a18fe743a6d6d364))
* semi-aligned mp4mx output ([a50ca08](https://github.com/gpac/gst-gpac-plugin/commit/a50ca0830173a3f41cd709c0a9a499d7f79f58cc))


### Bug Fixes

* account for segment updates in dts_offset ([2a481c5](https://github.com/gpac/gst-gpac-plugin/commit/2a481c52b2ea6a4ccf9213c732b0dd844d891978))
* make mp4mx output cmaf by default ([1536d05](https://github.com/gpac/gst-gpac-plugin/commit/1536d05336041838e0d8f09f6f87060881ca1ba2))
* misc warnings and errors on macOS ([845edd7](https://github.com/gpac/gst-gpac-plugin/commit/845edd75a353fda90a6ae6c66e7ef3764c18ba65))
* parse gpac filter options correctly ([ca55868](https://github.com/gpac/gst-gpac-plugin/commit/ca5586865be23953171470d605336b4a13b041da))
* reconnect filter outputs on caps change ([bdbacb6](https://github.com/gpac/gst-gpac-plugin/commit/bdbacb6152d5eb7cf988bfd0d50662c91ba1109d))
* segfault on early session close ([9347ee8](https://github.com/gpac/gst-gpac-plugin/commit/9347ee894f93ce21740cb9fb5890e348236eb0fb))
* set buffer timestamps as correct as possible ([d763a01](https://github.com/gpac/gst-gpac-plugin/commit/d763a019c695b836106236bb867f0c47c512291c))
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(APPLE)
endif()
endif()

project(gpac_plugin VERSION 0.1.0 LANGUAGES C) # x-release-please-version
project(gpac_plugin VERSION 0.1.1 LANGUAGES C) # x-release-please-version

# Options
option(ENABLE_TESTS "Enable and build tests" OFF)
Expand Down
2 changes: 1 addition & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#pragma once

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

// Package information
#define PACKAGE "gst-gpac-plugin"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1