summaryrefslogtreecommitdiff
path: root/tests/examples/seek
AgeCommit message (Collapse)AuthorFilesLines
2012-12-10docs: fix up some more GstXOverlay -> GstVideoOverlayTim-Philipp Müller1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=689740
2012-11-03Fix FSF addressTim-Philipp Müller3-6/+6
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-09-15use gst_element_factory_get_metadata to replace obsolete APIMark Nauwelaerts1-2/+4
2012-09-14fix capsWim Taymans1-7/+2
2012-07-18tests: update for step event changesWim Taymans1-1/+1
2012-06-29examples: update for new force-aspect-ratio defaultTim-Philipp Müller1-5/+0
2012-06-20update for bus api changesWim Taymans1-1/+1
2012-05-26tests: don't use GstStructure API on tag listsTim-Philipp Müller1-3/+3
2012-04-13gst-libs: Remove interfaces libs and mixer/tuner interfacesSebastian Dröge1-1/+0
The navigation interface is now in the video library.
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-03-02Merge branch 'master' into 0.11Sebastian Dröge2-3352/+2
Conflicts: tests/examples/Makefile.am tests/examples/playback/playback-test.c
2012-03-02examples: Move seek example into its own directorySebastian Dröge2-3349/+2
2012-03-02Merge branch 'master' into 0.11Sebastian Dröge1-1074/+1906
Conflicts: NEWS RELEASE configure.ac docs/plugins/gst-plugins-base-plugins.args docs/plugins/gst-plugins-base-plugins.hierarchy docs/plugins/gst-plugins-base-plugins.interfaces docs/plugins/inspect/plugin-adder.xml docs/plugins/inspect/plugin-alsa.xml docs/plugins/inspect/plugin-app.xml docs/plugins/inspect/plugin-audioconvert.xml docs/plugins/inspect/plugin-audiorate.xml docs/plugins/inspect/plugin-audioresample.xml docs/plugins/inspect/plugin-audiotestsrc.xml docs/plugins/inspect/plugin-cdparanoia.xml docs/plugins/inspect/plugin-encoding.xml docs/plugins/inspect/plugin-ffmpegcolorspace.xml docs/plugins/inspect/plugin-gdp.xml docs/plugins/inspect/plugin-gio.xml docs/plugins/inspect/plugin-gnomevfs.xml docs/plugins/inspect/plugin-libvisual.xml docs/plugins/inspect/plugin-ogg.xml docs/plugins/inspect/plugin-pango.xml docs/plugins/inspect/plugin-playback.xml docs/plugins/inspect/plugin-subparse.xml docs/plugins/inspect/plugin-tcp.xml docs/plugins/inspect/plugin-theora.xml docs/plugins/inspect/plugin-typefindfunctions.xml docs/plugins/inspect/plugin-uridecodebin.xml docs/plugins/inspect/plugin-videorate.xml docs/plugins/inspect/plugin-videoscale.xml docs/plugins/inspect/plugin-videotestsrc.xml docs/plugins/inspect/plugin-volume.xml docs/plugins/inspect/plugin-vorbis.xml docs/plugins/inspect/plugin-ximagesink.xml docs/plugins/inspect/plugin-xvimagesink.xml gst-libs/gst/app/gstappsink.c gst-libs/gst/audio/mixer.c gst-libs/gst/audio/mixer.h gst-libs/gst/tag/gstxmptag.c gst-libs/gst/video/colorbalance.c gst-libs/gst/video/colorbalance.h gst/adder/gstadder.c gst/playback/gstplaybasebin.c gst/playback/gstplaybin2.c gst/playback/gstplaysink.c gst/videoscale/gstvideoscale.c tests/check/elements/videoscale.c tests/examples/seek/seek.c tests/examples/v4l/probe.c win32/common/_stdint.h win32/common/audio-enumtypes.c win32/common/config.h
2012-03-01seek: Add support for setting a subtitle URISebastian Dröge1-7/+40
2012-03-01seek: Add support for changing the remaining playbin2 propertiesSebastian Dröge1-38/+309
Including video/audio/text sinks.
2012-03-01seek: Add advanced seek abilitySebastian Dröge1-29/+223
This allows to seek to a specific value in a specific format and also lists the current position and duration in a specific format.
2012-03-01seek: Some more variable movingSebastian Dröge1-38/+44
2012-03-01seek: Move seek flags/settings into its own expanderSebastian Dröge1-45/+55
2012-02-24seek: Let the XOverlay element handle eventsSebastian Dröge1-2/+0
Need for proper resizing.
2012-02-24seek: Use the same adjustment for the color balance scales as for the seek scaleSebastian Dröge1-6/+10
2012-02-24seek: Change the volume/mute widgets from the main threadSebastian Dröge1-3/+40
And also connect to notify::mute to get notified about mute changes.
2012-02-24seek: Refactor and cleanup seek example applicationSebastian Dröge1-1908/+1023
2012-02-23seek: Fix mistake in last commitSebastian Dröge1-0/+3
2012-02-23seek: The volume property signals are proxied in playbin2 since some time ↵Sebastian Dröge1-9/+0
already
2012-02-23seek: Use colorbalance of playbin2 directlySebastian Dröge1-28/+15
2012-02-23seek: Directly use navigation interface on playbin2Sebastian Dröge1-8/+28
2012-02-23seek: Directly use the XOverlay interface on playbin2Sebastian Dröge1-3/+12
2012-02-22seek: Make navigation/colorbalance settings work with non-playbin2 pipelines tooSebastian Dröge1-25/+7
2012-02-22seek: Add checkboxes for the remaining playbin2 flags and refactor code a bitSebastian Dröge1-36/+141
2012-02-22seek: Only show colorbalance expander for playbin2 pipelinesSebastian Dröge1-4/+5
2012-02-22seek: Add UI for setting the colorbalance interface properties on playbin2Sebastian Dröge1-12/+205
2012-02-21Merge branch 'master' into 0.11Wim Taymans2-15/+373
Conflicts: tests/examples/seek/seek.c
2012-02-20seek: fix format stringsStefan Sauer1-2/+4
2012-02-20seek: Add support for sending navigation commandsSebastian Dröge1-6/+194
2012-02-20seek: Make the seek-bar insensitive for DVD menusSebastian Dröge1-0/+49
2012-02-20seek: Add support for the navigation interfaceSebastian Dröge1-0/+99
2012-02-20seek: Keep a reference to the xoverlay elementSebastian Dröge1-1/+6
2012-02-20seek: Add window-embedding support for OS X/QuartzSebastian Dröge1-5/+10
osxvideosink implements the GstXOverlay interface since some time now.
2012-02-20seek: Explicitely call gst_x_overlay_expose() from the GtkDrawingArea ↵Sebastian Dröge1-0/+7
expose/draw signal
2012-01-25Suppress deprecations in selected filesEdward Hervey3-0/+12
2012-01-25Suppress deprecations in selected filesEdward Hervey3-0/+12
2012-01-25port to new map APIWim Taymans2-10/+8
2012-01-22Replace deprecated GStaticMutex with GMutexTim-Philipp Müller2-18/+18
2012-01-18Remove compatibility code cruft for old GLib versionsTim-Philipp Müller3-15/+0
2012-01-02playback, mixerutils: gst_registry_get_default() -> gst_registry_get()Tim-Philipp Müller2-2/+2
2011-12-19use playbin instead of playbin2Wim Taymans4-16/+16
2011-12-08Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller3-0/+6
Conflicts: ext/alsa/gstalsadeviceprobe.c ext/alsa/gstalsamixer.c ext/pango/gsttextoverlay.c ext/pango/gsttextoverlay.h gst-libs/gst/audio/gstaudiobasesink.c gst-libs/gst/audio/gstaudioringbuffer.c gst-libs/gst/audio/gstaudiosrc.c gst-libs/gst/video/Makefile.am gst-libs/gst/video/video.c gst/encoding/gststreamcombiner.c gst/encoding/gststreamsplitter.c gst/playback/gstplaybasebin.c gst/playback/gststreamsynchronizer.c gst/playback/gstsubtitleoverlay.c gst/playback/gsturidecodebin.c sys/xvimage/xvimagesink.c tests/examples/Makefile.am win32/common/libgstvideo.def Video overlay composition disabled for now, needs porting to buffer meta.
2011-12-04tools, tests: g_thread_init() is deprecated in glib masterTim-Philipp Müller3-0/+6
It's not needed any longer.
2011-12-01Use the new GstSample for snapshotsWim Taymans1-18/+13
Make appsink return a GstSample. Remove the pull_buffer_list method because it is not very useful anymore. Pass GstSample to the conversion function. Update playbin2 and examples
2011-11-30fix includes for moved interfacesWim Taymans2-2/+2