Wim Taymans
20d2734a25
gstobject: avoid type checks
2009-05-11 22:35:08 +02:00
Wim Taymans
13515a7535
gstbuffer: avoid typechecks in finalize
...
Avoid useless typechecking in the finalize of buffers and subbuffers.
2009-05-11 22:35:08 +02:00
Wim Taymans
103b2a41bf
fakesink: avoid typecheck
2009-05-11 22:35:08 +02:00
Wim Taymans
53d3663139
-launch: connect to deep-notify with right name
...
Connect to the right signal name with - instead of _.
2009-05-11 22:33:14 +02:00
Jan Schmidt
bd07633cc2
info: Support new printf extensions in glibc 2.10
...
The printf extension mechanism changed in glibc 2.10, and the older
register_printf_function is deprecated. Detect and use the new
mechanism where available.
2009-05-11 21:30:14 +01:00
Jan Schmidt
a3297ad3ed
docs: Fix a typo in the release script
2009-05-11 21:30:13 +01:00
Jan Schmidt
9f688753f8
Back to development -> 0.10.23.1
2009-05-11 21:11:49 +01:00
Jan Schmidt
88e4e53fc2
Release 0.10.23
2009-05-10 22:41:04 +01:00
Jan Schmidt
7a5c8bddb1
Update .po files
2009-05-10 22:38:45 +01:00
Jan Schmidt
5b477d97b5
0.10.22.4 pre-release
2009-05-06 16:10:11 +01:00
Wim Taymans
81cadeecd2
GstBin: set PENDING_STATE correctly
...
Set the pending state correctly when we are going to perform an async
state_continue on the bin.
Fixes #580121
2009-04-24 19:36:22 +02:00
Jan Schmidt
2633d77126
0.10.22.3 pre-release
2009-04-21 22:15:44 +01:00
Jan Schmidt
6db1b5342e
Automatic update of common submodule
...
From b3941ea to 6ab11d1
2009-04-21 22:12:04 +01:00
Tim-Philipp Müller
923b33a316
win32: define __MSVCRT_VERSION__ when compiling with MingW, for __stat64
...
Need to define this when using MingW, so that the includes provide
__stat64 and friends. We need at least Windows XP SP2 for this.
Fixes #568632 .
2009-04-17 15:50:54 +01:00
Stefan Kost
581ccbb581
gstdebug: compete stubs. Fixes #579177 .
...
Avoid defines when including gstinfo.h ourself and complete stubs. Sync stub
returns with the defines.
2009-04-17 15:01:46 +03:00
Yaakov Selkowitz
4ce04783b3
configure.ac: fork() during registry scanning is unsafe on Cygwin
...
Fixes #555978 .
2009-04-17 11:44:11 +01:00
Yaakov Selkowitz
eacfe25cf9
gst_init: relocatability is unnecessary on Cygwin
...
See #555978 .
2009-04-17 11:39:59 +01:00
Brian Cameron
e6a3fd9bbb
gstinfo: don't assume G_HAVE_ISO_VARARGS implies ISO C99
...
Makes headers C++ clean, esp. with the Sun compilers.
Fixes #567692 .
2009-04-17 10:11:21 +01:00
Tim-Philipp Müller
b31896b2af
GstPlugin: fix compilation if both HAVE_WIN32 and HAVE_SIGACTION are defined
...
Move _gst_plugin_fault_handler_is_setup into the ifdef block where it's
used. Fixes #578201 .
2009-04-17 09:17:40 +01:00
Wim Taymans
1f8eba611a
-launch: disable CLOCK_LOST message handling
...
Disable the handling of the CLOCK_LOST messages until we fixed and released the
elements (rtspsrc) that break when we quickly PAUSE/PLAY the pipeline.
Fixes #579127
2009-04-16 12:01:50 +02:00
Jan Schmidt
5879b8d07f
release: Bump version to 0.10.22.2 for pre-release
2009-04-16 00:49:47 +01:00
Jan Schmidt
b3751bc330
win32: Update win32 build files
2009-04-16 00:49:47 +01:00
Jan Schmidt
8bf260ece4
po: Update translations from TP
2009-04-16 00:49:46 +01:00
Jan Schmidt
10d5d53230
ChangeLog: regenerate changelog with the gen-changelog script
2009-04-16 00:49:40 +01:00
Jan Schmidt
d50044dc2f
docs: remove errant gtk-doc comment marker triggering a warning
2009-04-16 00:48:12 +01:00
Jan Schmidt
4c6c9c2d5b
paramspecs: revert gst_param_spec_is_mutable() for release
...
Revert the gst_param_spec_is_mutable API for this release so we can
discuss it a bit further first.
2009-04-16 00:48:11 +01:00
Stefan Kost
e778c5fd8b
logging: fix unused variable warning when disabling debug logs.
...
The var was NULL anyway, bacause of the ifdefs there, the message makes no
sense including it.
2009-04-15 23:35:35 +03:00
Stefan Kost
659102e04a
gstdebug: show enabled/disabled in configure and fix build for disabled
...
When its disabled, we poison some symbols to force a build error if they are
used. Dunno how useful this acually is, but we need to disable the poisoning
when we include this ourself. Also don't define some of the dummies, as they
are getting replaced with defines and that creates code that does not compile.
2009-04-15 23:35:35 +03:00
Sebastian Dröge
c09069c889
Use g_once_init_*() instead of GOnce for the enum types
2009-04-15 19:58:34 +02:00
Sebastian Dröge
484c3272c4
staticpadtemplate: Update docs of gst_static_pad_template_get_caps ()
...
gst_static_pad_template_get_caps () actually returns a reference to the
caps and it's cleaner to unref them after usage. The core will, however,
always hold a reference to the caps so this didn't result in a memory
leak.
2009-04-15 13:06:13 +02:00
Stefan Kost
dafde2ed66
docs: use real <note> tags as they look nice in new gtk-doc
2009-04-14 22:33:25 +03:00
David Schleef
8dd2b4b591
Fix locking in gst_param_spec_is_mutable
2009-04-14 12:21:39 -07:00
Stefan Kost
dd3c9ab6b6
controller: factor out duplicated code and add a description for it.
...
Also fix typo in the tests while reviewing them.
2009-04-14 22:08:56 +03:00
Wim Taymans
5ca6853eb1
docs: add simple doc blurb
2009-04-14 19:12:52 +02:00
Wim Taymans
004f981edb
paramspecs: add note about racyness
...
Add a note about potential racyness in _is_mutable().
2009-04-14 19:11:44 +02:00
LRN
7e0bdbf208
info: use mutex to do console colors on windows
...
Use a static mutex to keep the console colors and context together when
debugging with colors on Windows.
Fixes #517231 .
2009-04-14 10:32:07 +02:00
Tim-Philipp Müller
25826ffe40
docs: add Since: tags to gtk-doc chunks for new param spec API
...
And, for our release manager, the in-commit-message keywords
for the previous commit:
API: GST_PARAM_MUTABLE_READY
API: GST_PARAM_MUTABLE_PAUSED
API: GST_PARAM_MUTABLE_PLAYING
API: gst_param_spec_is_mutable
2009-04-13 14:27:49 +01:00
David Schleef
1ecf114c0e
Add param spec flags for when a property can be changed
...
Adds GST_PARAM_MUTABLE* flags to indicate in which states a
property can be changed and take effect. Fixes #571559
2009-04-12 18:45:24 -07:00
Wim Taymans
cf78781c6b
-launch: handle clock-lost messages
...
When we receive a clock-lost message, we need to select a new clock in the
pipeline by setting the pipeline to PAUSED and back to PLAYING.
2009-04-10 14:15:36 +02:00
Olivier Crete
376bed78ce
tee: add property to control the alloc pad
...
Add a property to control the pad used for proxying the buffer_alloc function on
the sinkpad.
Fixes #577891 .
2009-04-09 18:27:21 +02:00
Wim Taymans
1b4b1a5b1f
bin: always mark pending_async_done
...
When we get an ASYNC_DONE message when a state change was busy, set the
pending_async_done flag so that after the state change completes, the bin can
check if all async elements are finished. Don't only do this for the bin itself
but for all elements.
This fixes some bins in bins that simulate async state changes by posting ASYNC
messages (such as sdpparse in uridecodebin/playbin2).
2009-04-09 11:51:43 +02:00
Wim Taymans
b4e9c87fcc
info: fix compilation, %08x needs an unsigned int
...
%08x needs an unsigned int, so give it that.
2009-04-09 11:42:48 +02:00
Tim-Philipp Müller
116c8be6bf
API: add FIXME and DUMPMEM log levels and convenience macros
...
Two new log levels to dump FIXMEs into the log and to log data
in form of a hex dump (#578114 ).
API: GST_CAT_FIXME_OBJECT
API: GST_CAT_MEMDUMP_OBJECT
API: GST_CAT_FIXME
API: GST_CAT_MEMDUMP
API: GST_FIXME_OBJECT
API: GST_MEMDUMP_OBJECT
API: GST_FIXME
API: GST_MEMDUMP
2009-04-08 21:32:05 +01:00
Stefan Kost
7d0b4f10c6
docs: xref more
2009-04-08 18:13:42 +03:00
Stefan Kost
c9917a1a84
tests: remove the hacks to workaround the pad-leak
2009-04-08 17:49:18 +03:00
Stefan Kost
8892f3f4c9
padtemplate: enable code to fix the leak, now that the deps have been released
...
Good and ffmpeg are actually multiple releases beyond, so that this is now safe
to do.
2009-04-08 15:24:58 +03:00
Felipe Contreras
4b9850a478
Automatic update of common submodule
...
From d0ea89e to b3941ea
2009-04-04 21:18:23 +03:00
Edward Hervey
a7fddb7bec
Automatic update of common submodule
...
From f8b3d91 to d0ea89e
2009-04-04 14:53:21 +02:00
Edward Hervey
5142a04656
gst-inspect: remove dead assignment
...
first_flag will be either:
* rewritten without being read if we loop again (line 284)
* not read again if we don't loop
2009-04-04 14:42:04 +02:00
Edward Hervey
9e4fa43657
basesink: Remove dead assignments.
...
sstart/sstop/rstart/rstop are all either:
* assigned values later on before being used in 'do_times:' (EOS and buffers)
* not used (non-EOS events)
2009-04-04 14:39:51 +02:00