Tim-Philipp Müller
|
576bbb4fd8
|
Remove compatibility code cruft for old GLib versions
|
2012-01-18 17:22:21 +00:00 |
|
Sebastian Dröge
|
dc8984d76c
|
Merge branch 'master' into 0.11
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-10 13:15:12 +01:00 |
|
Havard Graff
|
95be60de15
|
Fix various unlikely, but still potential memoryleaks in error code paths
https://bugzilla.gnome.org/show_bug.cgi?id=667311
|
2012-01-05 13:27:23 +00:00 |
|
Tim-Philipp Müller
|
19d17b8f24
|
tools: avoid unportable vararg macro construct in gst-discoverer
https://bugzilla.gnome.org/show_bug.cgi?id=667306
|
2012-01-05 12:23:08 +00:00 |
|
Tim-Philipp Müller
|
fb6d09055a
|
Merge remote-tracking branch 'origin/master' into 0.11
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-08 01:19:03 +00:00 |
|
Tim-Philipp Müller
|
ff6cc8af82
|
tools, tests: g_thread_init() is deprecated in glib master
It's not needed any longer.
|
2011-12-04 17:16:36 +00:00 |
|
Wim Taymans
|
e1287b97ab
|
Merge branch 'master' into 0.11
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-29 11:37:36 +02:00 |
|
Vincent Penquerc'h
|
921b92ce06
|
discoverer: retrieve audio track language from tags too
https://bugzilla.gnome.org/show_bug.cgi?id=657257
|
2011-08-26 10:05:51 +02:00 |
|
Vincent Penquerc'h
|
4b5bfb1fd4
|
discoverer: add subtitles API
https://bugzilla.gnome.org/show_bug.cgi?id=639055
|
2011-08-26 10:05:50 +02:00 |
|
Wim Taymans
|
04f74e5642
|
plugins: more porting
|
2011-03-28 10:20:06 +02:00 |
|
Stefan Kost
|
399f528a33
|
discoverer: handle desc==NULL
It would otherwise be printed as (null) and mess up indentation (no \n).
|
2011-02-22 16:43:08 +02:00 |
|
Edward Hervey
|
fce99dc0be
|
tools: Improve pretty-printing of tags
Avoids escaping strings for nothing and printing out useless buffer contents.
|
2011-01-06 08:48:04 +01:00 |
|
Edward Hervey
|
b40c0b875c
|
tools: don't leak the GMainLoop
|
2011-01-06 08:48:03 +01:00 |
|
Edward Hervey
|
2c84beebb2
|
gst-discoverer: show global tags by default
|
2010-12-19 13:45:01 +01:00 |
|
Stefan Kost
|
4e8956c9f1
|
discoverer: query seekability
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-13 17:03:25 +02:00 |
|
Arun Raghavan
|
d392994597
|
discoverer: Fix argument type to _container_info_get_streams()
No reason for gst_discoverer_container_info_get_streams() to not take a
GstDiscovererContainerInfo as its argument.
|
2010-11-08 11:44:22 +00:00 |
|
Stefan Kost
|
03eea2364a
|
discoverer: rename boolean getters for consistency
Rename _get_is_image() to _is_image() and _get_interlaced() to _is_interlaced().
https://bugzilla.gnome.org/show_bug.cgi?id=633311
|
2010-10-30 14:50:21 +01:00 |
|
Tim-Philipp Müller
|
91d574c234
|
tools: update gst-discoverer tool for last-minute API change
https://bugzilla.gnome.org/show_bug.cgi?id=633311
|
2010-10-30 11:41:23 +01:00 |
|
Arun Raghavan
|
f55529e8d0
|
gst-discoverer: The 'ready' signal was renamed to 'finished'
|
2010-10-04 18:16:50 +02:00 |
|
Edward Hervey
|
e17b42181c
|
gst-discoverer: Print out topology if available.
If we have some unhandled streams, we can still print out the remaining
topology.
|
2010-09-29 19:00:38 +02:00 |
|
Edward Hervey
|
6ecbdab1fe
|
discoverer: Fixup DiscovererResult handling
This was a leftover from the changes from a flag to an enum
|
2010-09-22 12:57:22 +02:00 |
|
Edward Hervey
|
d4b0274d89
|
tools: Standalone tool for discovering media file properties
Fixes #625944
|
2010-09-20 13:11:42 +02:00 |
|