Skip to content

Commit

Permalink
moq-gst-ietf: Also rename the plugin for good measure
Browse files Browse the repository at this point in the history
  • Loading branch information
englishm committed Nov 4, 2024
1 parent fdf0ad5 commit d57f08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moq-gst-ietf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
}

gst::plugin_define!(
gstmoq,
gstmoqietf,
env!("CARGO_PKG_DESCRIPTION"),
plugin_init,
concat!(env!("CARGO_PKG_VERSION"), "-", env!("COMMIT_ID")),
Expand Down

0 comments on commit d57f08a

Please sign in to comment.