Skip to content
Open
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
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.3](https://github.com/moq-dev/gstreamer/compare/v0.2.2...v0.2.3) - 2025-12-19

### Added

- Use `gst-moq` programmatically ([#11](https://github.com/moq-dev/gstreamer/pull/11))

### Other

- Update to hang 0.9.0 / moq-lite 0.10.1 / moq-native 0.10.1 ([#27](https://github.com/moq-dev/gstreamer/pull/27))
- Update hang. ([#23](https://github.com/moq-dev/gstreamer/pull/23))
- Fix timestamp handling and error recovery in video/audio streaming ([#22](https://github.com/moq-dev/gstreamer/pull/22))
- Add in some upstream gst stuff.
- Create a source plugin too. ([#19](https://github.com/moq-dev/gstreamer/pull/19))
- Remove the leading slash. ([#18](https://github.com/moq-dev/gstreamer/pull/18))
- Upgrade MoQ ([#17](https://github.com/moq-dev/gstreamer/pull/17))
- Unarchive the repo. ([#15](https://github.com/moq-dev/gstreamer/pull/15))
- Revert "Deprecated. ([#13](https://github.com/moq-dev/gstreamer/pull/13))" ([#14](https://github.com/moq-dev/gstreamer/pull/14))
- Deprecated. ([#13](https://github.com/moq-dev/gstreamer/pull/13))
- release v0.1.1 ([#5](https://github.com/moq-dev/gstreamer/pull/5))
- Initial audio support ([#10](https://github.com/moq-dev/gstreamer/pull/10))
- Fix the plugin. ([#9](https://github.com/moq-dev/gstreamer/pull/9))
- Merge pull request #7 from kixelated/transfork
- cargo update
- Use the versions on cargo now that it works.
- Upstream cargo.
- Not fully working.
- Remove machete for now.
- Cargo fmt.
- Correct tag.
- Try installing gstreamer
- Add release plz
- Info level by default.
- Upgrade MoQ
- Add parameter to disable TLS verification
- update moq-pub dependency
- Remove local dependencies.
- Initial implementation with video only.

## [0.2.2] - 2025-08-12

### Other
Expand Down
Loading