Skip to content

Commit

Permalink
moq-gst-ietf: Rename to avoid confusion
Browse files Browse the repository at this point in the history
I think Luke plans to continue using moq-gst for transfork.

Despite the fact that he hasn't published to crates.io under that name
yet, I'd like to avoid confusion with the original repo.
  • Loading branch information
englishm committed Nov 4, 2024
1 parent 9795474 commit fdf0ad5
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
"moq-dir",
"moq-native-ietf",
"moq-catalog",
"moq-gst",
"moq-gst-ietf",
]
resolver = "2"

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ See [dev/pub](dev/pub) for the required ffmpeg flags.

### gstreamer

moq-pub can also be run as a library, currently used for a [gstreamer plugin](https://github.com/kixelated/moq-gst).
This is in a separate repository to avoid gstreamer being a hard requirement.
See [run](https://github.com/kixelated/moq-gst/blob/main/run) for an example pipeline.
moq-pub can also be run as a library, currently used for a [gstreamer plugin](moq-gst-ietf).
See [run](moq-gst-ietf/run) for an example pipeline.

## moq-transport

Expand Down
4 changes: 2 additions & 2 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Requires:
./dev/pub
```

Alternatively, you can use Gstreamer via [moq-gst](https://github.com/kixelated/moq-gst).
The [run](https://github.com/kixelated/moq-gst/blob/main/run) script does the exact same thing.
Alternatively, you can use Gstreamer via [moq-gst-ietf](../moq-gst-ietf).
The [run](../moq-gst-ietf/run) script does the exact same thing.

## moq-sub

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion moq-gst/Cargo.toml → moq-gst-ietf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "moq-gst"
name = "moq-gst-ietf"
description = "Media over QUIC - gstreamer plugin"
authors = ["Luke Curley"]
repository = "https://github.com/kixelated/moq-gst"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fdf0ad5

Please sign in to comment.