summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2013-10-03discoverer: extract helper to print common stream infoStefan Sauer1-53/+25
Save some lnes of code by using a helper for common stream info.
2013-09-07tools: play: set playbin to NULL state on error to flush messagesTim-Philipp Müller1-0/+3
Just flushing the bus doesn't work here for some reason, so set playbin to NULL state, which seems to clear all error state and makes sure we do play the next playable song and don't pick up 'ghost' error messages from previous files on the bus.
2013-08-21gst-play: move current playlist index along in about-to-finishTim-Philipp Müller1-0/+1
2013-08-21gst-play: add --gapless modeTim-Philipp Müller1-9/+57
so we can test about-to-finish.
2013-08-17tools: add man page for new gst-play-1.0 utilityTim-Philipp Müller2-2/+37
https://bugzilla.gnome.org/show_bug.cgi?id=553520
2013-08-16tools: add simple command-line gst-play utility for testing purposesTim-Philipp Müller3-2/+472
Differs from a plain gst-launch-1.0 playbin uri=... pipeline in that it can take multiple arguments and as such allows testing of things like gapless playback, switching between different formats and the like. Very minimal at this point, we'll probably want to add interactive controls and more options at some point. https://bugzilla.gnome.org/show_bug.cgi?id=553520
2012-11-20discoverer: Add support for getting the stream-idSebastian Dröge1-0/+9
https://bugzilla.gnome.org/show_bug.cgi?id=654830
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-08-19toos: fix build and distcheck some moreTim-Philipp Müller1-15/+1
The .in file is gone now.
2012-08-18tools: remove gst-visualise scriptTim-Philipp Müller5-123/+6
Bit pointless really and clearly unused since the 0.8 days. Also simplify Makefile while we're at it.
2012-08-18tools: remove man page for tool that no longer existsTim-Philipp Müller3-45/+0
2012-08-18tools: remove obsolete filterstamp.sh scriptTim-Philipp Müller2-81/+0
There's gst-element-maker in -bad now.
2012-08-18tools: add basic man page for gst-discovererTim-Philipp Müller2-2/+40
https://bugzilla.gnome.org/show_bug.cgi?id=681905
2012-08-17discoverer: remove unused 'silent' command line optionTim-Philipp Müller1-3/+0
2012-07-07gst-discoverer: clean up some code duplicationAnton Belka1-41/+1
Use print_tag_foreach() instead of print_tag(). https://bugzilla.gnome.org/show_bug.cgi?id=679550
2012-07-05discoverer: Update for GstToc API changesSebastian Dröge1-8/+15
2012-05-26gst-discoverer: print all entries for a certain tagTim-Philipp Müller1-3/+6
If there are multiple entries for a tag, print all of them individually.
2012-05-26gst-discoverer: don't use GstStructure API on tag listsTim-Philipp Müller1-12/+19
2012-05-21discoverer: Add TOC support to discoverer and add -c/--toc parameters to ↵Anton Belka1-0/+56
gst-discoverer utility
2012-04-17discoverer: Fix another GstBuffer occurence to GstSampleSebastian Dröge1-1/+1
2012-04-17discoverer: Tags now contain GstSamples instead of GstBuffersSebastian Dröge1-3/+9
2012-04-11libs: Link against internal tag libraryAlban Browaeys1-0/+1
2012-04-04gst: Update versioningSebastian Dröge2-14/+14
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-3/+0
Conflicts: gst-libs/gst/interfaces/propertyprobe.c sys/xvimage/xvimagesink.c
2012-01-19gst-discoverer: remove extraneous variableMark Nauwelaerts1-3/+0
2012-01-18Remove compatibility code cruft for old GLib versionsTim-Philipp Müller1-5/+0
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-44/+59
Conflicts: gst-libs/gst/app/gstappsrc.c gst-libs/gst/audio/multichannel.h gst-libs/gst/video/videooverlay.c gst/playback/gstplaysink.c gst/playback/gststreamsynchronizer.c tests/check/Makefile.am win32/common/libgstvideo.def
2012-01-05Fix various unlikely, but still potential memoryleaks in error code pathsHavard Graff1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=667311
2012-01-05tools: avoid unportable vararg macro construct in gst-discovererTim-Philipp Müller1-44/+57
https://bugzilla.gnome.org/show_bug.cgi?id=667306
2011-12-08Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+2
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üller1-0/+2
It's not needed any longer.
2011-11-04build: add audio libs (pulled by pbutils) to avoid linking against system ↵Stefan Sauer1-2/+3
version
2011-08-29Merge branch 'master' into 0.11Wim Taymans1-0/+58
Conflicts: ext/ogg/gstoggmux.c gst-libs/gst/audio/audio.c gst-libs/gst/audio/audio.h gst-libs/gst/audio/multichannel.h gst-libs/gst/pbutils/Makefile.am gst-libs/gst/pbutils/gstdiscoverer.c gst/playback/gstplaysinkaudioconvert.c gst/playback/gstplaysinkvideoconvert.c win32/common/libgstaudio.def
2011-08-26discoverer: retrieve audio track language from tags tooVincent Penquerc'h1-0/+3
https://bugzilla.gnome.org/show_bug.cgi?id=657257
2011-08-26discoverer: add subtitles APIVincent Penquerc'h1-0/+55
https://bugzilla.gnome.org/show_bug.cgi?id=639055
2011-07-07ffmpegcolorspace -> videoconvertTim-Philipp Müller2-2/+2
2011-04-11Merge branch 'master' into 0.11Wim Taymans1-0/+11
Conflicts: android/alsa.mk android/app.mk android/app_plugin.mk android/audio.mk android/audioconvert.mk android/decodebin.mk android/decodebin2.mk android/gdp.mk android/interfaces.mk android/netbuffer.mk android/pbutils.mk android/playbin.mk android/queue2.mk android/riff.mk android/rtp.mk android/rtsp.mk android/sdp.mk android/tag.mk android/tcp.mk android/typefindfunctions.mk android/video.mk
2011-04-11android: make it ready for androgenizerAlessandro Decina1-0/+11
Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
2011-03-28plugins: more portingWim Taymans1-1/+3
2011-02-22discoverer: handle desc==NULLStefan Kost1-2/+4
It would otherwise be printed as (null) and mess up indentation (no \n).
2011-01-06tools: Improve pretty-printing of tagsEdward Hervey1-1/+7
Avoids escaping strings for nothing and printing out useless buffer contents.
2011-01-06tools: don't leak the GMainLoopEdward Hervey1-0/+1
2010-12-19gst-discoverer: show global tags by defaultEdward Hervey1-3/+22
2010-12-13discoverer: query seekabilityStefan Kost1-4/+6
Besides the duration we can also query the seekability of a stream. Use the new API in the gst-discoverer tool. API: gst_discoverer_info_get_seekable
2010-12-02gst-visualise: trim unused perl dependencyEvan Broder1-2/+0
Remove an unused perl module. Fixes #634522.
2010-11-08discoverer: Fix argument type to _container_info_get_streams()Arun Raghavan1-1/+3
No reason for gst_discoverer_container_info_get_streams() to not take a GstDiscovererContainerInfo as its argument.
2010-10-30discoverer: rename boolean getters for consistencyStefan Kost1-1/+1
Rename _get_is_image() to _is_image() and _get_interlaced() to _is_interlaced(). https://bugzilla.gnome.org/show_bug.cgi?id=633311
2010-10-30tools: rename gst-discoverer binary to gst-discoverer-0.10Tim-Philipp Müller2-4/+6
We're not providing a wrapper like we do for the tools in core, since wrappers are confusing (e.g. for debugging purposes), mostly pointless (since the API is likely to change between major versions), and cause packaging issues when packages for two different major versions are to be installed in parallel. https://bugzilla.gnome.org/show_bug.cgi?id=633023
2010-10-30tools: update gst-discoverer tool for last-minute API changeTim-Philipp Müller1-15/+19
https://bugzilla.gnome.org/show_bug.cgi?id=633311
2010-10-21tools: fix linking problems caused by accidentally linking against installed ↵Tim-Philipp Müller1-1/+0
pbutils/gstvideo libs Fixes build errors in jhbuild: /foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_element_factory_list_get_elements' ../gst-libs/gst/pbutils/.libs/libgstpbutils-0.10.so: undefined reference to `gst_element_link_pads_full' /foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_element_factory_list_filter' ../gst-libs/gst/pbutils/.libs/libgstpbutils-0.10.so: undefined reference to `gst_pad_link_full' /foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_plugin_feature_list_debug'