-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Update to GStreamer 1.0 #84
Commits on Oct 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1326f3c - Browse repository at this point
Copy the full SHA 1326f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6880fd - Browse repository at this point
Copy the full SHA e6880fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a731056 - Browse repository at this point
Copy the full SHA a731056View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5f4ed4 - Browse repository at this point
Copy the full SHA e5f4ed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc36d1 - Browse repository at this point
Copy the full SHA ecc36d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ba72d - Browse repository at this point
Copy the full SHA e6ba72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 434a610 - Browse repository at this point
Copy the full SHA 434a610View commit details -
Configuration menu - View commit details
-
Copy full SHA for d38e09f - Browse repository at this point
Copy the full SHA d38e09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 486db56 - Browse repository at this point
Copy the full SHA 486db56View commit details -
Add Capture constructor w/ width & height, add videoscale
This makes the camera work on macOS.
Configuration menu - View commit details
-
Copy full SHA for e351f01 - Browse repository at this point
Copy the full SHA e351f01View commit details -
Implement another stub constructor and list()
This makes the GettingStartedCapture example at least work.
Configuration menu - View commit details
-
Copy full SHA for b25fc0c - Browse repository at this point
Copy the full SHA b25fc0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c0cfce - Browse repository at this point
Copy the full SHA 9c0cfceView commit details -
Use numeric indices for capture on macOS
This is because GStreamer 1.12.3 does not (yet) support video device enumeration on macOS.
Configuration menu - View commit details
-
Copy full SHA for da12912 - Browse repository at this point
Copy the full SHA da12912View commit details
Commits on Nov 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5ff521e - Browse repository at this point
Copy the full SHA 5ff521eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20088df - Browse repository at this point
Copy the full SHA 20088dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3912935 - Browse repository at this point
Copy the full SHA 3912935View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7a9ac7 - Browse repository at this point
Copy the full SHA e7a9ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb0c02 - Browse repository at this point
Copy the full SHA 3fb0c02View commit details
Commits on Nov 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 462c15a - Browse repository at this point
Copy the full SHA 462c15aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e264aa9 - Browse repository at this point
Copy the full SHA e264aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff1815 - Browse repository at this point
Copy the full SHA 2ff1815View commit details
Commits on Nov 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7f915af - Browse repository at this point
Copy the full SHA 7f915afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eec208 - Browse repository at this point
Copy the full SHA 1eec208View commit details -
I got confused what frameRate was
This introduces a new nativeFrameRate, which is the default frameRate (if not overwritten).
Configuration menu - View commit details
-
Copy full SHA for cf82155 - Browse repository at this point
Copy the full SHA cf82155View commit details
Commits on Nov 13, 2017
-
Return FlowReturn.OK from NewSampleListener
Suggested by Neil C Smith. Seems to work at least as good as it did before.
Configuration menu - View commit details
-
Copy full SHA for c75f386 - Browse repository at this point
Copy the full SHA c75f386View commit details -
This miraculously makes the Reverse example work for me on macOS (the previous example file was a Theora video in a MKV container). Using the new example file I am moreover unable to make the Scratch example stop giving us frames, which it did previously (H.264 in a QuickTime MOV). Since H.264 in a MP4 container seems to be the most reasonable default these days anyhow, let's try at least for a while. Feel free to re-compress the example file to make it smaller though.
Configuration menu - View commit details
-
Copy full SHA for bb5989f - Browse repository at this point
Copy the full SHA bb5989fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1710f0 - Browse repository at this point
Copy the full SHA e1710f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61eae33 - Browse repository at this point
Copy the full SHA 61eae33View commit details -
Move eosEvent code into endOfStream
endOfStream was only handling the case of 0 < rate.
Configuration menu - View commit details
-
Copy full SHA for 60d9e9b - Browse repository at this point
Copy the full SHA 60d9e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f95bc - Browse repository at this point
Copy the full SHA 63f95bcView commit details -
Also remove superfluous slash/backslash. Untested on Windows.
Configuration menu - View commit details
-
Copy full SHA for 4724b45 - Browse repository at this point
Copy the full SHA 4724b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce25267 - Browse repository at this point
Copy the full SHA ce25267View commit details
Commits on Nov 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for de4ec52 - Browse repository at this point
Copy the full SHA de4ec52View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0aa546 - Browse repository at this point
Copy the full SHA a0aa546View commit details
Commits on Nov 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7814468 - Browse repository at this point
Copy the full SHA 7814468View commit details -
Configuration menu - View commit details
-
Copy full SHA for b498bd5 - Browse repository at this point
Copy the full SHA b498bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b1ef1 - Browse repository at this point
Copy the full SHA 79b1ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c485b3 - Browse repository at this point
Copy the full SHA 3c485b3View commit details
Commits on Nov 23, 2017
-
Use Device.createElement() in initGStreamer and redo pipeline
We can't construct the pipeline solely from a string on Linux, where we're getting an Element back from Device.createElement(). After trying many simpler solutions, this was the best that worked. It involved moving parts from initSink() up to initGStreamer() among others.
Configuration menu - View commit details
-
Copy full SHA for f2875fe - Browse repository at this point
Copy the full SHA f2875feView commit details -
Cache the result of DeviceMonitor.getDevices()
This takes a long time at least on Linux.
Configuration menu - View commit details
-
Copy full SHA for ba22571 - Browse repository at this point
Copy the full SHA ba22571View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8700a - Browse repository at this point
Copy the full SHA 6a8700aView commit details -
Don't use globally installed plugins on Windows and macOS
This is required to prevent a crash on macOS.
Configuration menu - View commit details
-
Copy full SHA for 103a964 - Browse repository at this point
Copy the full SHA 103a964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1561494 - Browse repository at this point
Copy the full SHA 1561494View commit details
Commits on Nov 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 54dc8b1 - Browse repository at this point
Copy the full SHA 54dc8b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecba590 - Browse repository at this point
Copy the full SHA ecba590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bfb1c6 - Browse repository at this point
Copy the full SHA 0bfb1c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ff883 - Browse repository at this point
Copy the full SHA c5ff883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93aaca6 - Browse repository at this point
Copy the full SHA 93aaca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca5adc6 - Browse repository at this point
Copy the full SHA ca5adc6View commit details