summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2010-09-07examples: add an example to show looping using segmentsАртём Попов1-0/+198
2009-10-15examples: add a simple Maemo 5 exampleZaheer Abbas Merali2-1/+103
2009-05-07examples: Port switch.py to input-selectorJan Schmidt1-2/+2
2009-05-07examples: Make xoverlay installation thread safe using the GDK lock.Jan Schmidt4-0/+13
2009-01-26Add progress report element to cp example.Stefan Kost1-1/+2
2009-01-23Add an example for using the tagsetter iface.Stefan Kost1-0/+77
2008-12-06examples/gst-discover: Beautify output of discoverer's duration.Edward Hervey1-3/+3
2008-09-04examples/pipeline-tester: Don't hardcode audio/video source and sinks, and in...Brian Cameron1-15/+15
2008-06-27gst/gstbuffer.override: the GstBuffer overrides seem to be confused about whe...Jan Schmidt1-0/+138
2008-04-24examples/: Sync with the X server before giving an XID to our sink with a dif...Jan Schmidt4-0/+8
2008-01-31examples/video-controller.py: Demo how to use the controller on videomixer.Stefan Kost1-0/+44
2007-12-18examples/switch.py: New file, a basic demo for a single-stream switcher. Coul...Andy Wingo1-0/+187
2007-11-08Add a new module, gstoption which allows you to fetch theJohan Dahlin1-0/+43
2007-10-18examples/play.py: Fix the sample player slightly so that the expose method ac...Jan Schmidt1-0/+5
2007-07-27examples/gst-discover: Show duration of audio/video streams.Edward Hervey1-6/+8
2007-06-14examples/sinkelement-registry.py: A quick modification of the sinkelement.py ...Jan Schmidt1-0/+69
2007-04-10Implement pad query proxying so that python elements can answer pad queries. ...Jan Schmidt1-0/+3
2007-04-10examples/pyidentity.py: Add a simple example that implements an identity-like...Jan Schmidt2-0/+66
2007-01-17wrap mixer set_volume, use tuple to match get_volumeThomas Vander Stichele1-3/+14
2007-01-17gst/interfaces.*: wrap mixer get_volumeThomas Vander Stichele2-0/+21
2006-11-22examples/audio-controller.py: Fix example, use proper property name. Doesn't ...Edward Hervey1-1/+1
2006-11-07examples/: New tool, runs the discoverer on a file and prints out what we get.Andy Wingo2-0/+88
2006-10-20examples/Makefile.am: Remove gst123 and vorbisplay.py from sources, and add d...Edward Hervey1-3/+2
2006-10-20examples/: Removed gst123 and vorbisplay examples which weren't working with ...Edward Hervey3-244/+109
2006-10-20examples/: Closes #362290 and #362272Edward Hervey3-127/+204
2006-08-05examples/synchronizer.py: Actually appears to work now, will have to try with...Andy Wingo2-80/+47
2006-08-04small updates, still ui onlyAndy Wingo1-17/+26
2006-08-04examples/synchronizer.py: New file, a bit of a hack to remuxer.py, but for re...Andy Wingo1-0/+839
2006-07-28examples/remuxer.py (RemuxBin._do_seek, Remuxer._bus_watch): Use normal seeks...James Doc Livingston1-4/+5
2006-05-27examples/filesrc.py: Port to 0.10.Edward Hervey1-16/+32
2006-05-27examples/audio-controller.py: Make it work with 0.10, still had cruft from 0.9Edward Hervey1-2/+4
2006-05-05smaller titleAndy Wingo1-1/+1
2006-05-05examples/remuxer.py (PlayerWindow.update_scale_cb): Fix a race condition gett...Andy Wingo1-43/+51
2006-05-05examples/remuxer.py: Updates! Nothing gstreamery, it's all ui, so I won't bot...Andy Wingo1-51/+110
2006-04-29examples/gstfile.py: Threaded application, we NEED gobject.threads_init().Edward Hervey1-0/+1
2006-04-19BPB(tm)Andy Wingo1-2/+0
2006-04-19gst/arg-types.py (GstCapsArg.write_const_param)Andy Wingo1-0/+2
2006-04-19examples/remuxer.py (GstPlayer.seek): Don't do accurate seeks, because the ou...Andy Wingo1-1/+1
2006-04-19examples/remuxer.py: Another code dump. I know it breaks the freeze but it's ...Andy Wingo1-14/+119
2006-04-07examples/remuxer.py: Code dump, work in progress...Andy Wingo1-18/+155
2006-04-01fix makefileThomas Vander Stichele1-1/+1
2006-03-31examples/remuxer.py: Example GUI for a remuxer, unfinished -- dropping it her...Andy Wingo2-5/+531
2006-02-20examples/vumeter.py: In fact it wasn't an application message, but an element...Edward Hervey1-1/+1
2006-02-20fix vumeter exampleZaheer Abbas Merali1-6/+3
2006-02-10gst/gst.defs (disable_sync_message_emission)Andy Wingo1-91/+101
2006-02-10examples/play.py (GstPlayer.query_position)Andy Wingo2-8/+22
2005-12-12examples/gstfile.py: Moved the Discoverer class to gst.extendEdward Hervey1-246/+34
2005-12-05examples/gstfile.py: Fix for fractional framerates.Edward Hervey1-2/+2
2005-12-01releasing 0.9.7Thomas Vander Stichele9-9/+9
2005-11-21Add an example for the cutter elementThomas Vander Stichele1-0/+80