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

Add MPEG-TS library #4

Closed
wants to merge 5 commits into from
Closed

Add MPEG-TS library #4

wants to merge 5 commits into from

Conversation

russel
Copy link
Contributor

@russel russel commented Sep 30, 2017

I believe this is a reasonable version now. Certainly it compiles with just a few warnings about capitalisation of some names.

Copy link
Owner

@sdroege sdroege left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks good, thanks!

name = "gstreamer_mpegts_sys"

[package]
authors = ["Russel Winder <russel@winder.org.uk>"]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add me there too please, otherwise I can't upload that to crates.io with all the other things :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix coming.

name = "gstreamer-mpets-sys"
readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys"
version = "0.0.0"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same version number as the other crates

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix coming.

@@ -0,0 +1,31 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong crate name

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gstreamer-audio-sys/README.md and gstreamer-app-sys/README.md both have the above, so I just followed suit.

v1_6 = ["v1_4"]
v1_8 = ["v1_6"]
v1_10 = ["v1_8"]
v1_12 = ["v1_10"]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All this feature stuff not needed as you have 1.12 as min

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix coming.

@sdroege sdroege closed this in b3cc225 Oct 1, 2017
@russel
Copy link
Contributor Author

russel commented Oct 1, 2017

It's a pity that the way the changes got squash merged makes it appear that the PR has been rejected when in fact they are all accepted. Thanks for accepting them.

@sdroege
Copy link
Owner

sdroege commented Oct 1, 2017

I'd like to keep the GIT history clean. No rewriting of history after pushed, but PRs and others get squashed together into their functional changes without having the whole review process part of the GIT history.

You can also do that yourself and just force-push updated commits to the PR :)

@russel
Copy link
Contributor Author

russel commented Oct 1, 2017

Your repo, your rules. :-) I guess I just go with actual history as it was, not worrying about keeping a linear single commit trail – though no rewriting after push definitely.

(I'm currently tinkering with the related GStreamer-Rs bit of MPEG-TS. I suspect there may be questions, but more fidddling needed first.)

JayDouglass pushed a commit to angeleye/gir-files-rs that referenced this pull request Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants