Tim-Philipp Müller
|
02419d206c
|
tests: use GLib 2.22 API unconditionally
|
2010-12-04 14:48:46 +00:00 |
|
Tim-Philipp Müller
|
78f33715ff
|
libs: use GLib 2.22 API unconditionally
|
2010-12-04 14:45:58 +00:00 |
|
Benjamin Gaignard
|
740aab4f55
|
Add build system for Android
|
2010-12-03 17:41:18 +01:00 |
|
Wim Taymans
|
b3b8c09cf4
|
defs: add new symbol
|
2010-12-03 15:48:28 +01:00 |
|
Mark Nauwelaerts
|
524b7c60f2
|
oggstream: additional tag extraction
... supporting theora, flac, speex, celt.
Fixes #629349.
|
2010-12-03 13:54:08 +01:00 |
|
Mark Nauwelaerts
|
d5055a9f23
|
oggstream: use separate tag extraction vfunction
|
2010-12-03 13:54:06 +01:00 |
|
Mark Nauwelaerts
|
cc3dfd31d0
|
oggstream: refactor vorbis comment tag extraction
|
2010-12-03 13:54:04 +01:00 |
|
Mark Nauwelaerts
|
a4aacb9d2c
|
oggdemux: plug some oggstream leaks
|
2010-12-03 13:54:01 +01:00 |
|
Mark Nauwelaerts
|
515f33bd3b
|
oggstream: streamline tag extraction and prevent some leaks
|
2010-12-03 13:53:59 +01:00 |
|
Mark Nauwelaerts
|
63ba9eafb1
|
oggdemux: send stream tags after newsegment and global tags
|
2010-12-03 13:53:56 +01:00 |
|
Sreerenj Balachandran
|
2319c85f46
|
oggdemux: perform more (vorbis comment header) tag extractions
In particular, move comment header parsing to gstoggstrem.c.
Thanks to Felipe Contreras.
Fixes #629349 (partially).
|
2010-12-03 13:53:54 +01:00 |
|
Mark Nauwelaerts
|
7c4fcf776f
|
riff: document omitted field in _gst_riff_strf_auds
(aka WAVEFORMATEX)
|
2010-12-03 13:53:51 +01:00 |
|
David Schleef
|
d421ccb440
|
oggstream: fix incorrect warning on skeleton headers
|
2010-12-02 17:36:33 -08:00 |
|
David Schleef
|
2b91bd1bad
|
oggparse: Set DELTA_UNIT on buffers
|
2010-12-02 17:36:26 -08:00 |
|
Tim-Philipp Müller
|
a2e896df66
|
tests: fix video library unit test and skip non-working YUV9/YVU9 parts for now
|
2010-12-03 00:02:26 +00:00 |
|
Tim-Philipp Müller
|
8604fac13f
|
video: add missing break statement for the GST_VIDEO_FORMAT_RGB8_PALETTED case
|
2010-12-03 00:02:26 +00:00 |
|
Evan Broder
|
52b0134566
|
gst-visualise: trim unused perl dependency
Remove an unused perl module. Fixes #634522.
|
2010-12-02 23:04:52 +02:00 |
|
Stefan Kost
|
95b259f9c9
|
playbin2: add some logging for failure case
|
2010-12-02 23:04:51 +02:00 |
|
Stefan Kost
|
baa2fbbb68
|
inputselector: log times in human readable form
|
2010-12-02 23:04:51 +02:00 |
|
Stefan Kost
|
7f787249bb
|
inputselector: more G_PARAM_STATIC_STRINGS use
|
2010-12-02 23:04:51 +02:00 |
|
Stefan Kost
|
3b35063ceb
|
inputselector: move reoccuring logs to LOG and remove a double info
Less debug spew in DEBUG category. No need to log pad again if we use
GST_LOG_OBJECT(pad,...).
|
2010-12-02 23:04:51 +02:00 |
|
Edward Hervey
|
8743c88a33
|
libgstrtsp: Fix typo in .pc to use for GIR
|
2010-12-02 19:11:37 +01:00 |
|
Edward Hervey
|
ed10269bd3
|
docs: Add a whole bunch of symbols that were unused to the proper sections
|
2010-12-02 19:10:00 +01:00 |
|
Wim Taymans
|
626af33160
|
sdp: only parse TTL for IP4 addresses
Only IP4 addresses can have a TTL in the address.
|
2010-12-02 19:09:11 +01:00 |
|
Wim Taymans
|
e0d4a48ae7
|
sdp: add method to check for multicast addresses
Expose a previously internal method to check for multicast addresses.
See #634093
|
2010-12-02 19:09:11 +01:00 |
|
Sebastian Dröge
|
36c9ba990a
|
pbutils: Take nano version into account in GST_CHECK_PLUGINS_BASE_VERSION()
If the nano is > 0 the current version should be handled the same as
micro + 1.
|
2010-12-02 19:04:29 +01:00 |
|
Sebastian Dröge
|
8b60aa8e01
|
video: Add YUV9, YVU9 and IYU1 video formats
API: GST_VIDEO_FORMAT_YUV9: planar 4:1:0 YUV
API: GST_VIDEO_FORMAT_YVU9: planar 4:1:0 YUV (chroma planes swapped)
API: GST_VIDEO_FORMAT_IYU1: packed 4:1:1 YUV (Cr-Y0-Y1-Cb-Y2-Y3)
|
2010-12-02 19:04:29 +01:00 |
|
Sebastian Dröge
|
ea7446e5b5
|
video: Add 8-bit paletted RGB
API: Add GST_VIDEO_FORMAT_RGB8_PALETTED
API: Add GST_VIDEO_CAPS_RGB8_PALETTED
API: Add gst_video_parse_caps_palette()
|
2010-12-02 19:04:29 +01:00 |
|
Sebastian Dröge
|
1abb8257a0
|
gnomevfssrc: Remove dead assignment
|
2010-12-02 19:04:29 +01:00 |
|
Sebastian Dröge
|
b2d716c340
|
tcp: Remove dead assignment
|
2010-12-02 19:04:29 +01:00 |
|
Sebastian Dröge
|
66ce6200a8
|
playsink: gen_video_chain() always returns a bin, no need to check for that
|
2010-12-02 19:04:28 +01:00 |
|
Sebastian Dröge
|
92133f7ce4
|
streamsynchronizer: If we get EOS for an unknown stream just do nothing
instead of dereferencing NULL pointers. This can happen if the stream
was just removed from the streamsynchronizer in a bad time.
|
2010-12-02 19:04:28 +01:00 |
|
Sebastian Dröge
|
fe856a3f7c
|
playsink: gen_video_deinterlace_chain() always returns a bin, no need to check that
|
2010-12-02 19:04:28 +01:00 |
|
Sebastian Dröge
|
d5499f5556
|
v4l: If no video tuner is the requested one don't read unitialized data
|
2010-12-02 19:04:28 +01:00 |
|
Sebastian Dröge
|
334a739083
|
ximagesink: Add docs for the new property
Including Since markers
|
2010-12-02 19:04:28 +01:00 |
|
Sebastian Dröge
|
28da26e670
|
xvimagesink: Add docs for the new property
Including Since markers
|
2010-12-02 19:04:28 +01:00 |
|
Sebastian Dröge
|
f8f1aa2160
|
xvimagesink: Use PROP_ instead of ARG_ for the property enums
|
2010-12-02 19:04:28 +01:00 |
|
Andrea Sebastianutti
|
72d6f7f4d6
|
xvimagesink: Add read-only properties window-width and window-height
|
2010-12-02 19:04:27 +01:00 |
|
Andrea Sebastianutti
|
2ad9966163
|
ximagsink: Add read-only properties window-width and window-height
|
2010-12-02 19:04:27 +01:00 |
|
Sebastian Dröge
|
a13720fc55
|
video: Return correct component width/height for A420
|
2010-12-02 19:04:27 +01:00 |
|
Tim-Philipp Müller
|
8f3aec570a
|
Bump GLib requirement to >= 2.22
See http://gstreamer.freedesktop.org/wiki/ReleasePlanning/GLibRequirement
|
2010-12-02 00:15:25 +00:00 |
|
Tim-Philipp Müller
|
9530ba6478
|
Back to development
|
2010-12-02 00:14:54 +00:00 |
|
Tim-Philipp Müller
|
ca414a2261
|
Release 0.10.31
|
2010-11-30 19:25:44 +00:00 |
|
Stefan Kost
|
7b312c5980
|
uridecodebin: disconnect signal handlers before disposing
|
2010-11-24 17:53:42 +02:00 |
|
Tim-Philipp Müller
|
1bfefc50af
|
docs: improve decodebin2 docs a little
Mention that new pads may be created even after no-more-pads.
https://bugzilla.gnome.org/show_bug.cgi?id=634584
|
2010-11-22 00:54:35 +00:00 |
|
Evan Nemerson
|
8fb2c27ed0
|
introspection: Add information on exported packages to GIRs
https://bugzilla.gnome.org/show_bug.cgi?id=635392
|
2010-11-21 00:44:37 +00:00 |
|
Arun Raghavan
|
6b66f455a2
|
discoverer: Minor documentation fix
docs: Minor discoverer documentation fix
|
2010-11-18 07:51:20 +00:00 |
|
Tim-Philipp Müller
|
8b5bcc1d8a
|
0.10.30.5 pre-release
|
2010-11-18 00:36:14 +00:00 |
|
Tim-Philipp Müller
|
8a09e3d19b
|
po: update translations
|
2010-11-18 00:35:53 +00:00 |
|
Tim-Philipp Müller
|
8a423f8f00
|
decodebin: fix one more pad template ref leak
|
2010-11-18 00:33:22 +00:00 |
|