descriptionPython/GStreamer examples
ownerEinar Jørgen Haraldseid
last changeThu, 14 Feb 2019 21:18:02 +0000 (22:18 +0100)
readme

Python/GStreamer examples

This is my first foray into GStreamer programming with Python, I'm working from this tutorial:

http://www.jonobacon.org/2006/08/28/getting-started-with-gstreamer-with-python/

I know little to no Python or GTK before starting on this, and the tutorial is nearly eight years old, so this ought to be interesting … I'm also striving to do everything using newer versions of GTK (3) and GStreamer (1.0)

To get the code to run you must have python-gstreamer1 installed (Fedora) or it's debian equivalent.

shortlog
2019-02-14 Einar Jørgen... Fixes some bug, probably? master
2019-02-14 Einar Jørgen... quit function should reference self
2017-06-07 Einar Jørgen... gst-fractions the bane of my existence
2017-06-07 Einar Jørgen... It sorta works now
2017-06-03 Einar Jørgen... Faster example using videomixer
2017-06-03 Einar Jørgen... It's faster to set pipeline to READY than to NULL
2017-06-03 Einar Jørgen... Example switching between two video sources (but very...
2017-06-03 Einar Jørgen... Slightly less derpy way to let the pipeline play
2017-06-03 Einar Jørgen... Added a dead simple example
2017-06-03 Einar Jørgen... Even more cleanups, trivial stuff
2017-06-03 Einar Jørgen... Removed Gtk dependency for example1 (pure CLI)
2017-06-02 Einar Jørgen... Fixes for python3 + cleanups
2017-06-02 Einar Jørgen... fixed conflict
2017-06-02 Einar Jørgen... Lots of patches to work with most recent python3/GTK/Gst
2015-05-10 Einar Jørgen... Use GTK3 GObject instead of GTK2 gobject
2014-06-19 Einar Jørgen... Of course you can combine example 2 and 3 and get audio...
...
heads
5 years ago master