gstreamer/examples
Jan Schmidt 839bc5b0d4 examples/: Sync with the X server before giving an XID to our sink with a different display connection. This avoids s...
Original commit message from CVS:
* examples/play.py:
* examples/remuxer.py:
* examples/switch.py:
* examples/synchronizer.py:
Sync with the X server before giving an XID to our sink with a different
display connection. This avoids spurious X servers where the sink's
display connection doesn't know the XID that the GDK thread's does.
2008-04-24 11:35:38 +00:00
..
.gitignore
audio-controller.py examples/audio-controller.py: Fix example, use proper property name. Doesn't change anything to the way it used to wo... 2006-11-22 17:31:02 +00:00
audioconcat.py examples/: Closes #362290 and #362272 2006-10-20 09:27:43 +00:00
bps.py examples/: Closes #362290 and #362272 2006-10-20 09:27:43 +00:00
cp.py examples/: Closes #362290 and #362272 2006-10-20 09:27:43 +00:00
cutter.py
debugslider.py
decodebin.py examples/: Removed gst123 and vorbisplay examples which weren't working with 0.10, and replaced them with decodebin.py 2006-10-20 09:47:16 +00:00
f2f.py
filesrc.py
fvumeter.py
gst-discover examples/gst-discover: Show duration of audio/video streams. 2007-07-27 11:04:55 +00:00
gstfile.py
Makefile.am gst/interfaces.*: wrap mixer get_volume 2007-01-17 06:27:38 +00:00
mixer.py wrap mixer set_volume, use tuple to match get_volume 2007-01-17 11:22:04 +00:00
option-parser.py Add a new module, gstoption which allows you to fetch the 2007-11-08 10:51:07 +00:00
pipeline-tester
play.py examples/: Sync with the X server before giving an XID to our sink with a different display connection. This avoids s... 2008-04-24 11:35:38 +00:00
pyidentity.py Implement pad query proxying so that python elements can answer pad queries. Fixes: #428299 2007-04-10 18:01:25 +00:00
remuxer.py examples/: Sync with the X server before giving an XID to our sink with a different display connection. This avoids s... 2008-04-24 11:35:38 +00:00
sinkelement-registry.py examples/sinkelement-registry.py: A quick modification of the sinkelement.py example that shows how to register a pur... 2007-06-14 14:14:12 +00:00
sinkelement.py examples/pyidentity.py: Add a simple example that implements an identity-like element in python and passes buffers th... 2007-04-10 12:44:44 +00:00
switch.py examples/: Sync with the X server before giving an XID to our sink with a different display connection. This avoids s... 2008-04-24 11:35:38 +00:00
synchronizer.py examples/: Sync with the X server before giving an XID to our sink with a different display connection. This avoids s... 2008-04-24 11:35:38 +00:00
video-controller.py examples/video-controller.py: Demo how to use the controller on videomixer. 2008-01-31 19:57:26 +00:00
vumeter.py