Jan Schmidt
cf4387d1ef
docs: tweak the release procedure script
2009-03-21 02:34:59 +00:00
LRN
ef5be37882
win32: fix seeking in files >4GB
...
Use 64-bit functions on windows to implement seeking in files bigger
than 4GB.
Fixes #575988
2009-03-20 14:14:52 +01:00
Stefan Kost
b118e869a2
controller: Fix generation of control-change arrays.
...
When generating arrays of control changes timestamp variable was used instead
the local ts variable that we increment when stepping through the array.
Pointed out by Martin Pokorny.
2009-03-20 11:28:37 +02:00
Tim-Philipp Müller
b62bfc573a
debugging: make GST_PTR_FORMAT work for queries as well
2009-03-20 00:42:51 +00:00
Tim-Philipp Müller
0492ca71f5
API: add GST_QUERY_CAST
...
because we can, and for consistency.
2009-03-20 00:39:41 +00:00
Tim-Philipp Müller
d430552ec3
gstcheck: fix for check versions > 0.9.6
...
A new argument allowed_exit_value was added in SVN recently (#574213 ).
2009-03-19 21:31:08 +00:00
Wim Taymans
b4b386a1fd
gstpad: fix gst_pad_can_link
...
We were converting the GstPadLinkReturn to a gboolean, which is not what we want
to do.
2009-03-19 17:20:50 +01:00
Tim-Philipp Müller
a1549d67de
gst-uninstalled: add gst-rtsp-server bits and break up overly long lines
...
Add some of the bits needed for an uninstalled gst-rtsp-server (so gdb works
on the examples etc.). Python bits are still missing, and we might need an
-uninstalled.pc file as well in the future. Break up very long lines to make
them easier to read and maintain. Also remove gst-plugins paths from the
old days.
2009-03-19 10:49:30 +00:00
Wim Taymans
5aeb28aabd
docs: interesting idea for fast rw locks
...
--
2009-03-19 11:46:11 +01:00
Wim Taymans
4eacc03558
defs: add new symbol to windows .def file
...
Add the new windows cmd.exe coloring method to the .def file.
2009-03-19 11:25:01 +01:00
Stefan Kost
a5e3baf44d
docs: more info about when state changes can be async and when not.
2009-03-19 10:39:33 +02:00
Damien Lespiau
c5ee0b7c1d
info: more indentation fixes
...
Fixes #517231 .
2009-03-18 19:54:28 +01:00
Wim Taymans
d12d111fa2
info: indentation fix
2009-03-18 19:06:23 +01:00
Wim Taymans
3857d902c3
info: simply some more
2009-03-18 18:57:16 +01:00
Wim Taymans
ca33a78881
info: refactor debug colors for win32 and other
...
Refactor the debug line code to use as much code as possible for the win32 and
other color codings.
Update docs with new symbol.
2009-03-18 18:45:41 +01:00
Wim Taymans
0c059ad2de
windows: initial commit for terminal colors
2009-03-18 17:30:12 +01:00
Zeeshan Ali (Khattak)
8af9d58ea7
gstpad: fix gst_pad_can_link()
...
Move the gst_pad_can_link() implementation from gstutils to gstpad and use
gst_pad_link_prepare() to make it work correctly and also check the caps.
Make the broken implementation in gstutils static.
Small cleanups in the _get_fixed_caps() function.
Fixes #575682 .
2009-03-18 17:01:16 +01:00
David Adam
7d7fceced5
config.h needs to be included first, either directly or via gst_private.h
...
Fixes build with -Werror caused by '_FILE_OFFSET_BITS redefined' warning on
OpenSolaris where _FILE_OFFSET_BITS may be defined both in our config.h
and via stdio.h (#575695 ).
2009-03-17 20:41:44 +00:00
Tim-Philipp Müller
17412e928c
faq: remove outdated bits from indenting section
2009-03-17 19:04:37 +00:00
Stefan Kost
b3e56e19f5
bin: forward segment-start like segment-done if parent is also a bin, fixes #575598 .
...
Bin collects segment-start messages and segent-done messages. it posts a
segment-done message to its parent, once it has received a segment-done for
each segment-start. Imho it should also send a segment-start if it receives the
first segment start and if parent is !=NULL. This is needed for bins in bins,
so that also higher order bins can group segment-starts and segment-dones.
Right now higher order bins will post a segment-done for each segment-done
received.
2009-03-17 12:05:33 +02:00
Edward Hervey
130592bbbb
faq: fix typo in git command
2009-03-16 20:13:18 +01:00
Stefan Kost
73953055af
systemclock: these warnings are serious, give more detail in the message
2009-03-15 23:41:33 +02:00
Stefan Kost
c2f1cb40fc
collectpads: add debug logging to make it easier to trace it
2009-03-15 23:41:33 +02:00
Wim Taymans
e7245c0891
Fix indentation of .h files
...
--
2009-03-13 10:56:54 +01:00
Stefan Kost
c3286501b4
taglists: apply fix for replace all also to gst_tag_list_add_valist_values. Fixes #574241
2009-03-12 12:21:39 +02:00
Wim Taymans
5467c64379
docs: Improve some docs
...
Rename some function variables and add some Return: to make the docs more happy.
2009-03-12 10:48:21 +01:00
Stefan Kost
15e7d1e9c7
docs: fix linking to constant and functions
2009-03-12 00:41:24 +02:00
Stefan Kost
1cfc0aee17
dump2dot: ellipsize caps fields, better placement of unnegotiated caps
...
Long caps fields like enums are ellipsised. If caps are not negotiated, use
head- and taillabel to place them closer to the pads. Use smarter way to indent.
2009-03-11 15:27:08 +02:00
Laszlo Pandy
ce0d28fe9a
dump2dot: make caps in DOT debug graphs more readable. Fixes 574484
...
Use a monospace font for edge labels and indent.
2009-03-11 15:27:08 +02:00
Sebastian Dröge
d307513735
padtemplate: Allow %u as conversion modifier additional to %d and %s
2009-03-11 14:11:30 +01:00
Edward Hervey
c1a75a0b45
gstbasesrc: unsigned long is "%lu", not "%ul". Fixes build on macosx
2009-03-11 11:23:05 +01:00
Stefan Kost
36205e7d42
logging: some additional logging for tracing caps negotiation.
...
Demote one log that can come quite often. Remove one fixme that is done. Apply
gst-indent changes.
2009-03-10 21:13:40 +02:00
Stefan Kost
01dfca40f1
comment: add a fixme-0.11
2009-03-10 21:13:40 +02:00
Stefan Kost
d6807e1ae3
formatting: tabs to spaces
2009-03-10 21:13:40 +02:00
Jan Schmidt
563305cd77
Automatic update of common submodule
...
From 7032163 to f8b3d91
2009-03-09 23:11:24 +00:00
Tim-Philipp Müller
32e36d2840
gstreamer.spec: fix stray @GLIB2_REQ@ that didn't get expanded properly
2009-03-09 20:07:12 +00:00
Wim Taymans
72101e3b14
docs: reword stuff about custom mainloops
...
Fixes #574229 .
2009-03-09 16:10:37 +01:00
Stefan Kost
50fdaa4f25
dump2dot: don't use GST_TIME_FORMAT when building filenames. fixes #574623
2009-03-09 16:01:20 +02:00
Wim Taymans
da0060d3aa
pad: call new callbacks set in the block callback
...
Keep track of when a new callback is installed in the callback and call the new
callback in that case.
Add unit test for checking pad blocking.
Fixes #573823 .
2009-03-09 11:48:36 +01:00
Tim-Philipp Müller
646a746965
win32: update enumtypes and config.h
2009-03-08 17:22:43 +00:00
Tim-Philipp Müller
2f4eba5892
docs: improve docs for gst_tag_list_get_date*()
...
Mention that the date value needs to be freed and how to free it.
2009-03-08 17:15:33 +00:00
Sebastian Dröge
05cb4f7810
Automatic update of common submodule
...
From ffa738d to 7032163
2009-03-08 12:02:15 +01:00
Sebastian Dröge
cc1708aa26
Automatic update of common submodule
...
From 3f13e4e to ffa738d
2009-03-08 11:17:50 +01:00
Stefan Kost
fd0b4ff60b
dump2dot: improve caps logging
...
Factor out code to describe caps. Improve formating (no \n in caps fields).
Check peer caps too and show both if they differ.
2009-03-08 00:32:43 +02:00
Sebastian Dröge
687da8d289
Automatic update of common submodule
...
From 3c7456b to 3f13e4e
2009-03-07 11:43:31 +01:00
Sebastian Dröge
f00f94cacd
Automatic update of common submodule
...
From 57c83f2 to 3c7456b
2009-03-07 10:43:32 +01:00
Stefan Kost
de48f9c507
collectpads: revert accidential commit from the queue (me should start using branches)
2009-03-06 22:10:10 +02:00
Stefan Kost
1ec60ae392
apidocs: markup example as highlightable example and copy same for structure
...
structures can be printed like we can do for caps. Mark the example so that
gtk-doc can pretty print and xref it.
2009-03-06 21:59:20 +02:00
Stefan Kost
436b0e7275
collectpads: reliably go to eos. Fixes #574160
...
Update collectpads status when removing pads.
2009-03-06 21:50:19 +02:00
Alessandro Decina
c20fb4c16f
identity: ignore the return value of gst_pad_event_default when sending out the newsegment event in single-segment mode.
...
This makes identity single-segment=true ! oggmux work again after a change in
oggmux (commit b0e3d449
in -base).
2009-03-06 12:13:14 +01:00