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
Edward Hervey
ec3cd5d438
basesrc: remove dead assignment.
...
The variable will not be read before it's assigned a value line 942/945
2009-04-04 14:38:52 +02:00
Edward Hervey
a69841761b
gsttaglist: Remove unused variable.
...
We don't need to allocate a variable if it's the return of a function call
and we only check it once.
2009-04-04 14:37:13 +02:00
Edward Hervey
759fe3452a
gststructure: Only use methods used in g_* checks if glib checks are disabled
2009-04-04 14:35:34 +02:00
Sebastian Dröge
d12034ab4b
gst: Use g_once_init* or G_DEFINE_TYPE
2009-04-04 10:59:39 +02:00
Sebastian Dröge
e7ccf786c3
gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type() functions
2009-04-04 10:20:36 +02:00
Sebastian Dröge
42febffe0d
gst: Use G_DEFINE_TYPE and don't call g_thread_init() from class_init
...
class_init is too late for calling g_thread_init() as g_thread_init()
needs to be called before any GObject function.
2009-04-04 10:18:42 +02:00
Mark Nauwelaerts
66295d508b
Use g_slice_copy instead of g_slice_dup.
...
A (buggy) glib g_slice_dup macro may cause compiler warnings on e.g. x86_64.
2009-04-03 13:47:35 +02:00
Edward Hervey
14b356b439
controller: remove dead assignment.
...
The value of prop is being overwritten just after without being read.
2009-04-03 12:57:24 +02:00
Edward Hervey
4028fa7149
gststructure: Remove dead assignment.
...
'type' is never used until line 1847 where it's overwritten.
2009-04-03 12:57:24 +02:00
Edward Hervey
471bd93af5
adapter: remove dead assignment.
...
The value set to to_copy at that line is never used, and is overwritten
further down before being read.
2009-04-03 12:57:24 +02:00
Edward Hervey
f68573dc42
gstbin: Remove unused variable.
...
The return value of gst_element_change_state isn't used after that call.
2009-04-03 12:57:24 +02:00
Edward Hervey
f096c7d4e0
pipeline: remove redundant assignment.
...
If that block is entered, then start_time becomes GST_CLOCK_TIME_NONE.
Since start_time is invalid, the code will enter the block at line 434 and
new_base_time will be set there.
2009-04-03 12:57:24 +02:00
Edward Hervey
9557542722
gstregistrybinary: remove variable only used for a check.
...
that variable isn't used anywhere else within that block.
2009-04-03 12:57:24 +02:00
Edward Hervey
6577af3635
basesink : Remove unused variable.
...
sync is never used anywhere in that code.
2009-04-03 12:57:24 +02:00
Edward Hervey
9bf1d7247a
basetransform: move unused variable in the #if 0 block.
...
That variable is only used by the code which has been if 0'd
2009-04-03 12:57:24 +02:00
Edward Hervey
971755842d
Remove unused increments as detect by LLVM's CLang static analyzer.
2009-04-03 12:56:57 +02:00
Edward Hervey
00cbbc87c7
Remove unused variables detected by LLVM's Clang static analyzer.
2009-04-03 12:56:48 +02:00
Tim-Philipp Müller
01166ec0cd
docs: improve API reference for gst_caps_get_structure()
2009-04-03 11:20:32 +01:00
Thomas Vander Stichele
8995a45593
docs: explain ref ownership for handle_message implementations
2009-04-02 13:32:58 +02:00
Sebastian Dröge
3933296685
gstcheck: Call gst_check_init() before creating the suite
...
This allows using the GStreamer or GObject API in the suite
creation function.
2009-04-02 10:44:23 +02:00
Thiago Santos
37fe4bf3b9
gst-launch: Fixes error when DISABLE_FAULT_HANDLER is defined
...
When defined, this macro prevented the declaration of 'waiting_eos', causing an error.
2009-03-31 18:14:08 -03:00
Edward Hervey
ca662eb57a
capsfilter. Always calls _suggest, even with NULL caps. Fixes #574805
2009-03-31 15:15:29 +02:00
Sebastian Dröge
322d0b0fd8
tests: Don't define global buffers variable, it's already defined by libgstcheck
2009-03-30 15:45:02 +02:00
Peter Kjellerstedt
1edcca4f7c
docs: Some grammar and typo corrections.
2009-03-30 10:33:51 +02:00
Thomas Vander Stichele
c2e762da86
Fix typo.
2009-03-29 14:09:23 +02:00
Stefan Kost
2806a409ed
binaryregistry: init variable, that is referenced in error case below the fail: label
2009-03-27 17:32:29 +02:00
Wim Taymans
659e1d2dc2
clock: wakeup the async thread a bit more
...
Also wake up the async thread when it is doing an async wait for an entry.
2009-03-27 16:15:55 +01:00
Wim Taymans
ffc752c458
element: Fix a little debug message
2009-03-27 16:15:10 +01:00
Stefan Kost
82c9b78f86
binaryregistry: check for not reading beyond the data area. Fixes #576842
...
Check all reads against the end of the data region. Roll back registration of
partial reads.
2009-03-27 15:34:25 +02:00
Stefan Kost
6a15b2b0c5
docs: add a page about building gstreamer and apps
2009-03-27 15:34:24 +02:00
Thiago Santos
5fa36d9f3d
Adds flag for eos on shutdown in gst-launch. Fixes #575814 .
2009-03-27 08:30:27 -03:00
Wim Taymans
4446f9972d
clock: make UNSCHEDULED checks threadsafe
...
Move the checks for using an unscheduled entry from the unsafe GstClock to the
SystemClock object so that we can perform the correct locking.
fix a leak and potential deadlock then the async thread fails to start.
Sprinkle some G_LIKELY around because we can.
2009-03-26 22:05:31 +01:00
Wim Taymans
e15cf9bc12
clock: remove pending async wakeup sooner
...
Remove a pending async wakeup before we check if the next entry is UNSCHEDULED
because we might leave the control socket busy.
2009-03-26 21:40:20 +01:00
Peter Kjellerstedt
7be99f052b
gstpoll: Corrected a documentation typo.
2009-03-26 19:33:41 +01:00
Wim Taymans
41f1a1881e
clock: add some more comments.
2009-03-26 19:13:55 +01:00
Wim Taymans
16b68e7de0
clock: rework the wakeup of entries.
...
Keep a counter for the amount of outstanding wakeups that we produce and only
perform a write/read to the control socket when 1 or 0 respectively.
don't poll when waiting for the entries to be unblocked and clear their wakeup
counts, just act on the signal when the wakeup count is 0.
unscheduled entries will clear their wakeup count themselves.
Keep track of when we wakeup the async thread because the list of entries has
changed.
don't try to see if the list changed because we can't really know when one entry
is added multiple times.
Only wake up the async thread when we add an async entry to the head of the list
and the old entry was BUSY.
2009-03-26 18:53:02 +01:00
Jan Schmidt
31669a4819
gstpoll: Fix up documentation strings.
...
Note the changed behaviour of gst_poll_wait for timer GstPoll's, and
fix a couple of spelling errors.
2009-03-26 15:06:16 +00:00
Wim Taymans
df30f60048
clock: fix 2 wakeup races.
...
when an entry being waited on in the async thread is unscheduled, clear the
wakeup queue so we can continue waiting on other entries.
When an entry being waited on in the async thread is unlocked because an earlier
entry was added to the list, set the entry to OK again. This makes sure that
only the entries being waited on have the BUSY flag set and wake up the timer
poll when they are unscheduled.
2009-03-26 15:59:17 +01:00
Tim-Philipp Müller
ea554b1d62
registry: ignore .git directory when recursively scanning plugin paths for plugins
...
Saves some cycles/pandas for those of us who run uninstalled setups.
2009-03-26 14:52:00 +00:00
Tim-Philipp Müller
cc0978bd85
registry: do fsync() before close() and rename()
...
This helps prevent filesystem/data inconsistencies in certain
circumstances on certain filesystems (like ext4, xfs, ubifs).
Also see bug #562976 .
2009-03-26 14:51:49 +00:00
Tim-Philipp Müller
c4e10b9535
API: add gst_tag_list_get_buffer{_index}
...
Convenience API, mostly for image tags, so people don't have to
figure out the whole GValue/GstValue thing just for this.
2009-03-26 14:21:10 +00:00
Jan Schmidt
4ef524f5ec
systemclock: Clean up the tests a bit.
...
Add some cleanups to the system clock tests, to free all the memory and
unschedule/unref all clock IDs we allocate.
Use a mutex in one test to avoid potential threading problems on multicore
machines.
2009-03-26 12:18:09 +00:00
Jan Schmidt
b35f424858
systemclock: Add a test for sync/async clockid interactions
...
This test randomly hangs if there are problems with the reliability of
unscheduling sync and async clockID's on the system clock.
2009-03-26 12:18:09 +00:00
Sebastian Dröge
10bc5670a3
segment: Use g_slice_dup() now
2009-03-26 11:17:01 +01:00
Sebastian Dröge
f75fad6a70
Remove some compatibility stuff for GLib < 2.14
2009-03-26 11:08:27 +01:00