1 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
3 * gst/gstminiobject.c: (gst_value_dup_mini_object),
4 (gst_param_spec_mini_object):
6 * win32/common/libgstreamer.def:
7 * docs/gst/gstreamer-sections.txt:
8 API: Add GST_IS_PARAM_SPEC_MINI_OBJECT, GST_PARAM_SPEC_MINI_OBJECT
9 GST_TYPE_PARAM_MINI_OBJECT and gst_value_dup_mini_object. Also move
10 GstParamSpecMiniObject into a public header for this.
12 This make GstMiniObject a bit more consistent with GObject and makes
13 it possible to extend the param specs.
15 gst_value_dup_mini_object is mainly useful for set_property methods.
19 * tools/gst-inspect.c: (print_element_properties_info):
20 Print something useful for GstMiniObject properties and not just
23 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
25 * docs/gst/gstreamer-sections.txt:
26 * gst/gstregistrybinary.c: (gst_registry_binary_initialize_magic),
27 (gst_registry_binary_check_magic):
28 * gst/gstregistrybinary.h:
29 Call the version GST_MAGIC_BINARY_VERSION_STR to be more consistent
30 and add it to the (private part) of the docs to fix the build.
32 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
34 * gst/gstregistrybinary.c: (gst_registry_binary_initialize_magic),
35 (gst_registry_binary_check_magic),
36 (gst_registry_binary_read_cache):
37 * gst/gstregistrybinary.h:
38 Don't use GST_MAJORMINOR for the binary registry version. Instead
39 hardcode a value that must be changed whenever the format changes
40 in an incompatible way.
41 Also don't GST_ERROR when there is a version mismatch, just
42 regenerate the registry silently.
44 2008-03-21 Jan Schmidt <jan.schmidt@sun.com>
47 Back to development - 0.10.18.1
49 === release 0.10.18 ===
51 2008-03-20 Jan Schmidt <jan.schmidt@sun.com>
54 releasing 0.10.18, "So far away"
56 2008-03-18 Jan Schmidt <jan.schmidt@sun.com>
59 * win32/common/config.h:
62 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
64 Patch by: Ole André Vadla Ravnås
65 <ole dot andre dot ravnas at tandberg dot com>
67 * docs/gst/gstreamer-sections.txt:
68 * gst/gstpoll.c: (gst_poll_winsock_error_to_errno),
69 (gst_poll_update_winsock_event_mask),
70 (gst_poll_prepare_winsock_active_sets),
71 (gst_poll_collect_winsock_events), (gst_poll_new), (gst_poll_free),
72 (gst_poll_add_fd_unlocked), (gst_poll_fd_ctl_write),
73 (gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_ignored),
74 (gst_poll_fd_has_error), (gst_poll_fd_can_read_unlocked),
75 (gst_poll_check_ctrl_commands), (gst_poll_wait):
77 * win32/common/libgstreamer.def:
78 Add new function gst_poll_fd_ignored() for improved Windows
80 Various minor fixes and cleanups. See #520808.
82 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
84 * gst/gstindex.c: (gst_index_entry_free):
86 Don't free key strings which we don't own. Fixes crash in
87 gst_index_entry_free() (#522741).
89 * tests/check/Makefile.am:
90 * tests/check/gst/.cvsignore:
91 * tests/check/gst/gstindex.c: (test_index_entries),
92 (gst_index_suite), (gst_index):
93 Add unit test for the above.
95 2008-03-11 Sebastian Dröge <slomo@circular-chaos.org>
97 * win32/common/libgstreamer.def:
98 Remove symbols that were removed recently. Fixes bug #521740.
100 2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
103 * win32/common/config.h:
104 0.10.17.3 pre-release
106 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
108 Patch by: Ole André Vadla Ravnås
109 <ole dot andre dot ravnas at tandberg dot com>
111 * docs/gst/gstreamer-sections.txt:
112 * gst/gstpoll.c: (find_index), (gst_poll_free_winsock_event),
113 (gst_poll_update_winsock_event_mask), (gst_poll_new),
114 (gst_poll_free), (gst_poll_fd_init), (gst_poll_add_fd_unlocked),
115 (gst_poll_remove_fd), (gst_poll_fd_ctl_write),
116 (gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_has_closed),
117 (gst_poll_fd_has_error), (gst_poll_fd_can_read_unlocked),
118 (gst_poll_fd_can_write), (gst_poll_wait),
119 (gst_poll_set_controllable), (gst_poll_restart),
120 (gst_poll_set_flushing):
122 * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_new):
123 * libs/gst/net/gstnettimeprovider.c: (gst_net_time_provider_start),
124 (gst_net_time_provider_new):
125 * plugins/elements/gstfdsink.c: (gst_fd_sink_start):
126 * plugins/elements/gstfdsrc.c: (gst_fd_src_start):
127 * tests/benchmarks/gstpollstress.c: (main):
128 * tests/check/gst/gstpoll.c: (GST_START_TEST), (gst_poll_suite):
129 Remove GstPollMode from the API, it does not make sense to let the
130 application control this.
131 Add support for Win32.
132 Fix the testsuite. Fixes #520671.
134 2008-03-07 Sebastian Dröge <slomo@circular-chaos.org>
136 Patch by: Ole André Vadla Ravnås
137 <ole dot andre dot ravnas at tandberg dot com>
139 * gst/gstregistrybinary.c:
140 Include io.h for write() and close() when building with MSVC. Fixes
143 2008-03-07 Stefan Kost <ensonic@users.sf.net>
147 * gst/gstconfig.h.in:
149 * gst/gstregistrybinary.c:
150 * win32/common/gstconfig.h:
151 Move registry backend API to private headers where we can. Add
152 fixme-0.11 comments for the others. Add stubs for the xml backend when
153 using the binary to ensure they functions exists (they should not be
154 used though). Fixes #520756.
156 2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
159 * win32/common/config.h:
162 2008-03-03 Edward Hervey <edward.hervey@collabora.co.uk>
164 * gst/gstregistrybinary.c: (gst_registry_binary_write),
165 (gst_registry_binary_read_cache):
166 * gst/gstregistryxml.c: (gst_registry_save):
167 * gst/gsturi.c: (unescape_string), (gst_uri_has_protocol):
168 * plugins/elements/gstfilesink.c: (gst_file_sink_open_file):
169 * plugins/elements/gstfilesrc.c: (gst_file_src_map_region),
170 (gst_file_src_map_small_region), (gst_file_src_create_mmap):
171 Switch to using portabl gsize/gssize instead of size_t/ssize_t
174 2008-03-03 Edward Hervey <edward.hervey@collabora.co.uk>
176 * gst/gstminiobject.c:
177 Import gst_private.h before any other header that might include other
178 glib headers. This fixes the build on windows using native compilers.
180 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
182 * win32/common/gstconfig.h:
183 Add here too, just for completeness.
185 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
188 * gst/gstconfig.h.in:
190 Fix broken use of config.h-defined preprocessor directive in a public
191 header file. Add a corresponding define to gstconfig.h, since we can't
192 really remove those function declarations from the header file now
193 (or can we? and why are they there in the first place?).
195 2008-03-03 Andy Wingo <wingo@pobox.com>
197 * tests/check/gst/gststructure.c (GST_START_TEST): Add a check for
200 * gst/gststructure.c (gst_structure_from_string): Warn if
201 structure_from_string didn't consume the whole string, but the
202 caller did not provide an end pointer.
204 2008-03-01 Tim-Philipp Müller <tim at centricular dot net>
206 Patch by: Fabrizio Gennari <fabrizio.ge at tiscali it>
208 * gst/gstregistryxml.c: (read_string), (load_feature):
209 Strings allocated by libxml2 should be freed with xmlFree(), not
210 with g_free(). Fixes issues on windows in certain contexts (#519698).
212 2008-02-29 Tim-Philipp Müller <tim at centricular dot net>
214 * gst/gstinterface.c: (gst_element_implements_interface):
215 Don't crash if the element supports the interface queried, but does
216 not implement GstImplementsInterface. Fixes #519584.
218 * tests/check/Makefile.am:
219 * tests/check/gst/.cvsignore:
220 * tests/check/gst/gstinterface.c:
221 Add unit test for the above.
223 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
225 * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init):
228 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
230 * gst/gstsegment.c: (gst_segment_set_seek),
231 (gst_segment_to_stream_time):
232 Improve some comment.
233 Update variables where it makes more sense.
235 2008-02-29 Rene Stadler <mail@renestadler.de>
237 * gst/gsturi.c: (gst_uri_handler_get_protocols):
238 Use the get_protocols_full vfunc if get_protocols is NULL. Fixes
239 URIHandlers implemented using language bindings.
241 2008-02-29 Sebastian Dröge <slomo@circular-chaos.org>
243 * gst/gstelementfactory.h:
244 * tests/check/elements/fakesink.c:
245 * tests/check/elements/fakesrc.c: (setup_fakesrc):
246 * tests/check/elements/fdsrc.c: (setup_fdsrc):
247 * tests/check/elements/filesink.c: (setup_filesink):
248 * tests/check/elements/filesrc.c: (setup_filesrc):
249 * tests/check/elements/identity.c: (setup_identity):
250 * tests/check/elements/tee.c:
251 * tests/check/generic/sinks.c:
252 * tests/check/generic/states.c: (setup), (teardown):
253 * tests/check/gst/gst.c:
254 * tests/check/gst/gstabi.c:
255 * tests/check/gst/gstbin.c:
256 * tests/check/gst/gstbus.c: (pull_messages):
257 * tests/check/gst/gstcaps.c:
258 * tests/check/gst/gstelement.c:
259 * tests/check/gst/gstevent.c:
260 * tests/check/gst/gstghostpad.c:
261 * tests/check/gst/gstiterator.c:
262 * tests/check/gst/gstmessage.c:
263 * tests/check/gst/gstminiobject.c: (my_foo_init):
264 * tests/check/gst/gstobject.c: (thread_name_object),
266 * tests/check/gst/gstpad.c:
267 * tests/check/gst/gstplugin.c:
268 * tests/check/gst/gstpoll.c:
269 * tests/check/gst/gstquery.c:
270 * tests/check/gst/gstsegment.c:
271 * tests/check/gst/gststructure.c:
272 * tests/check/gst/gstsystemclock.c:
273 * tests/check/gst/gsttask.c:
274 * tests/check/gst/gstutils.c:
275 * tests/check/gst/gstvalue.c:
276 * tests/check/gst/struct_hppa.h:
277 * tests/check/gst/struct_i386.h:
278 * tests/check/gst/struct_ppc32.h:
279 * tests/check/gst/struct_ppc64.h:
280 * tests/check/gst/struct_x86_64.h:
281 * tests/check/libs/adapter.c: (create_and_fill_adapter):
282 * tests/check/libs/basesrc.c:
283 * tests/check/libs/controller.c: (GST_START_TEST):
284 * tests/check/libs/gdp.c:
285 * tests/check/libs/gstnetclientclock.c:
286 * tests/check/libs/gstnettimeprovider.c:
287 * tests/check/libs/libsabi.c:
288 * tests/check/libs/struct_hppa.h:
289 * tests/check/libs/struct_i386.h:
290 * tests/check/libs/struct_ppc32.h:
291 * tests/check/libs/struct_ppc64.h:
292 * tests/check/libs/struct_x86_64.h:
293 * tests/check/pipelines/cleanup.c:
294 * tests/check/pipelines/simple-launch-lines.c:
295 * tests/check/pipelines/stress.c:
296 And correct even more valid sparse warnings.
298 * win32/common/libgstreamer.def:
299 Add gst_poll_fd_init to the list of symbols.
301 2008-02-29 Sebastian Dröge <slomo@circular-chaos.org>
303 * gst/gstconfig.h.in:
304 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_read_buffer):
305 * libs/gst/check/gstcheck.c: (gst_check_log_message_func),
306 (gst_check_log_critical_func), (gst_check_drop_buffers),
307 (gst_check_element_push_buffer_list):
308 * libs/gst/controller/gstcontroller.c: (gst_controller_get),
309 (gst_controller_get_type):
310 * libs/gst/controller/gsthelper.c: (gst_object_control_properties),
311 (gst_object_get_controller), (gst_object_get_control_source):
312 * libs/gst/controller/gstinterpolationcontrolsource.c:
313 (gst_interpolation_control_source_new):
314 * libs/gst/controller/gstlfocontrolsource.c:
315 (gst_lfo_control_source_new):
316 * libs/gst/dataprotocol/dataprotocol.c:
317 (gst_dp_event_from_packet_0_2):
318 * plugins/elements/gstfdsrc.c:
319 * plugins/elements/gstmultiqueue.c:
320 * plugins/elements/gsttee.c:
321 * plugins/elements/gsttypefindelement.c:
322 * plugins/indexers/gstfileindex.c: (_file_index_id_save_xml),
323 (gst_file_index_add_association):
324 * plugins/indexers/gstmemindex.c:
325 * tests/benchmarks/gstpollstress.c: (mess_some_more):
326 * tests/check/elements/queue.c: (setup_queue):
327 * tests/check/gst/gstpipeline.c:
328 * tests/check/libs/collectpads.c: (setup), (teardown),
329 (gst_collect_pads_suite):
330 * tests/examples/adapter/adapter_test.c:
331 * tests/examples/metadata/read-metadata.c: (make_pipeline):
332 * tests/examples/xml/createxml.c:
333 * tests/examples/xml/runxml.c:
334 * tools/gst-inspect.c:
336 Correct all relevant warnings found by the sparse semantic code
337 analyzer. This include marking several symbols static, using
338 NULL instead of 0 for pointers, not using variable sized arrays
339 on the stack, moving variable declarations to the beginning of
340 a block and using "foo (void)" instead of "foo ()" for declarations.
342 2008-02-29 Sebastian Dröge <slomo@circular-chaos.org>
344 * plugins/elements/gstfdsink.c: (gst_fd_sink_update_fd):
345 * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
346 Don't reset GstPollFDs, this is not necessary at all.
348 * tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
349 (delayed_restart), (delayed_control):
350 Use GST_POLL_FD_INIT.
352 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
354 * gst/gstpoll.c: (gst_poll_fd_init):
358 * plugins/elements/gstfdsink.c: (gst_fd_sink_update_fd):
359 Use some more init macros.
361 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
363 * plugins/elements/gstfdsink.c: (gst_fd_sink_start):
364 * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
365 Use init macros and functions.
367 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
369 * docs/gst/gstreamer-sections.txt:
370 * gst/gstpoll.c: (gst_poll_fd_init):
372 Add INIT macro and _init method for initializing the GstPollFD.
374 2008-02-28 Sebastian Dröge <slomo@circular-chaos.org>
376 * plugins/elements/gstfdsink.c: (gst_fd_sink_start),
377 (gst_fd_sink_update_fd):
378 * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
379 * tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
380 (delayed_restart), (delayed_control):
381 Initialize some uninitialized variables as spotted by valgrind.
383 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
385 * tests/benchmarks/Makefile.am:
386 * tests/benchmarks/gstpollstress.c: (mess_some_more), (run_test),
388 Add poll stress test.
390 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
392 Patch by: Peter Kjellerstedt <pkj at axis dot com>
394 * plugins/elements/gstfdsink.c: (gst_fd_sink_render),
395 (gst_fd_sink_start), (gst_fd_sink_stop), (gst_fd_sink_unlock),
396 (gst_fd_sink_unlock_stop), (gst_fd_sink_update_fd):
397 * plugins/elements/gstfdsink.h:
398 * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd),
399 (gst_fd_src_start), (gst_fd_src_stop), (gst_fd_src_unlock),
400 (gst_fd_src_unlock_stop), (gst_fd_src_create),
401 (gst_fd_src_uri_set_uri):
402 * plugins/elements/gstfdsrc.h:
403 Port to GstPoll. See #505417.
405 2008-02-27 Jan Schmidt <jan.schmidt@sun.com>
407 * win32/common/libgstreamer.def:
408 Add new gst_poll_ symbols to win32 defs.
410 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
412 * docs/libs/gstreamer-libs-sections.txt:
413 * libs/gst/net/gstnetclientclock.c:
414 (gst_net_client_clock_class_init), (gst_net_client_clock_init),
415 (gst_net_client_clock_finalize), (gst_net_client_clock_do_select),
416 (gst_net_client_clock_thread), (gst_net_client_clock_start),
417 (gst_net_client_clock_stop), (gst_net_client_clock_new):
418 * libs/gst/net/gstnetclientclock.h:
419 * libs/gst/net/gstnettimeprovider.c:
420 (gst_net_time_provider_class_init), (gst_net_time_provider_init),
421 (gst_net_time_provider_finalize), (gst_net_time_provider_thread),
422 (gst_net_time_provider_start), (gst_net_time_provider_stop),
423 (gst_net_time_provider_new):
424 * libs/gst/net/gstnettimeprovider.h:
425 Use a private stuct to not break ABI.
427 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
429 Patch by: Peter Kjellerstedt <pkj at axis dot com>
431 * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_init),
432 (gst_net_client_clock_finalize), (gst_net_client_clock_do_select),
433 (gst_net_client_clock_thread), (gst_net_client_clock_start),
434 (gst_net_client_clock_stop), (gst_net_client_clock_new):
435 * libs/gst/net/gstnetclientclock.h:
436 * libs/gst/net/gstnettimeprovider.c: (gst_net_time_provider_init),
437 (gst_net_time_provider_finalize), (gst_net_time_provider_thread),
438 (gst_net_time_provider_start), (gst_net_time_provider_stop),
439 (gst_net_time_provider_new):
440 * libs/gst/net/gstnettimeprovider.h:
441 Massive code removal and cleanups because of GstPoll.
444 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
447 Add checks for poll, ppoll and pselect.
449 * docs/gst/gstreamer-docs.sgml:
450 * docs/gst/gstreamer-sections.txt:
451 Add docs for GstPoll.
455 * gst/gstpoll.c: (find_index), (selectable_fds),
456 (pollable_timeout), (choose_mode), (pollfd_to_fd_set),
457 (fd_set_to_pollfd), (gst_poll_new), (gst_poll_free),
458 (gst_poll_set_mode), (gst_poll_get_mode),
459 (gst_poll_add_fd_unlocked), (gst_poll_add_fd),
460 (gst_poll_remove_fd), (gst_poll_fd_ctl_write),
461 (gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_ctl_read),
462 (gst_poll_fd_has_closed), (gst_poll_fd_has_error),
463 (gst_poll_fd_can_read_unlocked), (gst_poll_fd_can_read),
464 (gst_poll_fd_can_write), (gst_poll_wait),
465 (gst_poll_set_controllable), (gst_poll_restart),
466 (gst_poll_set_flushing):
468 Add generic poll abstraction. We ideally don't want to have this in core
469 here but in glib intead...
470 This code will be used in various network elements and ultimately for
471 the nanosecond precision monotonic clock (that's why it's here in core).
472 It'll allow us to implement cancelable socket operations for windows too.
474 * tests/check/Makefile.am:
475 * tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
476 (delayed_stop), (delayed_restart), (delayed_flush),
477 (delayed_control), (gst_poll_suite):
478 Add GstPoll unit test.
480 2008-02-25 Tim-Philipp Müller <tim at centricular dot net>
483 Improve documentation of gst_filter_run(). Fixes #518627.
485 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
488 Add a few lines about the new 'check-inspected-versions' target.
490 2008-02-21 Stefan Kost <ensonic@users.sf.net>
492 * tests/check/gst/gstevent.c:
493 Add qos to the event test. Rename tcase/tsuite; is not only about
496 2008-02-21 Stefan Kost <ensonic@users.sf.net>
498 * plugins/elements/gstqueue.c:
499 Ensure that buffer metadata is writeable, before modifying. Spotted by
502 2008-02-20 Stefan Kost <ensonic@users.sf.net>
504 * plugins/elements/gstqueue.c:
505 * plugins/elements/gstqueue.h:
506 When dropping buffers in leaky modes, mark next buffers we sent as
509 2008-02-20 Tim-Philipp Müller <tim at centricular dot net>
511 * plugins/elements/gstfilesrc.c: (gst_file_src_map_region):
512 Also, if mmap() fails that would be a READ error, not OPEN_READ.
514 2008-02-20 Tim-Philipp Müller <tim at centricular dot net>
516 * plugins/elements/Makefile.am:
517 * plugins/elements/gstbufferstore.c:
518 * plugins/elements/gstbufferstore.h:
519 * plugins/elements/gsttypefindelement.h:
520 Remove GstBufferStore, no idea why we were still building it.
521 It's not used anywhere and superseded by GstAdapter.
523 * plugins/elements/gstfilesrc.c: (gst_file_src_map_region),
524 (gst_file_src_create_mmap):
525 * plugins/indexers/gstfileindex.c: (gst_file_index_add_association):
526 Printf format fixes for 64-bit integers.
528 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
531 Don't set GST_CACHE_DIR and allow to set it by a configure parameter.
532 We're not in 0.8 times anymore.
534 2008-02-19 Jan Schmidt <Jan.Schmidt@sun.com>
536 * libs/gst/check/gstcheck.c: (gst_check_drop_buffers),
537 (gst_check_element_push_buffer_list):
538 * libs/gst/check/gstcheck.h:
539 Make the declaration in the header for
540 gst_check_element_push_buffer_list match the implementation.
542 Fix up spelling, grammar and wording of the documentation in a few
543 places, and add the Since keyword to new API functions.
544 Use g_list_delete_link instead of g_list_remove in
545 gst_check_drop_buffers, since it's immeasurably more efficient.
547 * tests/check/elements/fakesrc.c: (GST_START_TEST):
548 Use new gst_check_drop_buffers function where appropriate.
550 * win32/common/libgstbase.def:
551 * win32/common/libgstreamer.def:
552 Add new symbols gst_collect_pads_take_buffer,
553 gst_collect_pads_read_buffer, gst_index_set_resolver_full to the
556 Changelog surgery to add API keyword to new gst_check API.
558 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
560 * gst/parse/lex._gst_parse_yy.pre.c: (yy_get_next_buffer),
561 (_gst_parse_yyensure_buffer_stack), (_gst_parse_yylex_init_extra):
562 Update pre-generated flex files with flex 2.3.34.
564 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
566 * gst/gstminiobject.c:
567 Add FIXME for 0.11 to make GstMiniObjectClass::copy() a bit more
568 friendly to subclasses and not require them to know all internals
569 of their parent class.
571 2008-02-15 Stefan Kost <ensonic@users.sf.net>
573 * docs/libs/gstreamer-libs-sections.txt:
574 * libs/gst/base/gstcollectpads.c:
575 * libs/gst/base/gstcollectpads.h:
576 Add sub-buffer functions to collectpads. Fixes #516187.
577 API: gst_collect_pads_take_buffer(), gst_collect_pads_read_buffer()
579 2008-02-15 Stefan Kost <ensonic@users.sf.net>
582 Copy selected buffer-flags when creating subbuffers.
585 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
587 * gst/gstbuffer.c: (gst_buffer_class_init), (gst_buffer_finalize):
588 * gst/gstevent.c: (gst_event_class_init), (gst_event_finalize):
589 * gst/gstmessage.c: (gst_message_class_init),
590 (gst_message_finalize):
591 * gst/gstquery.c: (gst_query_class_init), (gst_query_finalize):
592 * plugins/elements/gstfilesrc.c: (gst_mmap_buffer_class_init),
593 (gst_mmap_buffer_finalize):
594 Properly chain up finalize functions to the parent class.
596 2008-02-11 Wim Taymans <wim.taymans@collabora.co.uk>
598 Patch by: Siavash Safi <siavash dot safi at gmail dot com>
600 * gst/gstindex.c: (gst_index_finalize), (gst_index_set_resolver),
601 (gst_index_set_resolver_full):
603 Add new function with option to dispose of user_data in resolver.
604 Actually call the dispose function when finalizing the object and not
605 just when changing the resolver/filter.
606 API: GstIndex::gst_index_set_resolver_full()
608 * docs/gst/gstreamer-sections.txt:
609 Add new function to docs. Fixes #515469.
611 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
613 * gst/gstindex.c: (gst_index_finalize):
614 Chain up finalize to the parent class. Fixes leaking the GstObject
615 name and other things.
617 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
620 Make DISABLE_DEPRECATED defined *only* during CVS, not during
621 pre-releases or releases.
623 * docs/faq/gst-uninstalled:
626 * docs/random/release:
627 Change one of the steps - we only upload core & base to Gnome FTP
629 2008-02-06 Stefan Kost <ensonic@users.sf.net>
631 * gst/gstconfig.h.in:
632 Add 'id' for example.
636 * plugins/elements/gstfdsink.c:
637 Link to signals. Doc and comment fixes.
639 2008-02-05 Tim-Philipp Müller <tim at centricular dot net>
641 * gst/gstpad.h: (GST_PAD_LINK_SUCCESSFUL):
642 * gst/gstpluginfeature.h: (GstPluginFeatureClass):
643 Some minor docs fixes: fix typo, mention that GST_FLOW_RESEND is
644 unused and unimplemented; finally, it is plugin features, not
645 plugins, that have ranks.
647 2008-02-05 Stefan Kost <ensonic@users.sf.net>
649 * gst/gstpluginfeature.h:
650 Clarify GstRank range docs.
652 2008-02-05 David Schleef <ds@schleef.org>
654 * gst/gst.c: Add a separate gst_deinitialized that prevents
655 gst_init() from being called after gst_deinit(). Fixes #509559
657 2008-02-05 Sebastian Dröge <slomo@circular-chaos.org>
659 * gst/gstbin.c: (gst_bin_get_type), (gst_bin_base_init),
660 (gst_bin_class_init):
661 * gst/gstelement.c: (gst_element_base_class_init),
662 (gst_element_class_add_pad_template):
663 * gst/gstpadtemplate.c: (gst_pad_template_init):
664 * gst/gstpipeline.c: (gst_pipeline_get_type),
665 (gst_pipeline_base_init), (gst_pipeline_class_init):
666 * libs/gst/base/gstbasesink.c:
667 * libs/gst/base/gstbasesrc.c: (gst_base_src_get_type),
668 (gst_base_src_base_init), (gst_base_src_class_init):
669 * plugins/elements/gstcapsfilter.c: (gst_capsfilter_base_init),
670 (gst_capsfilter_class_init):
671 * plugins/elements/gstfakesink.c: (gst_fake_sink_base_init),
672 (gst_fake_sink_class_init):
673 * plugins/elements/gstfakesrc.c: (gst_fake_src_base_init),
674 (gst_fake_src_class_init):
675 * plugins/elements/gstfdsink.c: (gst_fd_sink_base_init),
676 (gst_fd_sink_class_init):
677 * plugins/elements/gstfdsrc.c: (gst_fd_src_base_init),
678 (gst_fd_src_class_init):
679 * plugins/elements/gstfilesink.c: (gst_file_sink_base_init),
680 (gst_file_sink_class_init):
681 * plugins/elements/gstfilesrc.c: (gst_file_src_base_init),
682 (gst_file_src_class_init):
683 * plugins/elements/gstidentity.c: (gst_identity_base_init),
684 (gst_identity_class_init):
685 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_base_init),
686 (gst_multi_queue_class_init):
687 * plugins/elements/gstqueue.c: (gst_queue_base_init),
688 (gst_queue_class_init):
689 * plugins/elements/gsttee.c: (gst_tee_base_init),
690 (gst_tee_class_init):
691 * plugins/elements/gsttypefindelement.c:
692 (gst_type_find_element_base_init),
693 (gst_type_find_element_class_init):
694 * tests/check/gst/gstelement.c: (gst_element_suite):
695 Revert previous changes to the behaviour of GstPadTemplates, etc
696 and the possiblity to call them in class_init as it breaks too
697 many elements. Reopens bug #491501.
699 Should be applied again for 0.11, thus added a few FIXME 0.11 at
702 2008-02-05 Stefan Kost <ensonic@users.sf.net>
704 * tools/gst-launch.c:
705 Dump one graph per pipeline state-change and state change name
706 (if GST_DEBUG_DUMP_DOT_DIR is set).
708 2008-02-04 Thijs Vermeir <thijsvermeir@gmail.com>
711 * tests/check/gst/gstpad.c:
712 Be sure that we have a new copy of the caps and not
713 reffed caps from a template
715 2008-02-03 Sebastian Dröge <slomo@circular-chaos.org>
717 * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init):
718 * gst/gstpipeline.c: (gst_pipeline_get_type),
719 (gst_pipeline_class_init):
720 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_type),
721 (gst_base_sink_class_init):
722 * libs/gst/base/gstbasesrc.c: (gst_base_src_get_type),
723 (gst_base_src_class_init):
724 * libs/gst/base/gstbasetransform.c: (gst_base_transform_get_type),
725 (gst_base_transform_class_init):
726 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_base_init),
727 (gst_collect_pads_class_init):
728 * libs/gst/base/gstdataqueue.c: (gst_data_queue_get_type):
729 * libs/gst/net/gstnettimeprovider.c:
730 (gst_net_time_provider_base_init),
731 (gst_net_time_provider_class_init):
732 * plugins/elements/gstcapsfilter.c: (gst_capsfilter_base_init),
733 (gst_capsfilter_class_init):
734 * plugins/elements/gstfakesink.c: (gst_fake_sink_base_init),
735 (gst_fake_sink_class_init):
736 * plugins/elements/gstfakesrc.c: (gst_fake_src_base_init),
737 (gst_fake_src_class_init):
738 * plugins/elements/gstfdsink.c: (gst_fd_sink_base_init),
739 (gst_fd_sink_class_init):
740 * plugins/elements/gstfdsrc.c: (gst_fd_src_base_init),
741 (gst_fd_src_class_init):
742 * plugins/elements/gstfilesink.c: (gst_file_sink_base_init),
743 (gst_file_sink_class_init):
744 * plugins/elements/gstfilesrc.c: (gst_file_src_base_init),
745 (gst_file_src_class_init):
746 * plugins/elements/gstidentity.c: (gst_identity_base_init),
747 (gst_identity_class_init):
748 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_base_init),
749 (gst_multi_queue_class_init):
750 * plugins/elements/gstqueue.c: (gst_queue_base_init),
751 (gst_queue_class_init):
752 * plugins/elements/gsttee.c: (gst_tee_base_init),
753 (gst_tee_class_init):
754 * plugins/elements/gsttypefindelement.c:
755 (gst_type_find_element_base_init),
756 (gst_type_find_element_class_init):
757 Don't use base_init where not absolutely necessary. For example it's
758 not necessary anymore for adding pad templates or setting element
761 Leave empty base_init functions in several places as GST_BOILERPLATE
762 still defines and uses them.
764 2008-02-03 Sebastian Dröge <slomo@circular-chaos.org>
766 * gst/gstelement.c: (gst_element_base_class_init),
767 (gst_element_class_add_pad_template):
768 * gst/gstpadtemplate.c:
769 Make it possible (and recommended) to set element details and add
770 pad templates in the class_init functions by copying the details/pad
771 templates in GstElement's base_init.
773 Also make it possible to replace existing pad templates by adding
774 a new one with the same name. This was done in a hackish fashion
775 in same elements before already.
777 Don't reference pad templates that are added a second time. A
778 new pad template has a refcount of one and is not floating anymore
779 and to be owned by the element's class. Make this more explicit by
780 mentioning it in the docs of gst_element_class_add_pad_template().
782 These changes are backwards compatible. Fixes bug #491501.
784 * tests/check/gst/gstelement.c:
785 Add unit test for setting element details, adding pad templates and
786 replacing them in a subclass.
788 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
790 * tools/gst-inspect.c: (print_interfaces),
791 (print_element_properties_info), (print_pad_info),
792 (print_signal_info), (print_element_info):
793 Fix a few memory leaks.
795 2008-02-01 Thijs Vermeir <thijsvermeir@gmail.com>
797 * docs/libs/gstreamer-libs-sections.txt:
798 * libs/gst/check/gstcheck.c:
799 * libs/gst/check/gstcheck.h:
800 Add more functions for unit testing: gst_check_drop_buffers,
801 gst_check_caps_equal, gst_check_element_push_buffer_list,
802 gst_check_element_push_buffer
803 API: gst_check_drop_buffers
804 API: gst_check_caps_equal
805 API: gst_check_element_push_buffer_list
806 API: gst_check_element_push_buffer
808 2008-02-01 Julien Moutte <julien@fluendo.com>
810 * docs/gst/gstreamer-sections.txt: Add GST_CHECK_VERSION to the docs
811 * gst/gstindex.c: (gst_index_class_init), (gst_index_free_writer),
812 (gst_index_finalize), (gst_index_entry_free),
813 (gst_index_add_association): Fix memory leaks.
814 * gst/gstversion.h.in: Add GST_CHECK_VERSION macro.
815 * plugins/indexers/gstmemindex.c: (gst_mem_index_class_init),
816 (gst_mem_index_free_format), (gst_mem_index_free_id),
817 (gst_mem_index_finalize): Fix memory leaks.
818 * win32/common/config.h: Updated to CVS HEAD.
820 2008-02-01 Stefan Kost <ensonic@users.sf.net>
823 Some more details about how the plugin docs works.
825 * docs/plugins/gstreamer-plugins-sections.txt:
828 2008-02-01 Stefan Kost <ensonic@users.sf.net>
830 * gst/parse/grammar.tab.pre.c:
831 * gst/parse/grammar.tab.pre.h:
832 * gst/parse/grammar.y:
833 * gst/parse/lex._gst_parse_yy.pre.c:
834 Add delayed set-property. This allows to set properties on dynamicaly
835 created objects (pads in videomxer).
837 2008-02-01 Thijs Vermeir <thijsvermeir@gmail.com>
840 Check if caps are not NULL (fix bug #510194)
842 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
844 * libs/gst/base/gstbasesink.c: (gst_base_sink_loop),
845 (gst_base_sink_get_position_paused):
846 Add fixme regarding EOS in pull mode.
847 Fix position reporting in PAUSED for negative rates.
849 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
851 * gst/gstminiobject.c: (gst_mini_object_replace):
852 When replacing a miniobject, do a quick equality check first so that we
853 can avoid a ref/unref pair.
855 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
857 * docs/design/part-synchronisation.txt:
860 * docs/plugins/Makefile.am:
861 * docs/plugins/gstreamer-plugins-docs.sgml:
862 * docs/plugins/gstreamer-plugins-sections.txt:
863 * plugins/elements/gstmultiqueue.c:
864 Add multiqueue to the docs.
866 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
871 === release 0.10.17 ===
873 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
876 releasing 0.10.17, "Due Negligence"
878 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
881 Revert caps != NULL check temporarily for 0.10.17 release.
883 2008-01-30 Thijs Vermeir <thijsvermeir@gmail.com>
886 Check if caps are not NULL (fix bug #510194)
888 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
891 Fix compilation on systems that have posix timers but no
894 Patch By: Cygwin Ports maintainer <yselkowitz at users dot sourceforge
897 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
899 * tools/gst-inspect.c:
900 Revert previous commit in preparation for an impromptu 0.10.17 release
902 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
904 * tools/gst-inspect.c: (print_interfaces),
905 (print_element_properties_info), (print_pad_info),
906 (print_signal_info), (print_element_info):
907 Fix a few memory leaks.
909 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
914 === release 0.10.16 ===
916 2008-01-28 Jan Schmidt <thaytan@noraisin.net>
919 releasing 0.10.16, "Special Dispensation"
921 2008-01-24 Tim-Philipp Müller <tim at centricular dot net>
924 Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for
925 _POSIX_TIMER, _POSIX_MONOTONIC_CLOCK, etc. Makes configure
926 not fail when trying to crosscompile on OpenEmbedded (#511750).
928 2008-01-20 Sebastian Dröge <slomo@circular-chaos.org>
931 Use $(MAKE) instead of make to fix the build if GNU make is
932 called different. Fixes bug #510747.
934 2008-01-20 Tim-Philipp Müller <tim at centricular dot net>
936 * gst/gstplugin.c: (_gst_plugin_initialize):
937 Fix old-style static plugins via GST_PLUGIN_DEFINE_STATIC
938 again, which I broke two commits ago when changing the API
939 of gst_plugin_register_static(): the g_list_foreach() in
940 _gst_plugin_register_static still assumed the old function
941 signature and would therefore fail (re-fixes #510187).
943 * gst/gstplugin.c: (_num_static_plugins), (_static_plugins),
944 (_gst_plugin_register_static), (gst_plugin_register_static):
945 Revert the (technically correct) change to call g_thread_init() from
946 the pre-main() constructor. This will break programs which call
947 g_thread_init() without an if (!g_thread_supported()) guard in their
948 main function. We could just blame it on GLib or the application, but
949 it's probably best to just avoid this altogether and simply not use
950 any GLib functions here and use plain old malloc() with a simple
951 array to store the plugins to register later when gst_init() is
952 finally called (re-fixes #510187).
954 * tests/check/gst/gstplugin.c: (GST_GNUC_CONSTRUCTOR_DEFINED),
955 (GST_GNUC_CONSTRUCTOR_DEFINED), (plugin_init_counter),
956 (plugin1_init), (plugin2_init), (plugin3_init), (GST_START_TEST),
957 (GST_START_TEST), (gst_plugin_suite):
958 Dumb unit test to make sure the old GST_PLUGIN_DEFINE_STATIC still
961 2008-01-17 Tim-Philipp Müller <tim at centricular dot net>
963 * gst/gstplugin.h: (GST_PLUGIN_DEFINE_STATIC):
964 Remove deprecation guards around GST_PLUGIN_DEFINE_STATIC.
965 This makes gtk-doc complain, but results in slightly better
966 compiler errors. The old _gst_plugin_register_static() is
967 still guarded, so there'll be a compiler warning about that
968 instead. Fixes #510187 too.
970 2008-01-17 Tim-Philipp Müller <tim at centricular dot net>
972 * gst/gst.c: (init_post):
973 * gst/gstplugin.c: (_gst_plugin_register_static),
974 (gst_plugin_register_static), (_gst_plugin_initialize):
975 * gst/gstplugin.h: (GstPluginFilter):
976 Change API of gst_plugin_register_static() to not take
977 a GstPluginDesc, but rather just take all the arguments
978 in a GstPluginDesc directly. This is more intuitive and
979 avoids certain mistakes when porting code from
980 GST_PLUGIN_DEFINE_STATIC to gst_plugin_register_static().
983 * tests/check/gst/gstplugin.c:
984 Fix up for changed API.
986 2008-01-17 Thomas Vander Stichele <thomas at apestaart dot org>
988 * docs/faq/legal.xml:
989 Update FAQ, Totem actually has an exception these days.
991 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
993 * win32/common/libgstreamer.def:
994 Add new API declarations
996 2008-01-14 Stefan Kost <ensonic@users.sf.net>
998 * gst/gstminiobject.c:
999 Spelling fixes for the API docs.
1001 2008-01-14 Stefan Kost <ensonic@users.sf.net>
1003 * libs/gst/base/gstbasetransform.c:
1004 Fix long property description for QoS.
1006 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
1009 _gst_trace_on is already provided by gsttrace.h, no need to declare
1012 * docs/libs/gstreamer-libs-sections.txt:
1013 Add 'buffers', 'check_cond' and 'check_mutex' from libgstcheck
1014 and remove strange tcase_add_test which is outputting a warning.
1016 * libs/gst/check/gstcheck.c:
1017 * libs/gst/check/gstcheck.h:
1018 Properly declare 'buffers', 'check_cond', 'check_mutex' extern
1019 and define them in gstcheck.c instead of having every .c file whcih
1020 includes gstcheck.h be defining its own copy and relying on symbol
1021 interposing to marry them all, which doesn't work on Solaris.
1023 * tests/check/elements/identity.c: (GST_START_TEST):
1024 Don't define 'buffers' locally, it comes from libgstcheck.
1026 * tests/check/generic/sinks.c: (send_buffer):
1027 Fix type of variable (GstFlowReturn, not GstStateChangeReturn)
1029 * tests/check/gst/gststructure.c: (GST_START_TEST):
1030 * tests/check/gst/gstsystemclock.c: (GST_START_TEST):
1031 * tests/check/gst/gstutils.c: (GST_START_TEST):
1032 * tests/check/gst/gstvalue.c: (GST_START_TEST):
1033 Add a bunch of casts to make various constants fit the types
1034 they're being assigned to.
1036 2008-01-10 Stefan Kost <ensonic@users.sf.net>
1038 * gst/gstchildproxy.c:
1039 Improve docs and add some ideas for making this more general-purpose.
1041 2008-01-10 Tim-Philipp Müller <tim at centricular dot net>
1043 * gst/gst_private.h: (GST_CAT_TYPES):
1044 Add GST_CAT_TYPES, for consistency, and so that the other
1045 debug categories don't make fun of it. Spotted by Saur on IRC.
1047 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
1049 * gst/parse/Makefile.am:
1050 Move types.h from EXTRA_DIST to noinst_HEADERS.
1052 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
1055 Add -Wno-portability to the automake parameters to stop warnings
1056 about GNU make extensions being used. We require GNU make in almost
1057 every Makefile anyway.
1060 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1061 at the same time is required for per target flags.
1063 2008-01-09 Tim-Philipp Müller <tim at centricular dot net>
1066 Include glib/gmacros.h for G_BEGIN_DECLS. Check if
1067 __GNUC__ is defined before using it.
1069 2008-01-09 Tim-Philipp Müller <tim at centricular dot net>
1071 * docs/gst/gstreamer-sections.txt:
1072 * gst/gst.c: (init_post):
1073 * gst/gstplugin.c: (_gst_plugin_register_static),
1074 (gst_plugin_register_static), (_gst_plugin_initialize),
1075 (gst_plugin_register_func):
1076 * gst/gstplugin.h: (GST_PLUGIN_DEFINE_STATIC):
1077 API: add gst_plugin_register_static() and deprecate
1078 GST_PLUGIN_DEFINE_STATIC, since it's not portable
1080 Also, in _gst_plugin_register_static(), make sure to call
1081 g_thread_init() before calling GLib functions such as
1082 g_list_append() if we're not initialised yet, since that
1083 may lead to random crashes with older GSlice/GLib versions.
1085 * tests/check/gst/gstplugin.c:
1086 Adapt unit test to above changes.
1088 2008-01-09 Tim-Philipp Müller <tim at centricular dot net>
1090 * gst/gst_private.h: (STRUCTURE_ESTIMATED_STRING_LEN):
1091 * gst/gstcaps.c: (gst_caps_to_string):
1092 * gst/gststructure.c: (GST_ASCII_IS_STRING),
1093 (priv_gst_structure_append_to_gstring), (gst_structure_to_string):
1094 Yet another gratuitous GString micro-optimisation: add a (private)
1095 function that serialises a structure appending to an existing
1096 GString, so that when we serialise caps we don't need to alloc+free
1097 a throwaway GString for each structure (each of which also entailing
1098 multiple reallocs on the way); also use g_string_sized_new() in
1099 various places with an approximate string length to avoid reallocs
1100 within GString. See #500143.
1102 2008-01-09 Tim-Philipp Müller <tim at centricular dot net>
1104 * gst/gststructure.c: (gst_structure_id_set_value):
1105 Always check UTF-8 conformance of structure strings and not only
1106 if the debugging system is enabled; reasoning: the behaviour of
1107 the actual code shouldn't really change depending on whether the
1108 debugging system is enabled or not (#508291).
1110 2008-01-09 Stefan Kost <ensonic@users.sf.net>
1113 Remove old coverage target in favour of "make lcov".
1115 2008-01-09 Wim Taymans <wim.taymans@collabora.co.uk>
1117 * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek),
1118 (gst_base_src_loop):
1119 The start segment for reverse playback goes from start to last_stop.
1121 2008-01-09 Wim Taymans <wim.taymans@collabora.co.uk>
1123 Patch by: Peter Kjellerstedt <pkj axis com>
1126 Cast the results from the timeval/spec_to_time macros to what the
1127 docs say it casts to, a GstClockTime. fixes #508175.
1129 2008-01-09 Wim Taymans <wim.taymans@collabora.co.uk>
1132 Update some comments.
1134 * tools/gst-inspect.c: (print_element_properties_info):
1135 Improve printing of flags.
1137 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
1139 * libs/gst/base/gstbasetransform.c:
1140 (gst_base_transform_transform_size):
1141 Print element name with g_warning() if there's a problem
1144 2008-01-07 David Schleef <ds@schleef.org>
1146 Patch by: Damien Lespiau <damien.lespiau@gmail.com>
1148 * libs/gst/controller/gstcontroller.h:
1149 * libs/gst/controller/gstcontrolsource.h:
1150 * libs/gst/controller/gstinterpolationcontrolsource.h:
1151 * libs/gst/controller/gstlfocontrolsource.h:
1152 * libs/gst/dataprotocol/dataprotocol.h:
1153 Fix empty prototypes. Fixes bug #507957.
1155 2008-01-07 David Schleef <ds@schleef.org>
1157 * docs/faq/dependencies.xml: Fix typo.
1159 2008-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
1161 * libs/gst/base/gstbasesrc.c: (gst_base_src_default_do_seek),
1162 (gst_base_src_loop):
1163 Don't update the last_stop position in do_seek, that's the position we
1165 Read backwards when we have a negative rate.
1167 * tests/check/elements/filesrc.c: (event_func), (wait_eos),
1168 (setup_filesrc), (cleanup_filesrc), (GST_START_TEST),
1170 Add check for reverse reading.
1172 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
1174 Patch by: Alexis Ballier <aballier at gentoo org>
1176 * tests/check/gst/gstabi.c:
1177 * tests/check/gst/struct_ppc64.h:
1178 * tests/check/libs/libsabi.c:
1179 * tests/check/libs/struct_ppc64.h:
1180 Decide which header to include based on the userland ABI target
1181 and not the kernel/cpu. Fix up structure sizes of ppc64 header
1182 for 64-bit userland (#503590). Might need something similar for
1185 2008-01-05 Tim-Philipp Müller <tim at centricular dot net>
1187 * gst/gstdebugutils.c: (_gst_debug_bin_to_dot_file):
1188 Log the reason why fopen fails in addition to the fact that it failed.
1190 2008-01-04 Sebastian Dröge <slomo@circular-chaos.org>
1192 * gst/parse/parse.l:
1193 Use "%option never-interactive" to prevent useless calls to isatty()
1194 on every input when parsing. Also use "%option noinput" to not define
1195 the static input/yyinput functions which we don't use anyway. This
1196 removes a compiler warning with gcc 4.3 and saves some bytes in the
1199 * gst/parse/lex._gst_parse_yy.pre.c:
1200 Regenerated for the above change.
1202 2008-01-04 Wim Taymans <wim.taymans@collabora.co.uk>
1204 * gst/gstpad.c: (fixate_value):
1205 Don't crash when trying to fixate and empty list.
1208 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
1210 * docs/faq/gst-uninstalled:
1211 Clarify the comments to make the usage of this script and what it
1212 does easier to understand.
1214 2008-01-01 Thijs Vermeir <thijsvermeir@gmail.com>
1216 * tools/gst-plot-timeline.py:
1217 Add more options to gst-plot-timeline
1219 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
1221 * docs/design/part-synchronisation.txt:
1222 Some more info on how the stream_time in GstBaseSink is done.
1224 2007-12-30 Tim-Philipp Müller <tim at centricular dot net>
1226 * tests/check/generic/sinks.c: (gst_sinks_suite):
1227 Put back the tcase_set_timeout(), apparently it's needed after
1228 all; fix it up in a way that makes things work with valgrind too.
1230 2007-12-30 Thijs Vermeir <thijsvermeir@gmail.com>
1232 * gst/gstdebugutils.c:
1233 Add warning when failed to open file for writing.
1235 2007-12-28 Tim-Philipp Müller <tim at centricular dot net>
1237 Based on patch by: Laurent Glayal <spglegle yahoo fr>
1239 * gst/gstvalue.c: (gst_value_is_fixed):
1240 Optimisation: bail out of the loop as early as possible (#500143).
1242 2007-12-28 Tim-Philipp Müller <tim at centricular dot net>
1244 * gst/gstcaps.c: (gst_caps_to_string):
1245 * gst/gstinfo.c: (gst_debug_construct_term_color):
1246 * gst/gstparse.c: (gst_parse_launchv):
1247 * gst/gstutils.c: (gst_util_dump_mem):
1248 * gst/gstvalue.c: (gst_value_serialize_any_list),
1249 (gst_value_transform_any_list_string):
1250 Bunch of gratuitous nano-optimisations.
1252 2007-12-28 Tim-Philipp Müller <tim at centricular dot net>
1254 * tests/check/generic/sinks.c: (async_done_func),
1255 (async_done_eos_func):
1256 Fix leak in unit test (bus sync handler must unref the message
1257 if it returns GST_BUS_DROP). Don't fiddle with the default test
1258 timeout, this is smaller than the current preconfigured value
1259 via CK_DEFAULT_TIMEOUT, and also breaks things with valgrind
1260 because it overrides the value specified in CK_DEFAULT_TIMEOUT.
1262 2007-12-24 Wim Taymans <wim.taymans@collabora.co.uk>
1264 Based on Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1267 Check for stdio_ext.h for the filesink changes.
1269 * plugins/elements/gstfilesink.c: (buffer_mode_get_type),
1270 (gst_file_sink_class_init), (gst_file_sink_init),
1271 (gst_file_sink_dispose), (gst_file_sink_set_property),
1272 (gst_file_sink_get_property), (gst_file_sink_open_file),
1273 (gst_file_sink_close_file):
1274 * plugins/elements/gstfilesink.h:
1275 Add two properties to control the buffering mode and size.
1276 API: GstFileSink::buffer-mode
1277 API: GstFileSink::buffer-size
1280 2007-12-24 Wim Taymans <wim.taymans@collabora.co.uk>
1282 * gst/gstsystemclock.c: (gst_system_clock_id_wait_jitter_unlocked):
1283 Add some more docs to explain why a FIXME was wrongly added.
1285 2007-12-22 Sebastian Dröge <slomo@circular-chaos.org>
1288 Fix typo in the gst_object_{ref,unref} documentation.
1290 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
1292 * tests/check/libs/controller.c:
1293 * tests/check/libs/typefindhelper.c:
1294 * tests/check/pipelines/parse-launch.c:
1295 Don't use GST_PLUGIN_DEFINE_STATIC, it is not portable and is
1296 going to be deprecated (see #498924).
1298 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
1300 * gst/gsttypefind.c: (gst_type_find_register):
1301 Make gst_type_find_register work for static typefind functions,
1302 ie. allow passing plugin == NULL (prerequisite for #498924).
1304 * gst/gstelementfactory.c: (gst_element_register):
1305 Small docs addition.
1307 2007-12-21 Wim Taymans <wim.taymans@collabora.co.uk>
1309 * gst/gstpad.c: (gst_pad_dispose):
1310 Really unlink the peer pad instead of setting the peer pointer to NULL
1311 when we dispose the pad.
1312 This correctly calls the unlink functions and makes sure that the peer
1313 does not have a handle to invalid memory. See #504671.
1315 * tests/check/gst/gstpad.c: (GST_START_TEST), (gst_pad_suite):
1316 Add testsuite for above case.
1318 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
1320 Patch by: Peter Kjellerstedt <pkj axis com>
1322 * libs/gst/check/gstcheck.h:
1323 Fix detection of the check version we're compiling against (would
1324 otherwise break if check goes v0.10.0); correctly report the
1325 name of the failed test again in case of failure, instead of
1326 just 'tf' (fixes #504499).
1328 2007-12-19 Wim Taymans <wim.taymans@collabora.co.uk>
1330 * libs/gst/base/gstbasesrc.c: (gst_base_src_send_event),
1331 (gst_base_src_get_range), (gst_base_src_pad_get_range),
1332 (gst_base_src_loop), (gst_base_src_set_flushing),
1333 (gst_base_src_change_state):
1334 Allow sending EOS to the source to make it send out an EOS event from
1335 the streaming thread.
1336 Update docs and deprecate the old NULL/READY shutdown method.
1338 * tests/check/libs/basesrc.c: (GST_START_TEST),
1339 (gst_basesrc_suite):
1340 Add unit test for controlled shutdown.
1342 2007-12-19 Wim Taymans <wim.taymans@collabora.co.uk>
1344 * docs/design/part-synchronisation.txt:
1347 * gst/gstsegment.c: (gst_segment_set_seek),
1348 (gst_segment_set_newsegment_full), (gst_segment_to_stream_time),
1349 (gst_segment_to_running_time):
1350 The seek format can be different from the segment format when the start
1351 and stop values are not to be updated, when we only do a rate change for
1354 * tests/check/gst/gstsegment.c: (GST_START_TEST),
1355 (gst_segment_suite):
1356 Add a testcase for the rate-only seeks, checking that the format is
1357 correctly ignored when start and stop are not updated.
1359 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
1361 Patch by: Matthias Bolte <photon at mail dot upb dot de>
1363 * win32/vs8/grammar.vcproj:
1364 * win32/vs8/libgstcontroller.vcproj:
1365 * win32/vs8/libgstreamer.vcproj:
1366 Fix compilation with VS8 and include some missing files.
1368 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
1371 Small docs addition: mention that the strings returned by
1372 gst_tag_list_get_string*() are in UTF-8 encoding.
1374 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
1377 The check-exports stuff moved to common/win32.mak, so include that.
1379 2007-12-17 Wim Taymans <wim.taymans@collabora.co.uk>
1381 * libs/gst/base/gstbasesrc.c: (gst_base_src_wait_playing),
1382 (gst_base_src_perform_seek), (gst_base_src_get_range),
1383 (gst_base_src_set_playing), (gst_base_src_change_state):
1384 Make _wait_playing() not check any variables so that we can call this
1385 function from subclasses. Move the checks elsewhere similar to
1386 _wait_preroll() in basesink.
1388 Only signal the LIVE cond when we are going back to PLAYING.
1390 2007-12-16 Tim-Philipp Müller <tim at centricular dot net>
1392 * gst/gstregistrybinary.c: (gst_registry_binary_write_cache):
1393 Use g_remove() and g_rename(). Check result of g_rename(), and
1394 don't leak the open file descriptor if we error out when writing.
1396 * gst/gstregistryxml.c: (load_plugin), (gst_registry_xml_write_cache):
1397 Must check the return value of close() after writing out the new
1398 registry file. Sometimes write problems such as out-of-diskspace
1399 are only reported when the file is closed and not already during
1400 the write. This may have caused partial/broken registry files in
1401 some rare circumstances. Should fix #503675.
1403 2007-12-16 Edward Hervey <edward.hervey@collabora.co.uk>
1405 * docs/gst/.cvsignore:
1406 * docs/libs/.cvsignore:
1407 * docs/plugins/.cvsignore:
1408 Ignore files generated by new common/* modifications
1410 2007-12-15 Stefan Kost <ensonic@users.sf.net>
1412 * win32/common/libgstbase.def:
1413 Yes, you can also have a <TAB> if you want.
1415 2007-12-15 Stefan Kost <ensonic@users.sf.net>
1417 * win32/common/libgstbase.def:
1418 Add new basetransform API to win export file.
1420 2007-12-15 Stefan Kost <ensonic@users.sf.net>
1422 * tests/check/gst/gstbin.c:
1423 Adjust the test to the refcount change two days ago.
1425 2007-12-14 David Schleef <ds@schleef.org>
1427 * docs/faq/getting.xml: Fix typo.
1429 2007-12-14 Sebastian Dröge <slomo@circular-chaos.org>
1431 * docs/libs/gstreamer-libs-sections.txt:
1432 * libs/gst/base/gstbasetransform.c: (gst_base_transform_init),
1433 (gst_base_transform_prepare_output_buffer),
1434 (gst_base_transform_set_gap_aware):
1435 * libs/gst/base/gstbasetransform.h:
1436 API: Add gst_base_transform_set_gap_aware() to control whether
1437 the element correctly handles GST_BUFFER_FLAG_GAP or shouldn't
1438 get buffers with this flag at all. Fixes #503231.
1440 2007-12-13 Stefan Kost <ensonic@users.sf.net>
1442 * libs/gst/base/gstbasesink.c:
1443 * libs/gst/base/gstbasesrc.c:
1444 * libs/gst/base/gstbasetransform.c:
1445 Replace gst_pad_get_parent by GST_OBJECT_PARENT inside streaming
1446 thread. Correct log message in gstbasesrc.c.
1448 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
1450 * gst/gstutils.c: (element_find_unconnected_pad):
1451 Fix possible compiler warning (#503417).
1453 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
1455 * gst/gstobject.c: (gst_object_dispatch_properties_changed):
1456 Don't use GST_CAT_EVENT here for logging, it makes no sense.
1458 2007-12-13 Sebastian Dröge <slomo@circular-chaos.org>
1460 * tools/gst-inspect.c: (print_element_properties_info):
1461 Add support for GstFraction properties.
1463 2007-12-12 Tim-Philipp Müller <tim at centricular dot net>
1466 Add check-exports target and run it as part of 'make check'
1467 (see #499140 and #493983).
1469 * gst/gst_private.h:
1470 * gst/gstelementfactory.h:
1471 * gst/gstghostpad.c: (gst_proxy_pad_class_init):
1472 * gst/gstinfo.c: (_priv_gst_in_valgrind), (_gst_debug_init),
1473 (_priv_gst_in_valgrind):
1474 * gst/gstinfo.h: (GstLogFunction):
1475 * gst/gsttypefind.c: (type_find_debug), (GST_CAT_DEFAULT),
1476 (gst_type_find_register):
1477 * gst/gsttypefindfactory.c: (type_find_debug), (GST_CAT_DEFAULT),
1478 (gst_type_find_factory_get_type):
1479 * libs/gst/controller/gstcontroller.c: (GST_CAT_DEFAULT),
1480 (GST_CAT_DEFAULT), (parent_class), (priv_gst_controller_key),
1481 (gst_controller_new_valist), (gst_controller_new_list),
1482 (_gst_controller_dispose), (_gst_controller_class_init):
1483 * libs/gst/controller/gstcontrolsource.c: (GST_CAT_DEFAULT):
1484 * libs/gst/controller/gsthelper.c: (GST_CAT_DEFAULT),
1485 (GST_CAT_DEFAULT), (gst_object_uncontrol_properties),
1486 (gst_object_get_controller), (gst_object_set_controller),
1487 (gst_object_suggest_next_sync), (gst_object_sync_values),
1488 (gst_object_set_control_source), (gst_object_get_control_source),
1489 (gst_object_get_value_arrays), (gst_object_get_value_array),
1490 (gst_object_get_control_rate), (gst_object_set_control_rate):
1491 * libs/gst/controller/gstinterpolation.c: (GST_CAT_DEFAULT):
1492 * libs/gst/controller/lib.c: (GST_CAT_DEFAULT):
1493 Make some functions that should be static static; rename some
1494 private symbols so that they don't get exported; add some FIXME
1495 comments so we can move accidentally exported functions into
1496 our private section in 0.11.
1498 * win32/common/libgstreamer.def:
1499 Add gst_utils_get_timestamp().
1501 2007-12-12 Stefan Kost <ensonic@users.sf.net>
1505 Add more missing "Since:" tags to docs.
1507 2007-12-12 Stefan Kost <ensonic@users.sf.net>
1510 Add mising "Since:" to docs.
1512 2007-12-11 Stefan Kost <ensonic@users.sf.net>
1515 Include "glib-compat-private.h" to fix the build on system with
1516 glib < 2.10. Fixes #503131.
1518 2007-12-11 Stefan Kost <ensonic@users.sf.net>
1522 Actually its not PURE as it gets the time from elsewhere.
1524 2007-12-11 Stefan Kost <ensonic@users.sf.net>
1526 * docs/gst/gstreamer-sections.txt:
1528 * gst/gstdebugutils.c:
1532 * libs/gst/base/gstbasesink.c:
1533 * tools/gst-launch.c:
1534 Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all
1535 uses as we don't have HAVE_POSIX_TIMERS in public headers.
1536 Thanks Tim for spotting.
1537 API: gst_util_get_timestamp
1539 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
1542 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1544 2007-12-08 Tim-Philipp Müller <tim at centricular dot net>
1546 * gst/gststructure.c: (gst_structure_validate_name),
1547 (gst_structure_new_valist), (gst_structure_parse_value),
1548 (gst_structure_from_string):
1549 Don't crash in _from_string() if the structure name is not valid
1550 (fixes #501560). Allow structure names to start with a number
1551 again (this apparently broke the ubuntu codec installer).
1553 * tests/check/gst/gststructure.c: (GST_START_TEST), (GST_START_TEST),
1555 Add unit test for the crash; update unit tests for new behaviour.
1557 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
1560 Clarify gst_element_get_compatible_pad() documentation.
1563 2007-12-02 Sebastian Dröge <slomo@circular-chaos.org>
1565 * tests/check/Makefile.am:
1566 Don't forget to dist {gst,libs}/struct_hppa.h.
1568 2007-11-28 Stefan Kost <ensonic@users.sf.net>
1570 * libs/gst/base/gstbasesink.c:
1571 Use new API to get elapsed time.
1573 2007-11-28 Stefan Kost <ensonic@users.sf.net>
1575 * gst/gstdebugutils.c:
1577 Fix wrong order of args in GST_CLOCK_DIFF() usage.
1579 * tools/gst-launch.c:
1580 Use new API to get elapsed time.
1582 2007-11-28 Stefan Kost <ensonic@users.sf.net>
1584 * docs/gst/gstreamer-sections.txt:
1586 * gst/gstdebugutils.c:
1588 Rename new API + ChangeLog surgery to remove old name from last entry..
1590 2007-11-28 Stefan Kost <ensonic@users.sf.net>
1592 * docs/gst/gstreamer-sections.txt:
1594 * gst/gstdebugutils.c:
1596 Now hide the different clock stuff behind a macro.
1598 2007-11-28 Stefan Kost <ensonic@users.sf.net>
1601 * gst/gstdebugutils.c:
1603 Apply the posix-timer check from #361155. Conditionally use the posix
1604 timer for logging. This gives better timestamp precission, less
1605 overhead and no ntp jitter.
1607 2007-11-28 Sebastian Dröge <slomo@circular-chaos.org>
1609 * gst/gstminiobject.c: (gst_mini_object_get_type),
1610 (gst_mini_object_class_init), (gst_mini_object_copy_default),
1611 (gst_mini_object_finalize), (gst_mini_object_copy),
1612 (gst_mini_object_is_writable), (gst_mini_object_make_writable),
1613 (gst_mini_object_replace), (param_mini_object_validate),
1614 (gst_param_spec_mini_object_get_type):
1615 Some cleanup and checking against invalid function parameters.
1617 2007-11-28 Wim Taymans <wim.taymans@gmail.com>
1619 * docs/gst/gstreamer-sections.txt:
1621 * tests/check/gst/gstsystemclock.c: (GST_START_TEST),
1622 (gst_systemclock_suite):
1623 Start merging in the easy bits of #361155, the monotonic clock patch.
1624 This one adds a few handy macros with docs and a testsuite.
1626 2007-11-27 Wim Taymans <wim.taymans@gmail.com>
1628 * plugins/elements/gstfilesink.c: (gst_file_sink_event):
1629 Be a bit smarter when seeking, like, don't try to do a seek when it's
1630 not needed. This avoids errors when the file is not seekable.
1633 2007-11-26 Stefan Kost <ensonic@users.sf.net>
1635 * docs/gst/gstreamer-docs.sgml:
1636 * docs/gst/gstreamer-sections.txt:
1637 * docs/gst/gstreamer.types.in:
1642 * plugins/elements/gstqueue.c:
1643 Due to popular request remove preset interface again. :-(.
1645 2007-11-22 Stefan Kost <ensonic@users.sf.net>
1647 * tools/gst-inspect.c:
1648 Print 'default value' for enums and flags too.
1650 2007-11-22 Stefan Kost <ensonic@users.sf.net>
1652 * docs/random/ensonic/profiling.txt:
1656 Fix typo and give better log output.
1658 * gst/gstdebugutils.c:
1659 * gst/gstdebugutils.h:
1660 More ideas, make graphs a bit smaller and fix param name in macro.
1662 2007-11-22 Stefan Kost <ensonic@users.sf.net>
1665 Try harder to use the return value from fgets().
1667 2007-11-21 Stefan Kost <ensonic@users.sf.net>
1670 For theses two fgets we handle the error below.
1672 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
1674 * libs/gst/base/gstbasesink.c: (gst_base_sink_send_event):
1675 Only send upstream events upstream. Fixes #498746.
1677 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
1679 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1681 * plugins/elements/gstidentity.c: (gst_identity_class_init),
1682 (gst_identity_init), (gst_identity_transform_ip),
1683 (gst_identity_set_property), (gst_identity_get_property):
1684 * plugins/elements/gstidentity.h:
1685 Add property to disable handoff signal emission. Fixes #498694.
1686 API: GstIdentity::signal-handoffs
1688 2007-11-21 Julien Moutte <julien@fluendo.com>
1690 * docs/faq/gst-uninstalled: Yet another missing library for the
1691 uninstalled script (fft)
1693 2007-11-21 Jan Schmidt <jan.schmidt@sun.com>
1695 * docs/faq/developing.xml:
1696 Add a question about how to submit new translations.
1698 * docs/random/release:
1699 Update the contact email address for the Translation Project
1701 * plugins/elements/gstfdsrc.c:
1702 The parent_class for fdsrc is pushsrc, not GstElement.
1704 2007-11-20 Stefan Kost <ensonic@users.sf.net>
1707 Plug a leak and fix saving.
1709 2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
1711 * docs/gst/gstreamer-sections.txt:
1712 Add new gst_preset__get_property_names() function to the docs
1715 2007-11-20 Stefan Kost <ensonic@users.sf.net>
1719 Change _get_preset_names API to return a strv with copies. Add
1720 _get_property_names to allow implementations to filter and provide
1721 good default implementation.
1723 2007-11-20 Julien MOUTTE <julien@moutte.net>
1725 * docs/faq/gst-uninstalled: Add another library to the uninstalled
1728 2007-11-19 Stefan Kost <ensonic@users.sf.net>
1731 More cleanups, docs, and TODOs from comments that now slowly come in.
1733 2007-11-19 Julien MOUTTE <julien@moutte.net>
1735 * docs/faq/gst-uninstalled: Add new base libraries in the LD
1738 2007-11-19 Stefan Kost <ensonic@users.sf.net>
1741 Fix bogus warning and make the property type specific code more
1744 2007-11-19 Julien MOUTTE <julien@moutte.net>
1746 * gst/gstpreset.c: (gst_preset_default_create_preset): Make
1749 2007-11-19 Wim Taymans <wim.taymans@gmail.com>
1751 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init),
1752 (gst_bin_add_func), (gst_bin_remove_func),
1753 (gst_bin_change_state_func), (gst_bin_continue_func):
1754 Change email, cleanups add some more debug and comments.
1755 Also set bus and clock on new elements when the pipeline was in error.
1757 2007-11-18 Stefan Kost <ensonic@users.sf.net>
1760 * gst/gstdebugutils.c:
1761 Fix build with --disable-gst-debug. Fixes #497859.
1762 Spotted by Sameer Naik.
1764 2007-11-17 Stefan Kost <ensonic@users.sf.net>
1767 Little documentation improvment.
1770 More TODO cleanups. Remove c++ comments.
1772 * libs/gst/controller/gstcontroller.c:
1773 Add TODO and use quark from static string.
1775 * tests/check/gst/gstmessage.c:
1776 * tests/check/gst/gststructure.c:
1777 Use quark from static string.
1779 2007-11-17 Stefan Kost <ensonic@users.sf.net>
1782 Add some comments and TODOs.
1785 Add padding for future changes.
1787 * plugins/elements/gstqueue.c:
1788 Implement the iface.
1790 2007-11-17 Stefan Kost <ensonic@users.sf.net>
1792 * docs/gst/gstreamer-docs.sgml:
1793 * docs/gst/gstreamer-sections.txt:
1794 * docs/gst/gstreamer.types.in:
1799 Add the preset interface (Fixes #396779). Do some doc cleanups along.
1801 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
1807 === release 0.10.15 ===
1809 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
1812 releasing 0.10.15, "October"
1814 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
1816 * win32/vs6/libgstreamer.dsp:
1817 Convert line endings back to DOS.
1819 2007-11-13 Stefan Kost <ensonic@users.sf.net>
1821 * docs/design/draft-tagreading.txt:
1822 * docs/random/ensonic/profiling.txt:
1823 Update fast tagreading draft and performance profiling ideas.
1825 2007-11-09 Wim Taymans <wim.taymans@gmail.com>
1827 * libs/gst/base/gstbasesink.c: (gst_base_sink_set_last_buffer):
1828 Don't hold the object lock when unreffing a buffer because it could
1829 cause a deadlock when the finalize function wants to grab the object
1830 lock too. Fixes #495133.
1832 2007-11-09 Wim Taymans <wim.taymans@gmail.com>
1834 * gst/gstsegment.c: (gst_segment_set_newsegment_full),
1835 (gst_segment_to_stream_time), (gst_segment_to_running_time):
1836 Also accumulate time correctly when doing reverse playback. Fixes
1838 When converting to running and stream time, use default values for
1839 start/stop/time/accum when comparing different formats. Fixes #494245.
1841 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
1842 Do running/stream time in TIME format.
1844 * tests/check/gst/gstsegment.c: (GST_START_TEST),
1845 (gst_segment_suite):
1846 2 new unit tests for segment accumulation.
1848 2007-11-07 Tim-Philipp Müller <tim at centricular dot net>
1850 * gst/gst.c: (init_pre):
1851 * gst/gstdebugutils.c: (priv_gst_dump_dot_dir), (debug_dump_element),
1852 (_gst_debug_bin_to_dot_file):
1853 Move getenv() back into gst_init, so everyone can live happily
1854 ever after. Make sure the symbol isn't exported though.
1856 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
1858 Patch by: Sebastien Moutte <sebastien moutte net>
1860 * win32/common/gstenumtypes.c:
1861 * win32/common/gstenumtypes.h:
1864 * win32/vs6/libgstreamer.dsp:
1865 Update vs6 project files (#494343).
1867 2007-11-06 Wim Taymans <wim.taymans@gmail.com>
1869 * libs/gst/base/gstbasesrc.c: (gst_base_src_default_query),
1870 (gst_base_src_perform_seek), (gst_base_src_default_event),
1871 (gst_base_src_set_flushing), (gst_base_src_activate_push),
1872 (gst_base_src_activate_pull):
1873 Unify flushing code, remove some old unlock code that is no longer used.
1874 Take the streaming lock when seeking to avoid races. Fixes #492729.
1875 Added some more comments.
1877 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
1879 * gst/gst.c: (_gst_disable_segtrap):
1880 Make _gst_disable_segtrap static, it's only used in gstplugin.c and
1881 we can use gst_segtrap_is_enabled() there now that we have that API.
1882 Move _gst_debug_dump_dot_dir into gstdebugutils.c, there's no reason
1883 to do the getenv here (and export the variable).
1885 * gst/gstdebugutils.c: (debug_dump_element),
1886 (_gst_debug_bin_to_dot_file), (_gst_debug_bin_to_dot_file_with_ts):
1887 Don't use VLAs which is a C99ism and throws off MSVC (#493983).
1889 * gst/gstinfo.c: (_priv_gst_info_start_time), (_gst_debug_init),
1890 (gst_debug_log_default):
1891 Rename _gst_info_start_time to priv_gst_info_start_time so it
1892 doesn't get exported (was never in any header).
1894 * gst/gstplugin.c: (_gst_plugin_fault_handler_setup),
1895 (gst_plugin_loading_mutex):
1896 Make static mutex gst_plugin_loading_mutex really static (was never
1897 in any header), and use gst_segtrap_is_enabled() instead of
1898 _gst_disable_segtrap.
1900 * gst/gsttrace.c: (_gst_trace_default):
1901 Make local _gst_trace_default static (was never in any header).
1903 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
1905 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
1907 * win32/common/libgstbase.def:
1908 * win32/common/libgstcontroller.def:
1909 * win32/common/libgstdataprotocol.def:
1910 * win32/common/libgstnet.def:
1911 * win32/common/libgstreamer.def:
1912 Add more missing symbols, remove some duplicates, and sort
1913 as the 'sort' command sorts it (partially fixes #493983).
1915 2007-11-06 Wim Taymans <wim.taymans@gmail.com>
1917 * gst/gstelement.c: (gst_element_set_state_func):
1918 Only change the state cookie if a different state was set on the
1919 element. See #492729.
1921 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
1924 Remove unused and uninitialised type variables that were still
1925 exported for some reason (they were never in any header files
1928 2007-11-06 Wim Taymans <wim.taymans@gmail.com>
1930 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times),
1931 (gst_base_sink_do_sync), (gst_base_sink_preroll_object),
1932 (gst_base_sink_event), (gst_base_sink_get_position_last),
1933 (gst_base_sink_get_position_paused), (gst_base_sink_get_position),
1934 (gst_base_sink_change_state):
1935 Don't try to report a 0 position when we don't know, return -1 and FALSE
1936 instead. This mostly happens when we are prerolling.
1937 Make sure we can report the right position before we post the ASYNC_DONE
1938 message so that a message handler can query position without races.
1940 * tests/check/generic/sinks.c: (send_eos), (GST_START_TEST),
1941 (async_done_handoff), (async_done_func), (send_buffer),
1942 (async_done_eos_func), (gst_sinks_suite):
1943 Add two tests for the above.
1945 2007-11-06 Wim Taymans <wim.taymans@gmail.com>
1948 Update with new email address.
1950 * docs/design/part-TODO.txt:
1951 Add some more info about future pad-block and negotiation changes.
1953 * docs/design/part-buffering.txt:
1954 Add some ideas about buffering reporting.
1956 2007-11-06 Jan Schmidt <jan.schmidt@sun.com>
1958 * tests/check/gst/gstobject.c:
1959 Disable silly racy test that always fails on this combination of CPU
1962 2007-11-03 Tim-Philipp Müller <tim at centricular dot net>
1964 Patch by: Murray Cumming <murrayc@murrayc.com>
1967 Corrected the registration of the parent-set and parent-unset
1968 signals: The parameter is a GstObject, not a GObject (#493134).
1970 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
1972 * gst/gst_private.h:
1981 Move declaration of private _gst_foo_initialize() functions into
1982 our private header file where they should have been all along.
1984 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
1986 * docs/plugins/gstreamer-plugins-sections.txt:
1987 * gst/gstdebugutils.h:
1989 * plugins/elements/gstqueue.c:
1990 gtk-doc fixes; trailing-comma-in-enum fix.
1992 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
1994 * gst/gst.c: (gst_deinit):
1995 Clean up on deinit (not the external ones though, doesn't seem to be
1996 needed for some reason).
1998 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
2000 * gst/gstinfo.h: (GST_DEBUG_CATEGORY_EXTERN):
2001 Remove __declspec(dllimport) for MSVC that was copied over into core
2002 from a plugin, obviously without ever having been tested (note the
2003 single underscore in _declspec in the initial commit), and that doesn't
2004 really make sense. See #492077.
2006 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
2008 * gst/gst.c: (init_post):
2009 * gst/gstevent.c: (_gst_event_initialize):
2010 * gst/gstquery.c: (_gst_query_initialize):
2011 * libs/gst/dataprotocol/dataprotocol.c (gst_dp_init):
2012 g_type_class_ref() other types as well, see #349410 and #64764.
2014 * gst/gstbuffer.c: (_gst_buffer_initialize):
2015 * gst/gstmessage.c: (_gst_message_initialize):
2016 Simplify existing g_type_class_ref().
2018 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
2020 * gst/gstformat.c: (_gst_format_initialize):
2021 g_type_class_ref() our GstFormat type to make sure we avoid the
2022 thread-unsafe bits of the GObject/GType system, ie. bug #349410 and
2023 bug #64764. Should fix intermittent tee unit test failures (#474823).
2025 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
2027 * tests/check/elements/tee.c: (test_num_buffers):
2028 Simplify, simplify, simplify - or not. Rewrite unit test
2029 not to use gst_parse_launch(); allow N sub-streams. Increasing
2030 the number of sub-streams seems to reproduce #474823 more easily.
2032 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
2034 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
2037 * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_new):
2038 * libs/gst/net/gstnettimepacket.c: (gst_net_time_packet_send):
2039 * libs/gst/net/gstnettimeprovider.c: (gst_net_time_provider_new):
2040 Fix a couple of missing includes for MSVC2005 and a C99 issue. Also,
2041 starting with 2.14.0, GLib won't provide a pipe() macro any longer,
2042 so use _pipe() directly (#492077).
2044 * win32/common/dirent.c: (_treaddir):
2045 Add a couple of casts to make it build without warnings with MSVC.
2047 * win32/common/libgstreamer.def:
2048 Add some more symbols that need to be exported.
2050 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
2052 * tests/examples/metadata/read-metadata.c: (message_loop):
2053 Use _KEEP as merge mode rather than _KEEP_ALL, so tags
2054 arriving in a second or third tag message are added to
2055 the tag list as well.
2057 2007-10-31 Stefan Kost <ensonic@users.sf.net>
2059 * libs/gst/base/gstbasesrc.c:
2060 Its "Since:" and not "@Since:". And remove an superflous cast.
2062 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
2064 * docs/libs/gstreamer-libs-sections.txt:
2065 * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
2066 (gst_base_sink_get_last_buffer), (gst_base_sink_set_last_buffer),
2067 (gst_base_sink_get_property), (gst_base_sink_render_object),
2068 (gst_base_sink_preroll_object),
2069 (gst_base_sink_queue_object_unlocked), (gst_base_sink_event),
2070 (gst_base_sink_change_state):
2071 * libs/gst/base/gstbasesink.h:
2072 Add a new last-buffer property that contains the last buffer used in
2073 basesink for preroll or rendering. useful for making snapshots.
2074 API: gst_base_sink_get_last_buffer()
2075 API: GstBaseSink::last-buffer
2077 2007-10-29 Stefan Kost <ensonic@users.sf.net>
2079 * docs/gst/running.xml:
2081 * gst/gstdebugutils.c:
2082 * gst/gstdebugutils.h:
2083 * tools/gst-launch.c:
2084 Improve bin graph dumping, by using the envvar to specify a path.
2085 Rename the envvar to GST_DEBUG_DUMP_DOT_DIR.
2087 2007-10-29 Tim-Philipp Müller <tim at centricular dot net>
2089 * plugins/elements/gsttypefindelement.c:
2090 (gst_type_find_element_handle_event),
2091 (gst_type_find_element_activate):
2092 Post special error message if we can't determine the type of a stream
2095 2007-10-29 Stefan Kost <ensonic@users.sf.net>
2097 * docs/gst/running.xml:
2098 * gst/gstdebugutils.c:
2099 Document new env-var. Add one log-line after dumpng a graph.
2101 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
2104 Ugly hack to put the (recently removed and non-portable, apparently)
2105 -Wl,--export-dynamic back into libgstcheck's LDFLAGS when we're using
2106 GNU ld, because without that 'make check' fails miserably on my debian
2107 stable box. Someone with more knowledge of linker intricacies and
2108 portability issues than me fix this properly please.
2110 2007-10-25 Wim Taymans <wim.taymans@gmail.com>
2112 * libs/gst/base/gstbasesink.c: (gst_base_sink_event):
2113 Reset last seen position after flushing so that we don't report the old
2116 2007-10-25 Jan Schmidt <Jan.Schmidt@sun.com>
2118 * gst/gstelementfactory.c: (gst_element_register):
2120 Patch from Alessandro Decina adding get_type_full and
2121 get_protocols_full private vfuncs to the URIHandler interface
2122 to allow bindings to support creating URI handlers.
2123 Partially fixes: #339279
2124 API: GstURIHandlerInterface::get_type_full
2125 API: GstURIHandlerInterface::get_protocols_full
2127 2007-10-25 Jan Schmidt <Jan.Schmidt@sun.com>
2129 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_set_property),
2130 (gst_multi_queue_request_new_pad), (gst_single_queue_flush),
2131 (gst_multi_queue_loop), (gst_multi_queue_sink_activate_push):
2132 Make it so that pads are considered linked until a buffer is pushed
2133 and discovered otherwise. This avoids problems with decodebin2 hanging
2134 after a seek in the filesrc ! decodebin2 name=d ! fakesink d. ! fakesink
2137 Make sure we lock the multiqueue when updating the max-size properties.
2139 Fix a crash on Solaris in a debug statement in get_request_pad that
2140 passes a NULL string to GST_DEBUG.
2142 * tests/check/elements/multiqueue.c: (mq_dummypad_chain),
2143 (run_output_order_test):
2144 Fix the test to allow the first buffer on not-linked pads to come out
2145 of sequence while multiqueue discovers that they are not-linked.
2147 2007-10-25 Jan Schmidt <Jan.Schmidt@sun.com>
2150 * libs/gst/check/Makefile.am:
2151 Use a custom export symbol regex for libgstcheck, as it needs
2152 to export symbols that don't match the standard GStreamer gst_*
2153 pattern, and --export-dynamic is not portable (only works on
2156 * libs/gst/check/gstcheck.c: (gst_check_setup_src_pad),
2157 (gst_check_setup_sink_pad):
2158 Make sure to pass a message parameter to the fail_* macros.
2160 * tests/check/gst/gstinfo.c: (GST_START_TEST):
2161 Fix some compiler warnings.
2163 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
2165 * tests/check/gst/gststructure.c: (test_to_string):
2166 Disable test that checks that white spaces are not allowed
2167 in structure names or field names, since we need to
2168 support that for now for backwards compatibility reasons.
2170 2007-10-24 Tim-Philipp Müller <tim at centricular dot net>
2172 * docs/gst/gstreamer-sections.txt:
2175 API: add GST_TAG_ARTIST_SORTNAME
2176 API: add GST_TAG_ALBUM_SORTNAME
2177 API: add GST_TAG_TITLE_SORTNAME
2178 Add tag variants for sorting (#414539).
2180 2007-10-24 Tim-Philipp Müller <tim at centricular dot net>
2182 * gst/gststructure.c:
2183 Also allow white space for names so we don't break
2184 backwards compatibility.
2186 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
2188 * docs/design/part-TODO.txt:
2189 * docs/design/part-segments.txt:
2190 * docs/design/part-streams.txt:
2193 2007-10-22 Edgard Lima <edgard.lima@indt.org.br>
2195 * docs/gst/gstreamer-sections.txt:
2196 Fixed documentation from my previous commit (added new API add
2197 gst_value_set_structure(), add gst_value_get_structure() and
2198 GST_VALUE_HOLDS_STRUCTURE).
2200 2007-10-22 Stefan Kost <ensonic@users.sf.net>
2202 * gst/gstdebugutils.c:
2203 Reflow code to fix uninitialized variable warning.
2205 2007-10-22 Edgard Lima <edgard.lima@indt.org.br>
2207 * gst/gstcaps.c: (gst_caps_to_string),
2208 (gst_caps_from_string_inplace):
2209 * gst/gststructure.c: (gst_structure_get_abbrs),
2210 (gst_structure_to_string), (gst_structure_from_string):
2211 * gst/gstvalue.c: (gst_value_set_structure),
2212 (gst_value_get_structure), (gst_value_serialize_structure),
2213 (gst_value_deserialize_structure), (_gst_value_initialize):
2215 * tests/check/gst/gststructure.c: (GST_START_TEST),
2216 (gst_structure_suite):
2217 * tests/check/gst/gstvalue.c: (GST_START_TEST):
2218 Added GstStructure to gst_value_table and its related functions.
2219 Changed gst_structure_to_string to print ';' in the end.
2220 Changed gst_caps_to_string to not print ';' beteween its
2221 fields (structures) anymore and remove the lastes ';' from latest
2222 structure. Now it is possible to have nested structures.
2223 In addition, backward compatibilty is assured by accepting '\0' as
2224 end delimiter. Fixes: #487969.
2225 API: add gst_value_set_structure()
2226 API: add gst_value_get_structure()
2227 API: add GST_VALUE_HOLDS_STRUCTURE
2229 2007-10-19 Tim-Philipp Müller <tim at centricular dot net>
2232 When no GSource callback has been set up, tell developer
2233 to use a function that actually exists.
2235 2007-10-17 Stefan Kost <ensonic@users.sf.net>
2237 * docs/gst/gstreamer-sections.txt:
2241 * gst/gstdebugutils.c:
2242 * gst/gstdebugutils.h:
2245 * tools/gst-launch.c:
2246 Allow dumping pipelines as dot graphs. Fixes #456573.
2248 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
2250 * gst/gststructure.c:
2251 Allow '+' as well, it can be part of media or mime types
2252 such as image/svg+xml.
2254 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
2256 * docs/gst/gstreamer-sections.txt:
2259 API: add gst_bus_pop_filtered
2260 API: add gst_bus_timed_pop_filtered
2261 Two new functions for waiting for specific message types on the
2262 bus for a specified amount of time without iterating any main
2263 loops or main contexts.
2265 * tests/check/gst/gstbus.c:
2266 Some tests for the new functions.
2268 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
2270 * docs/libs/gstreamer-libs-sections.txt:
2271 Make gtk-doc ignore stuff it should ignore.
2273 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
2275 * libs/gst/check/gstcheck.c:
2276 * libs/gst/check/gstcheck.h:
2277 Allow runtime selection of unit tests to run via the GST_CHECKS
2278 environment variable (test case function names, comma-separated).
2280 2007-10-16 Stefan Kost <ensonic@users.sf.net>
2282 * gst/gststructure.c:
2283 * tests/check/gst/gststructure.c:
2284 Revert serialisation change and constrain structure-names after
2285 consensus on irc. Update api documentation to reflect the change.
2287 2007-10-16 Stefan Kost <ensonic@users.sf.net>
2289 * gst/gststructure.c:
2290 Improve serialization and fix tests.
2292 * tests/check/gst/gststructure.c:
2293 Add another test that covers why I actually did the previous structure
2296 2007-10-15 Wim Taymans <wim.taymans@gmail.com>
2298 * tools/gst-inspect.c: (print_element_info):
2299 Don't crash when inspecting an element.
2301 2007-10-15 Tim-Philipp Müller <tim at centricular dot net>
2303 * tests/check/gst/gststructure.c:
2304 Add unit test for escaping of structure name when serialising
2305 and deserialising to/from strings.
2307 2007-10-15 Wim Taymans <wim.taymans@gmail.com>
2309 * plugins/elements/gstmultiqueue.c: (gst_single_queue_push_one),
2310 (gst_single_queue_new):
2311 * plugins/elements/gstqueue.c: (gst_queue_init),
2312 (gst_queue_push_one):
2313 Fix queue negotiation. If acceptcaps unconditionally returns TRUE,
2314 upstream is tricked into thinking it can suggest a format downstream
2315 while downstream does not support that format. The real problem is that
2316 core calls acceptcaps when pushing a buffer with new caps, for which we
2317 do a little workaround by setting the caps on the srcpad ourselves
2318 before pushing the buffer (until this is figured out). Fixes #486758.
2320 2007-10-15 Stefan Kost <ensonic@users.sf.net>
2322 * gst/gststructure.c:
2324 Add some more comments and debug output. Quote structure name to fix
2325 deserialisation of some strings.
2327 2007-10-15 Stefan Kost <ensonic@users.sf.net>
2330 Define GST_BUFFER_FLAG_GAP more strictly to enable optimizations based
2331 on it. Fix docs for GST_BUFFER_MALLOCDATA and GstBuffer.malloc_data.
2333 2007-10-15 Stefan Kost <ensonic@users.sf.net>
2335 * tools/gst-inspect.c:
2336 Save approx. 400 1 byte allocs when printing. Use API to acces element
2342 * tools/gst-xmlinspect.c:
2343 Use API to acces element details.
2345 2007-10-15 Stefan Kost <ensonic@users.sf.net>
2348 Fix some spelling errors.
2350 2007-10-14 Wim Taymans <wim.taymans@gmail.com>
2352 * gst/gstbin.c: (bin_handle_async_done):
2353 Correctly set the next state if all of our async children commited their
2354 state. This makes sure we can actually cancel the state change in
2355 progress. Fixes a regression in Rhythmbox when seeking.
2357 2007-10-13 Tim-Philipp Müller <tim at centricular dot net>
2360 Don't shadow local variable.
2363 Don't shadow global function name.
2365 2007-10-13 Tim-Philipp Müller <tim at centricular dot net>
2367 * gst/gstelementfactory.c:
2368 * gst/gstpluginfeature.c:
2369 * gst/gstpluginfeature.h:
2370 * gst/gstregistrybinary.c:
2371 * gst/gstregistryxml.c:
2372 * gst/gsttypefind.c:
2373 Use already-interned string for the private GstPluginFeature
2376 2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
2378 * docs/libs/gstreamer-libs-sections.txt:
2379 Add new API to docs; fixes the build.
2381 2007-10-10 Wim Taymans <wim.taymans@gmail.com>
2383 Patch inspired by: Benoit Fouet <benoit dot fouet at purplelabs dot com>
2385 * libs/gst/base/gstbasesink.c: (gst_base_sink_wait_eos),
2386 (gst_base_sink_event):
2387 * libs/gst/base/gstbasesink.h:
2388 Add function to wait for EOS, subclasses can use this to correctly wait
2389 for devices to drain before performing the EOS logic. Fixes #485343.
2390 API: gst_base_sink_wait_eos()
2392 2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
2395 Cast description string constants in GST_PLUGIN_DEFINE macros
2396 to a (gchar*) to make C++ code using these macros compile
2397 without warning with g++-4.2 (see #462737). Even if slightly
2398 ugly, this seems preferable to putting the description strings
2399 into the GLib quark table or making the structure member a
2400 const gchar * and doing casts in core code that allocs and
2401 frees these strings, or requiring a cast in the C++ code.
2403 2007-10-09 Tim-Philipp Müller <tim at centricular dot net>
2406 Use __FUNCTION__ instead of __PRETTY_FUNCTION__, it's silly
2407 to print the entire class/function signature into the log
2408 file for C++ code. This only affects C++ code, for C code
2409 everything remains the same.
2411 2007-10-09 Wim Taymans <wim.taymans@gmail.com>
2413 * gst/gstbin.c: (remove_from_queue):
2414 Work around a problem with pipelines containing (semi)loops until a
2415 proper, more complicated solution is ready. See #475455.
2417 2007-10-09 Tim-Philipp Müller <tim at centricular dot net>
2421 * gst/gstregistrybinary.c:
2422 * gst/gstregistryxml.c:
2423 Put more strings into the GLib quark table. No need to keep
2424 a hundred-something copies of identical version strings,
2425 license strings, package name strings and package origin
2428 2007-10-09 Tim-Philipp Müller <tim at centricular dot net>
2430 * docs/manual/advanced-dataaccess.xml:
2431 Don't imply that it's okay to unconditionally change
2432 buffer data or buffer metadata in a pad probe callback,
2433 and a bunch of other comments. Fixes #430031.
2435 2007-10-08 Tim-Philipp Müller <tim at centricular dot net>
2437 * win32/common/gstenumtypes.c:
2438 * win32/common/gstenumtypes.h:
2439 * win32/common/gstversion.h:
2440 Update generated files.
2442 2007-10-08 Tim-Philipp Müller <tim at centricular dot net>
2444 * docs/manual/advanced-autoplugging.xml:
2445 Prefix section with broken code with a warning (see #342432).
2447 2007-10-08 Tim-Philipp Müller <tim at centricular dot net>
2449 * docs/manual/appendix-integration.xml:
2450 * docs/manual/basics-init.xml:
2451 Call g_thread_init() before g_option_context_new() to
2452 avoid warnings. Spotted by Ritesh Khadgaray. Fixes #484225.
2454 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
2456 * libs/gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_flush),
2457 (gst_base_sink_queue_object_unlocked),
2458 (gst_base_sink_queue_object), (gst_base_sink_event),
2459 (gst_base_sink_needs_preroll), (gst_base_sink_chain_unlocked):
2460 When we received EOS and are waiting for when to post the EOS message,
2461 our state is prerolled and we should not return ASYNC.
2462 Reorganize some code paths to implement this behavior.
2464 * tests/check/generic/sinks.c: (send_eos), (GST_START_TEST),
2466 Add unit test to verify above EOS fix.
2468 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
2470 * plugins/elements/gsttypefindelement.c:
2471 (gst_type_find_element_have_type), (gst_type_find_element_init),
2472 (gst_type_find_element_setcaps), (gst_type_find_element_chain):
2473 Move detecting the input caps of the sinkpad to the setcaps function.
2474 This allows us to update the output caps when we receive new input caps
2475 instead of always using the first detected caps.
2477 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
2479 * libs/gst/base/gstbasesink.c: (gst_base_sink_event),
2480 (gst_base_sink_get_position):
2481 Don't try to preroll non-async elements after a flush.
2482 Subtract latency form clock times when reporting position.
2484 2007-10-05 Wim Taymans <wim.taymans@gmail.com>
2486 * gst/gstpad.c: (gst_pad_pause_task):
2488 Small comment and documentation update.
2490 2007-10-05 Wim Taymans <wim.taymans@gmail.com>
2492 * libs/gst/base/gstbasesrc.c: (gst_base_src_wait_playing),
2493 (gst_base_src_set_live), (gst_base_src_is_live),
2494 (gst_base_src_query_latency), (gst_base_src_perform_seek),
2495 (gst_base_src_default_event), (gst_base_src_wait),
2496 (gst_base_src_do_sync), (gst_base_src_get_range),
2497 (gst_base_src_pad_get_range), (gst_base_src_loop),
2498 (gst_base_src_unlock), (gst_base_src_unlock_stop),
2499 (gst_base_src_set_flushing), (gst_base_src_set_playing),
2500 (gst_base_src_activate_push), (gst_base_src_activate_pull),
2501 (gst_base_src_change_state):
2502 Rework the locking of basesrc in a similar fashion to basesink. We
2503 basically have one lock (LIVE_LOCK) protecting the dataflow. This allows
2504 us to handle live sources and semi live ones much better.
2506 Fix unlocking when seeking, shutting down and pausing in live sources.
2508 2007-10-05 Wim Taymans <wim.taymans@gmail.com>
2510 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2511 Fix compilation again.
2513 2007-10-03 Stefan Kost <ensonic@users.sf.net>
2516 Use meaningful categories for the logs to clean the default one.
2518 2007-10-03 Stefan Kost <ensonic@users.sf.net>
2520 * tests/check/pipelines/cleanup.c:
2521 Print message name and not just number.
2523 2007-10-03 Stefan Kost <ensonic@users.sf.net>
2525 * docs/design/draft-tagreading.txt:
2526 Add some more thoughts.
2528 2007-10-03 Stefan Kost <ensonic@users.sf.net>
2530 * tests/check/pipelines/simple-launch-lines.c:
2531 Print message name and not just number.
2533 2007-10-03 Stefan Kost <ensonic@users.sf.net>
2535 * libs/gst/base/gsttypefindhelper.c:
2536 Speedup typefinding. This is work in progress (see #459862).
2538 2007-10-03 Stefan Kost <ensonic@users.sf.net>
2541 Fix docs that mention 'plugin_desc' instead of 'gst_plugin_desc'.
2542 Spotted by Josep Torra Valles <josep@fluendo.com>.
2544 2007-10-03 Tim-Philipp Müller <tim at centricular dot net>
2547 Fix up broken GST_CLOCK_FLAGS macro and GstClock docs. The flags
2548 field has moved to GstObject.
2550 2007-10-02 Wim Taymans <wim.taymans@gmail.com>
2552 * libs/gst/base/gstbasesrc.c: (gst_base_src_do_sync),
2553 (gst_base_src_get_range), (gst_base_src_change_state):
2554 Call unlock for live sources so that they can't get stuck in _create and
2555 produce a buffer before they are set back to PLAYING.
2557 2007-10-02 Edward Hervey <bilboed@bilboed.com>
2559 * plugins/elements/gstqueue.c: (gst_queue_locked_enqueue),
2560 (gst_queue_locked_dequeue):
2561 Comment the segment-related code... in the PROPER function.
2562 See #482147 and my commit from yesterday.
2564 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
2566 * libs/gst/base/gstbasesrc.c: (gst_base_src_change_state):
2567 Also initialize the counter that calculates the first timestamp on a
2568 buffer correctly for non-live sources.
2570 2007-10-01 Edward Hervey <bilboed@bilboed.com>
2572 * plugins/elements/gstqueue.c: (gst_queue_locked_dequeue):
2573 Disable code that's breaking the current-time-level reporting.
2576 2007-09-30 Sebastian Dröge <slomo@circular-chaos.org>
2578 * docs/gst/gstreamer-sections.txt:
2579 Add M_PI and IMPORT_SYMBOL to the private part of the GstInfo section
2580 as they shouldn't show up. Fixes the docs build.
2582 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
2585 Add an explicit variable importation needed on VS6 (only for MSC_VER)
2586 Define M_PI which is used in files which are including gstinfo.h.
2587 VS6 includes doesn't define it.
2588 * win32/common/libgstbase.def:
2589 * win32/common/libgstcontroller.def:
2590 * win32/common/libgstreamer.def:
2591 Add new exported functions and variables.
2592 * win32/vs6/libgstcontroller.dsp:
2593 * win32/vs6/libgstreamer.dsp:
2594 Update the list of files to build.
2596 2007-09-28 Wim Taymans <wim.taymans@gmail.com>
2598 Patch by: Felipe Contreras <felipe dot contreras at gmail dot com>
2600 * plugins/elements/gstqueue.c: (update_time_level), (apply_buffer),
2601 (gst_queue_locked_dequeue), (gst_queue_handle_sink_event),
2602 (gst_queue_chain), (gst_queue_loop), (gst_queue_src_activate_push):
2603 Improve debugging. Fixes #480858.
2605 2007-09-28 Wim Taymans <wim.taymans@gmail.com>
2607 Patch by: Felipe Contreras <felipe dot contreras at gmail dot com>
2609 * plugins/elements/gstqueue.c: (gst_queue_handle_sink_event):
2610 First patch of code cleanups, use the macros and right arguments in the
2611 macros to signal and lock the queue. See #480858.
2613 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
2615 * gst/gstbus.c: (poll_func):
2616 Improve debugging when dealing with _poll().
2618 2007-09-26 Tim-Philipp Müller <tim at centricular dot net>
2620 * gst/gstregistryxml.c:
2621 Fix memory leak I introduced a few days ago.
2623 2007-09-26 Michael Smith <msmith@fluendo.com>
2625 * gst/gstbuffer.c: (gst_buffer_finalize):
2626 Make it once again possible to free GstBuffers in the default
2628 The poisoning scribbles on parts of the miniobject we need in
2632 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
2634 * docs/gst/gstreamer-sections.txt:
2637 API: add GST_TAG_COMPOSER, fixes #459809.
2639 2007-09-24 Sebastian Dröge <slomo@circular-chaos.org>
2643 Add the 3-clause BSD license and the MIT/X11 license to the license
2644 list. Fixes #479784.
2646 2007-09-24 Tim-Philipp Müller <tim at centricular dot net>
2648 * docs/faq/getting.xml:
2649 Add Q+A about different GStreamer versions (#364056).
2651 2007-09-24 Wim Taymans <wim.taymans@gmail.com>
2653 * libs/gst/base/gstbasesink.c: (gst_base_sink_query_latency),
2654 (gst_base_sink_event), (gst_base_sink_change_state):
2655 Return correct gboolean from query function.
2657 2007-09-24 Wim Taymans <wim.taymans@gmail.com>
2659 * libs/gst/base/gstbasesink.c: (gst_base_sink_query_latency),
2660 (gst_base_sink_event), (gst_base_sink_query),
2661 (gst_base_sink_change_state):
2662 Simplify latency query.
2663 When not synchronizing, we can report latency without querying the peer
2666 2007-09-24 Wim Taymans <wim.taymans@gmail.com>
2670 Fix small typos in the docs.
2672 2007-09-24 Wim Taymans <wim.taymans@gmail.com>
2674 * docs/design/draft-latency.txt:
2675 * docs/design/draft-push-pull.txt:
2676 * docs/design/draft-tagreading.txt:
2677 * docs/design/part-MT-refcounting.txt:
2678 * docs/design/part-activation.txt:
2679 * docs/design/part-block.txt:
2680 * docs/design/part-element-source.txt:
2681 * docs/design/part-events.txt:
2682 * docs/design/part-gstbin.txt:
2683 * docs/design/part-gstelement.txt:
2684 * docs/design/part-gstobject.txt:
2685 * docs/design/part-gstpipeline.txt:
2686 * docs/design/part-messages.txt:
2687 * docs/design/part-preroll.txt:
2688 * docs/design/part-push-pull.txt:
2689 * docs/design/part-qos.txt:
2690 * docs/design/part-query.txt:
2691 * docs/design/part-scheduling.txt:
2692 * docs/design/part-seeking.txt:
2693 * docs/design/part-segments.txt:
2694 * docs/design/part-states.txt:
2695 Documentation updates and typo fixes.
2697 2007-09-23 Tim-Philipp Müller <tim at centricular dot net>
2699 * plugins/elements/gstfakesink.c:
2700 Add some debug text to error message to indicate that
2701 we errored out on request.
2703 * tools/gst-launch.c:
2704 When the state change to PLAYING fails, check for an
2705 error message on the bus and print it.
2707 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
2709 translated by: Jorge González González <aloriel@gmail.com>
2713 Added Spanish translation.
2715 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
2717 * plugins/elements/gstqueue.c: (gst_queue_push_one):
2718 Fix printf arguments.
2720 2007-09-20 Stefan Kost <ensonic@users.sf.net>
2722 * tests/check/generic/states.c:
2723 Improved state change unit test.
2725 2007-09-20 Stefan Kost <ensonic@users.sf.net>
2728 Move priv to the right place.
2730 * gst/gstsystemclock.c:
2731 Add FIXME: and improve log.
2733 * tests/check/Makefile.am:
2734 * tests/examples/manual/Makefile.am:
2735 Work with all types of registries.
2737 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
2739 * libs/gst/base/gstbasesrc.c: (gst_base_src_send_event):
2740 Don't unref the event after pushing it. Fixes #478401.
2742 2007-09-19 Stefan Kost <ensonic@users.sf.net>
2745 * tests/examples/manual/.cvsignore:
2746 Ignore registries in any format.
2748 2007-09-19 Tim-Philipp Müller <tim at centricular dot net>
2750 * gst/glib-compat-private.h:
2751 Add compatibility macro for g_intern_string() for
2752 GLib-2.8 (any reason we can't just bump the
2753 requirement to at least 2.10?)
2755 * gst/gstpadtemplate.h:
2756 * gst/gstelementfactory.c:
2757 * gst/gstregistryxml.c:
2758 * gst/gstregistrybinary.c:
2759 Make GstStaticPadTemplate's templ_name field a const gchar * and fix
2760 up the internal code accordingly. This shouldn't be a problem, since
2761 there is no reason external code could ever assume the string in such
2762 a structure is dynamically allocated unless it did that itself; the
2763 use of g_strdup() is private to element factories. The new code also
2764 saves some memory by putting pad template name strings into the GLib
2765 quark table instead of allocating them dynamically.
2766 Declaring this field constant fixes warnings with g++-4.2 when using
2767 the GST_STATIC_PAD_TEMPLATE macro in c++ code (#478092).
2769 2007-09-19 Stefan Kost <ensonic@users.sf.net>
2771 * gst/gstelementfactory.c:
2772 Release static caps. Fixes #475723.
2774 2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
2778 Make some internal API take const gchar * instead of just
2779 gchar * to avoid compiler warnings with g++-4.2.2 when
2780 passing string constants (partially fixes #478092).
2782 2007-09-17 Wim Taymans <wim.taymans@gmail.com>
2784 * gst/gstbin.c: (bin_query_latency_fold), (gst_bin_query):
2785 A latency query fails when one of the sinks fail.
2787 * gst/gstelement.c: (gst_element_set_base_time):
2790 2007-09-17 Jan Schmidt - Sun Microsystems <jan.schmidt@sun.com>
2792 * gst/gstbin.c: (gst_bin_continue_func):
2793 * libs/gst/base/gstbasesrc.c: (gst_base_src_do_sync):
2794 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_add_pad_full):
2795 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_loop):
2797 Fix minor compilation warnings shown with Forte.
2799 2007-09-17 Wim Taymans <wim.taymans@gmail.com>
2801 * plugins/elements/gstqueue.c: (apply_buffer),
2802 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue):
2803 Measure queue level based on the diff between head and tail timestamps
2804 even when pushing the first buffer.
2806 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
2808 * libs/gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_flush),
2809 (gst_base_sink_event), (gst_base_sink_change_state):
2810 Sinks that don't preroll can always be queried for the latency.
2811 Don't post ASYNC start when we are not async.
2813 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
2815 * plugins/elements/gstqueue.c: (gst_queue_locked_enqueue),
2816 (gst_queue_handle_sink_event), (gst_queue_chain),
2817 (gst_queue_push_one), (gst_queue_handle_src_query),
2818 (gst_queue_sink_activate_push), (gst_queue_src_activate_push):
2819 * plugins/elements/gstqueue.h:
2820 When downstream returns UNEXPECTED from pushing a buffer, don't try to
2821 push more buffers but allow pushing of EOS and NEWSEGMENT.
2822 Add some more debug info here and there. Fixes #476514.
2824 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
2826 * libs/gst/base/gstbasesink.c: (gst_base_sink_init),
2827 (gst_base_sink_preroll_queue_flush), (gst_base_sink_commit_state),
2828 (gst_base_sink_wait_preroll), (gst_base_sink_needs_preroll),
2829 (gst_base_sink_set_flushing), (gst_base_sink_query),
2830 (gst_base_sink_change_state):
2831 Latency query is allowed after we are prerolled. Introduce a new flag
2832 for this and stop abusing other variables.
2834 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
2836 * libs/gst/base/gstbasesrc.c: (gst_base_src_send_event):
2837 Push OOB events downstream when we get them in send_event. This allows
2838 the application to insert events in the pipeline.
2839 Add some more comments.
2841 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
2843 * gst/gstbin.c: (gst_bin_class_init), (clear_queue),
2844 (do_bin_latency), (gst_bin_change_state_func):
2845 * gst/gstpipeline.c: (gst_pipeline_change_state):
2846 Move latency query from GstPipeline to GstBin so that we can also
2847 use it when async-handling is enabled on bins.
2849 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
2851 * libs/gst/base/gstbasesrc.c: (gst_base_src_query_latency),
2852 (gst_base_src_do_sync), (gst_base_src_change_state):
2854 Clean up the timestamping and syncing code for pseudo live sources.
2856 2007-09-13 Tim-Philipp Müller <tim at centricular dot net>
2858 Patch by: Steve Fink <sphink gmail com>
2860 * docs/manual/appendix-checklist.xml:
2861 Mention less -R switch in the section about debug output (#474055).
2863 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
2865 * plugins/elements/gstqueue.c: (gst_queue_handle_src_query):
2866 Queue can latency to the pipeline up to the configured max size in time.
2867 Report this fact in the latency query.
2869 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
2871 Patch by: Sebastien Moutte <sebastien at moutte dot net>
2873 * libs/gst/controller/gstinterpolation.c:
2874 * libs/gst/controller/gstlfocontrolsource.c:
2875 Use gst_guint64_to_gdouble() when converting from a uint64 or
2876 GstClockTime to double to fix the build on win32. Fixes #474371.
2878 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
2880 * gst/gstbuffer.c: (gst_buffer_finalize):
2881 Implement poisoning for GstBuffer if --enable-poisoning is specified.
2882 When finalizing a buffer the complete struct is filled with 0xff,
2883 thus making a use of the buffer after the final unref impossible.
2885 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
2887 * tests/check/libs/controller.c: (GST_START_TEST):
2888 Use fail_unless_equals_int(a, b) instead of
2889 fail_unless_equals (a == b) to get better output on failures.
2891 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
2893 * tests/check/gst/gsturi.c:
2894 Also check for the other file URI variant on win32.
2896 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
2898 * gst/gsturi.c: (gst_uri_get_location):
2899 If there's no hostname, we want to return 'c:/foo/bar.txt'
2900 and not '/c:/foo/bar.txt' on Windows. Fixes #469402.
2902 * tests/check/gst/gsturi.c:
2903 Unit test for the above and a few more things.
2905 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
2907 * docs/design/part-live-source.txt:
2908 Add docs on how live sources should timestamp.
2910 * libs/gst/base/gstbasesrc.c: (gst_base_src_do_sync):
2911 Add some more debug info.
2912 For subclasses that are live and like to sync, add aditional startup
2913 latency to sync time and timestamps so that we timstamp according to the
2916 2007-09-11 Tim-Philipp Müller <tim at centricular dot net>
2919 Also do a g_type_class_ref() for the subbuffer type in
2922 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
2924 * docs/gst/gstreamer-sections.txt:
2925 * gst/gstpad.c: (gst_pad_peer_query):
2927 Add function to perform a query on the peer of a pad.
2928 API: gst_pad_peer_query()
2930 2007-09-11 Stefan Kost <ensonic@users.sf.net>
2932 * tests/check/gst/gstsystemclock.c:
2933 Cleanup the test a little (use gst-logging and not g_message). Improve
2934 test to check if a wait reached the target.
2936 2007-09-11 Tim-Philipp Müller <tim at centricular dot net>
2938 * docs/libs/gstreamer-libs-sections.txt:
2939 Add new API to docs and fix the build.
2941 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
2943 * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
2944 (gst_base_src_init), (gst_base_src_set_do_timestamp),
2945 (gst_base_src_get_do_timestamp), (gst_base_src_set_property),
2946 (gst_base_src_get_property), (gst_base_src_do_sync):
2947 * libs/gst/base/gstbasesrc.h:
2948 Add property to make the basesrc timestamp buffers based on the current
2950 API: GstBaseSrc::do-timestamp
2951 API: gst_base_src_set_do_timestamp()
2952 API: gst_base_src_get_do_timestamp()
2954 2007-09-08 Tim-Philipp Müller <tim at centricular dot net>
2956 * docs/random/release:
2957 Really make sure translations are up-to-date before
2958 a release (#465010).
2960 2007-09-07 Sebastian Dröge <slomo@circular-chaos.org>
2962 * gst/gstregistrybinary.c: (gst_registry_binary_read_cache):
2963 Always destroy the timer, also in error cases.
2965 2007-09-05 Wim Taymans <wim.taymans@gmail.com>
2967 * docs/manual/highlevel-xml.xml:
2968 Fix XML example code. Fixes #472714.
2970 2007-09-05 Wim Taymans <wim.taymans@gmail.com>
2972 * libs/gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_flush),
2973 (gst_base_sink_wait_preroll), (gst_base_sink_needs_preroll),
2974 (gst_base_sink_query):
2975 Protect eos and have_preroll with the OBJECT lock so we don't need to
2976 take the PREROLL lock when querying the latency. Fixes #473846.
2978 2007-09-05 Stefan Kost <ensonic@users.sf.net>
2981 Give some log-messages a category.
2983 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
2985 * gst/gststructure.c:
2986 (gst_structure_fixate_field_nearest_fraction):
2987 Fix fraction list fixation code. Take the fraction with the smallest
2988 difference with the target instead of the first one in the list.
2990 * tests/check/gst/gststructure.c: (GST_START_TEST),
2991 (gst_structure_suite):
2992 Added test to verify correct fraction list fixation behaviour.
2994 2007-09-02 Tim-Philipp Müller <tim at centricular dot net>
2996 * win32/common/libgstreamer.def:
2997 Export gst_bus_add_signal_watch too.
2999 2007-08-30 Wim Taymans <wim.taymans@gmail.com>
3001 * docs/libs/gstreamer-libs-sections.txt:
3002 Add new methods to docs.
3004 * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
3005 (gst_base_sink_init), (gst_base_sink_set_ts_offset),
3006 (gst_base_sink_get_ts_offset), (gst_base_sink_set_property),
3007 (gst_base_sink_get_property), (gst_base_sink_wait_clock):
3008 * libs/gst/base/gstbasesink.h:
3009 Add ts-offset property to fine-tune the synchronisation.
3010 API: GstBaseSink::ts-offset property
3011 API: gst_base_sink_set_ts_offset()
3012 API: gst_base_sink_get_ts_offset()
3014 2007-08-29 Wim Taymans <wim.taymans@gmail.com>
3016 * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
3017 (gst_base_sink_init), (gst_base_sink_set_sync),
3018 (gst_base_sink_get_sync), (gst_base_sink_set_max_lateness),
3019 (gst_base_sink_get_max_lateness), (gst_base_sink_set_qos_enabled),
3020 (gst_base_sink_is_qos_enabled), (gst_base_sink_set_async_enabled),
3021 (gst_base_sink_is_async_enabled), (gst_base_sink_set_property),
3022 (gst_base_sink_get_property), (gst_base_sink_change_state):
3023 * libs/gst/base/gstbasesink.h:
3024 Add async property to instruct the sink never to inform the parent about
3025 ASYNC state changes, update docs.
3026 Check argument with g_return_* for the public functions.
3027 API: GstBaseSink::async property
3028 API: gst_base_sink_set_async_enabled()
3029 API: gst_base_sink_is_async_enabled()
3031 2007-08-28 Wim Taymans <wim.taymans@gmail.com>
3033 * libs/gst/base/gstbasesink.c: (gst_base_sink_loop):
3036 * libs/gst/base/gstbasesrc.c: (gst_base_src_query_latency),
3037 (gst_base_src_default_query), (gst_base_src_wait),
3038 (gst_base_src_do_sync), (gst_base_src_change_state):
3039 Rearrange some code so that we can add support for measuring the
3042 2007-08-27 Stefan Kost <ensonic@users.sf.net>
3044 * docs/random/ensonic/dynlink.txt:
3045 More thoughs on this.
3047 * plugins/elements/gstcapsfilter.c:
3048 Add bugzilla ticket number to FIXME comment.
3050 2007-08-24 Wim Taymans <wim.taymans@gmail.com>
3052 * docs/design/part-TODO.txt:
3053 * docs/design/part-block.txt:
3056 2007-08-24 Jan Schmidt <thaytan@mad.scientist.com>
3059 Revert patch which uses $(gst_headers) instead of $^ because it
3062 2007-08-24 Jan Schmidt <thaytan@mad.scientist.com>
3064 * tests/check/gst/gstbin.c: (GST_START_TEST):
3065 Fix leaks in the new unit test.
3067 2007-08-23 Tim-Philipp Müller <tim at centricular dot net>
3070 Don't use GST_INFO before the debug system is actually initialised
3071 (shouldn't do any harm, but won't print anything either, so we can
3072 just as well remove it).
3075 GST_CAT_LEVEL_LOG_valist(), which is our inline helper function for
3076 compilers that don't support variadic macros (such as MSVC), should
3077 check for debug_level <= __gst_debug_min as well, since that's the
3078 function called from all the level-specific GST_CAT_*_LOG_OBJECT()
3079 inline helper functions. Should improve performance a bit, but also
3080 makes sure uses of GST_INFO et.al are ignored if the debugging
3081 system isn't initialised yet (instead of printing an assertion
3084 2007-08-23 Stefan Kost <ensonic@users.sf.net>
3086 patch by: David Nečas <yeti@physics.muni.cz>
3089 Replace some non portable makefile constructs.
3091 2007-08-21 Stefan Kost <ensonic@users.sf.net>
3093 * common/gtk-doc-plugins.mak:
3094 Grrrrr. Don't remove the types file on make clean.
3096 2007-08-20 Wim Taymans <wim.taymans@gmail.com>
3098 * tools/gst-launch.1.in:
3099 Add colorspace to example pipeline. Fixes #458274.
3101 2007-08-20 Tim-Philipp Müller <tim at centricular dot net>
3103 * docs/random/release:
3104 The release manager should run 'make download-po' before making a
3105 release to make sure translations are up-to-date.
3111 Add some new translations.
3113 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
3115 * tools/gst-launch.c: (event_loop), (main):
3116 Don´t try to do any state management when a live pipeline posts
3118 Also make the buffering string translatable.
3120 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
3122 * gst/gstbin.c: (is_eos), (gst_bin_add_func),
3123 (bin_handle_async_start), (gst_bin_handle_message_func):
3125 When adding elements, insert messages into the bus of the newly added
3126 element and make sure the element is the source of the message. This
3127 allows the parent bin to intercept the message and do the
3128 right thing. It also avoids us posting ASYNC_START and CLOCK_PROVIDE
3129 messages to the app (which is not allowed).
3132 * tests/check/gst/gstghostpad.c: (GST_START_TEST):
3133 Fix testsuite so that is does not work around messages that should not
3134 have been posted in the first place.
3136 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
3138 * gst/gstbin.c: (add_to_queue), (remove_from_queue), (clear_queue),
3139 (update_degree), (gst_bin_sort_iterator_next):
3140 Fix annoying bug in the sorted iterator where a sink that is not really
3141 a sink (when it has downstream links) screwed up the iterator.
3143 * tests/check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
3144 Unit test to verify the fix.
3146 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
3149 Add some more docs for the messages.
3151 * libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state),
3152 (gst_base_sink_query):
3153 Add some more debugging.
3155 * tools/gst-launch.c: (event_loop):
3156 When interrupting, don't try to set pipeline to PAUSED twice.
3158 2007-08-14 Wim Taymans <wim.taymans@gmail.com>
3161 * gst/gstbin.c: (gst_bin_add_func), (gst_bin_element_set_state),
3162 (bin_handle_async_start), (gst_bin_handle_message_func):
3163 Move ASYNC_START message posting to where it belongs, similar to
3165 Don't post ASYNC_START when we are in error.
3166 Post ASYNC_START when we added an async element to a bin.
3168 2007-08-14 Julien MOUTTE <julien@moutte.net>
3170 * gst/gstindex.c: (gst_index_add_association): Fix index entry
3171 generation from vargs. Fixes #466595.
3173 2007-08-14 Wim Taymans <wim.taymans@gmail.com>
3175 * gst/gstbin.c: (gst_bin_element_set_state):
3176 Always change the state of a NO_PREROLL element even if it has ASYNC
3177 elements inside (in case of a bin).
3179 * tests/check/generic/sinks.c: (GST_START_TEST), (gst_sinks_suite):
3180 Unit test for this case.
3182 2007-08-13 Stefan Kost <ensonic@users.sf.net>
3184 * libs/gst/check/gstbufferstraw.c:
3185 * libs/gst/check/gstcheck.h:
3186 * libs/gst/controller/gstcontroller.c:
3187 * libs/gst/controller/gstcontrolsource.h:
3188 * libs/gst/controller/gstlfocontrolsource.h:
3189 * plugins/elements/gstcapsfilter.h:
3190 * plugins/elements/gstfdsink.h:
3191 * plugins/elements/gstfdsrc.h:
3192 Add more missing docs.
3194 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
3196 * gst/gststructure.c:
3197 Add Since tag to docs.
3199 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
3201 * docs/gst/gstreamer-sections.txt:
3202 * gst/gststructure.c: (gst_structure_get_uint):
3203 * gst/gststructure.h:
3204 Add function to get uint from a structure.
3205 API: gst_structure_get_uint()
3207 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
3209 * gst/gstcaps.c: (gst_caps_set_simple_valist),
3210 (gst_caps_intersect):
3211 Fix proper check for simple caps.
3213 2007-08-10 Stefan Kost <ensonic@users.sf.net>
3215 * docs/gst/Makefile.am:
3216 * docs/libs/Makefile.am:
3217 Remove cruft and do some cleanups.
3219 * docs/gst/gstreamer-docs.sgml:
3220 * docs/libs/gstreamer-libs-docs.sgml:
3221 Prepare for comming gtkdoc features (rebase against online docs).
3223 2007-08-10 Michael Smith <msmith@fluendo.com>
3225 * docs/gst/gstreamer-sections.txt:
3226 Add gst_registry_add_path to docs.
3228 2007-08-10 Michael Smith <msmith@fluendo.com>
3230 * gst/gstregistry.h:
3231 Add gst_registry_add_path, which was missing from this header.
3233 2007-08-10 Tim-Philipp Müller <tim at centricular dot net>
3235 * libs/gst/controller/gstlfocontrolsource.c:
3238 2007-08-09 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3240 * libs/gst/base/gstbasesink.c:
3241 Don't send an async_start message during downwards state change if
3242 target state is less than READY
3244 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
3246 translated by: Gabor Kelemen <kelemeng@gnome.hu>
3250 Added Hungarian translation.
3252 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
3259 Updated translations.
3261 2007-08-07 Jan Schmidt <thaytan@mad.scientist.com>
3263 * libs/gst/controller/Makefile.am:
3264 Dist gstlfocontrolsourceprivate.h
3266 2007-08-07 Jan Schmidt <thaytan@mad.scientist.com>
3268 * docs/libs/gstreamer-libs.types:
3269 Don't register the enum type gst_lfo_waveform_get_type() in the
3270 .types file - only GObject derived types belong.
3272 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
3274 Patch by: <arenevier at fdn dot fr>
3277 Remove comma from last element in enum to avoid compile errors when
3278 using -pendantic. Fixes #464366.
3280 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
3282 * docs/design/part-TODO.txt:
3283 Add some more TODO items
3285 * gst/gstbin.c: (find_message), (gst_bin_change_state_func):
3288 * gst/gstcaps.c: (gst_caps_intersect):
3289 Optimize trivial intersection case between identical caps pointers.
3291 * gst/gstelement.c: (gst_element_continue_state),
3292 (gst_element_set_state_func):
3294 Fix spelling and grammar mistakes.
3296 2007-08-05 Stefan Kost <ensonic@users.sf.net>
3300 Update POTFILES. Fixes #461599.
3302 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
3305 Fix confusing typo in debug output.
3307 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
3309 reviewed by: Stefan Kost <ensonic@users.sf.net>
3311 * libs/gst/controller/Makefile.am:
3312 * libs/gst/controller/gstlfocontrolsource.c: (_calculate_pos),
3313 (gst_lfo_waveform_get_type), (gst_lfo_control_source_reset),
3314 (gst_lfo_control_source_new),
3315 (gst_lfo_control_source_set_waveform),
3316 (gst_lfo_control_source_bind), (gst_lfo_control_source_init),
3317 (gst_lfo_control_source_finalize),
3318 (gst_lfo_control_source_dispose),
3319 (gst_lfo_control_source_set_property),
3320 (gst_lfo_control_source_get_property),
3321 (gst_lfo_control_source_class_init):
3322 * libs/gst/controller/gstlfocontrolsource.h:
3323 * libs/gst/controller/gstlfocontrolsourceprivate.h:
3324 API: Add GstLFOControlSource, a control source that gives values
3325 for specific timestamps based on several periodic waveforms.
3328 * tests/check/libs/controller.c: (GST_START_TEST),
3329 (gst_controller_suite):
3330 * docs/libs/gstreamer-libs-docs.sgml:
3331 * docs/libs/gstreamer-libs-sections.txt:
3332 * docs/libs/gstreamer-libs.types:
3333 Add documentation and unit tests for GstLFOControlSource.
3335 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
3340 === release 0.10.14 ===
3342 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
3345 releasing 0.10.14, "Breathing Vacuum"
3347 2007-08-02 Tim-Philipp Müller <tim at centricular dot net>
3349 * gst/gstelement.c: (gst_element_class_set_details_simple):
3351 Make strings passed to gst_element_class_set_details_simple()
3352 constant, as they should be (#462752).
3354 2007-08-02 Wim Taymans <wim.taymans@gmail.com>
3356 * gst/gstbin.c: (gst_bin_change_state_func),
3357 (bin_handle_async_done), (gst_bin_handle_message_func):
3358 Don't forget about the fact that some element went ASYNC even after a
3359 resync. This makes us post the ASYNC_DONE message correctly.
3362 2007-07-31 Jan Schmidt <thaytan@mad.scientist.com>
3364 * gst/gstregistry.c: (gst_registry_add_feature):
3365 When replacing an existing feature in the registry, make sure to
3366 continue holding a reference until we've replaced the name string
3367 within our feature hash table. Make sure to use g_hash_table_replace
3368 instead of g_hash_table_insert to ensure the new name string is used
3369 as a key instead of the old one that we're about to free.
3372 2007-07-31 Jan Schmidt <thaytan@mad.scientist.com>
3374 * gst/gstpluginfeature.c: (gst_plugin_feature_finalize),
3375 (gst_plugin_feature_set_name):
3376 Revert patch from #459466 until after the release and we can work
3377 out exactly what the problem is (if any).
3379 2007-07-26 Tim-Philipp Müller <tim at centricular dot net>
3381 * docs/gst/gstreamer-sections.txt:
3384 API: add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI (#451939).
3386 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
3388 * docs/libs/Makefile.am:
3389 Include our build-prefix libs and includes before the generic ones to
3390 avoid linking against the installed libs when we want the build-tree
3393 2007-07-26 Tim-Philipp Müller <tim at centricular dot net>
3395 Patch by: Steve Fink <sphink gmail com>
3397 * docs/pwg/building-testapp.xml:
3398 Mention that GST_PLUGIN_PATH or --gst-plugin-path might be needed
3399 if people try to build or install the example from the plugin
3400 template against a GStreamer from package using the configure
3403 2007-07-25 Tim-Philipp Müller <tim at centricular dot net>
3405 Patch by: Steve Fink <sphink gmail com>
3407 * tools/gst-inspect.1.in:
3408 Document --print-all and --print-plugin-auto-install-info command
3409 line options in man page.
3411 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
3413 * docs/gst/gstreamer-sections.txt:
3414 Add docs for new api function.
3416 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
3418 * gst/gstelementfactory.c: (gst_element_factory_has_interface):
3419 * gst/gstelementfactory.h:
3420 API: gst_element_factory_has_interface()
3421 Added method to check if an element factory implements a named
3424 2007-07-25 Stefan Kost <ensonic@users.sf.net>
3427 * docs/gst/gstreamer.types.in:
3428 Another conditional doc check.
3431 * gst/gstparamspecs.h:
3432 * gst/gstregistrybinary.c: (gst_registry_binary_read_cache):
3437 2007-07-24 Stefan Kost <ensonic@users.sf.net>
3439 * gst/gstregistrybinary.c: (gst_registry_binary_check_magic),
3440 (gst_registry_binary_load_feature),
3441 (gst_registry_binary_load_plugin),
3442 (gst_registry_binary_read_cache):
3443 Print error just once and with additional info.
3445 2007-07-24 Stefan Kost <ensonic@users.sf.net>
3447 * libs/gst/base/gsttypefindhelper.c: (helper_find_peek),
3448 (helper_find_suggest), (helper_find_get_length),
3449 (gst_type_find_helper_get_range), (buf_helper_find_suggest),
3450 (gst_type_find_helper_for_buffer):
3451 Cleanup the typefindhelper code and add private doc comments.
3453 2007-07-24 Edward Hervey <bilboed@bilboed.com>
3455 * plugins/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
3456 (gst_capsfilter_transform_size), (gst_capsfilter_prepare_buf):
3457 Fix capsfilter for cases where the caps set on capsfilter will provide
3458 additional information.
3461 2007-07-24 Stefan Kost <ensonic@users.sf.net>
3463 * gst/gsttypefindfactory.c:
3464 Fix docs that recommened wrong function to use.
3466 2007-07-23 Stefan Kost <ensonic@users.sf.net>
3468 * tools/gst-inspect.c: (print_plugin_features):
3469 Also give media-type for typefinders in element output.
3471 2007-07-23 Stefan Kost <ensonic@users.sf.net>
3473 * gst/gstregistry.c: (gst_registry_init), (gst_registry_finalize),
3474 (gst_registry_remove_features_for_plugin_unlocked),
3475 (gst_registry_add_feature), (gst_registry_remove_feature),
3476 (gst_registry_lookup_feature_locked):
3477 * gst/gstregistry.h:
3478 Speed up gst_registry_lookup_feature_locked() by using a hashmap.
3481 2007-07-23 Stefan Kost <ensonic@users.sf.net>
3483 * gst/gstpluginfeature.c: (gst_plugin_feature_finalize),
3484 (gst_plugin_feature_set_name):
3485 Avoid double memory usage for pluginfeature names. Fixes #459466.
3487 2007-07-22 Tim-Philipp Müller <tim at centricular dot net>
3490 Small addition to GST_FLOW_IS_FATAL() docs: mention that elements
3491 driving the pipeline may need to explicitly check for NOT_LINKED as
3492 well, since IS_FATAL doesn't cover that.
3494 2007-07-22 Tim-Philipp Müller <tim at centricular dot net>
3496 * docs/pwg/advanced-types.xml:
3497 Fix typo and duplicate entry in video formats list.
3499 2007-07-22 Sebastian Dröge <slomo@circular-chaos.org>
3501 * libs/gst/controller/gstinterpolation.c:
3502 Also round to the nearest int when using cubic interpolation.
3504 2007-07-19 Jan Schmidt <thaytan@noraisin.net>
3506 * libs/gst/controller/gstinterpolation.c:
3507 When linearly interpolating integer types, round to the nearest int
3508 by adding 0.5. Don't do it for float/double types.
3509 Fixes the failing controller test on my machine, which is somehow
3510 rounding differently than on the buildbots.
3512 2007-07-20 Stefan Kost <ensonic@users.sf.net>
3514 * tools/gst-plot-timeline.py:
3515 Better log parsing (categories can have -). Adjust text vs. lines, so
3516 that they span the same y-range.
3518 2007-07-20 Stefan Kost <ensonic@users.sf.net>
3520 * docs/random/ensonic/audiobaseclasses.txt:
3521 * docs/random/ensonic/dynlink.txt:
3522 * docs/random/ensonic/profiling.txt:
3525 * docs/random/moving-plugins:
3526 Add note to use g_assert type macros.
3528 2007-07-20 Stefan Kost <ensonic@users.sf.net>
3531 * libs/gst/check/Makefile.am:
3532 Add libm check as we use in for plugins.
3534 2007-07-18 Jan Schmidt <thaytan@noraisin.net>
3536 * gst/gstbin.c: (gst_bin_continue_func):
3537 Check that the state_cookie hasn't changed since the continue_func
3538 was scheduled. Avoids problems where the state changes back to
3539 something it shouldn't be because it was changed in the meantime.
3541 2007-07-17 Stefan Kost <ensonic@users.sf.net>
3543 * gst/gstregistrybinary.c: (gst_registry_binary_save_const_string),
3544 (gst_registry_binary_save_string),
3545 (gst_registry_binary_save_pad_template),
3546 (gst_registry_binary_save_feature),
3547 (gst_registry_binary_save_plugin),
3548 (gst_registry_binary_load_feature),
3549 (gst_registry_binary_load_plugin),
3550 (gst_registry_binary_read_cache):
3551 Fix memory leak. Be less verbose in the log.
3553 2007-07-16 Jan Schmidt <thaytan@mad.scientist.com>
3555 * tests/check/elements/.cvsignore:
3556 Add file to cvsignore as commanded.
3558 2007-07-16 Jan Schmidt <thaytan@mad.scientist.com>
3560 * tests/check/elements/multiqueue.c: (mq_dummypad_chain),
3561 (mq_dummypad_event), (run_output_order_test):
3562 Use a GStaticMutex to protect all cases where libcheck
3563 fail_if/fail_unless macros might be called from multiple threads
3564 simultaneously to avoid errors like:
3565 "check_pack.c:107: :-1081725400:Bad message type arg"
3567 2007-07-16 Jan Schmidt <thaytan@mad.scientist.com>
3569 * tests/check/pipelines/stress.c: (GST_START_TEST):
3570 Make sure we set the pipeline back to the NULL state before
3571 dropping our final reference.
3573 2007-07-16 Jan Schmidt <thaytan@mad.scientist.com>
3575 * tests/check/elements/tee.c: (GST_START_TEST):
3576 Make the tee stress-test a little less stressful so it doesn't just
3577 time out on slow-machines, and remove a small race when it's starting
3578 up by adding a get_state() call.
3580 2007-07-16 Stefan Kost <ensonic@users.sf.net>
3583 Avoid reading registry twice on startup. Fixes #457322.
3585 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
3587 * pkgconfig/gstreamer-check-uninstalled.pc.in:
3588 * pkgconfig/gstreamer-check.pc.in:
3589 Substitute the CFLAGS for libcheck into our .pc file too so that
3590 dependent modules will pick it up properly if libcheck is installed
3591 into some other prefix.
3593 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
3596 Revert the pkg-config check for libcheck, since it pulls in the
3597 wrong non-PIC libcheck.a on Ubuntu and probably Fedora too. We need
3598 a proper solution, either from the check project, or something else.
3600 2007-07-12 Stefan Kost <ensonic@users.sf.net>
3603 Use pkg-config to locate check.
3605 2007-07-10 Stefan Kost <ensonic@users.sf.net>
3612 Add deprecation guards.
3614 * libs/gst/base/gstcollectpads.h:
3615 Don't document object (this is implicitly private).
3617 2007-07-08 Tim-Philipp Müller <tim at centricular dot net>
3619 * gst/gststructure.c: (gst_structure_parse_value):
3620 When deserialising foo=bar without a type cast, check if it's a
3621 boolean before falling back to a string type, otherwise things like
3622 audiotestsrc ! audio/x-raw-int,signed=true ! fakesink won't work,
3623 because the filtercaps end up having a signed=(string)true field,
3624 which causes problems later when intersection caps.
3626 * tests/check/gst/gststructure.c: (GST_START_TEST):
3627 Add a unit test for this.
3629 2007-07-06 Sebastian Dröge <slomo@circular-chaos.org>
3631 Reviewed by: Stefan Kost <ensonic@users.sf.net>
3633 * libs/gst/controller/Makefile.am:
3634 * libs/gst/controller/gstcontroller.c:
3635 (gst_controlled_property_add_interpolation_control_source),
3636 (gst_controlled_property_new), (gst_controlled_property_free),
3637 (gst_controller_find_controlled_property),
3638 (gst_controller_new_valist), (gst_controller_new_list),
3639 (gst_controller_new), (gst_controller_remove_properties_valist),
3640 (gst_controller_remove_properties_list),
3641 (gst_controller_remove_properties),
3642 (gst_controller_set_property_disabled),
3643 (gst_controller_set_disabled), (gst_controller_set_control_source),
3644 (gst_controller_get_control_source), (gst_controller_get),
3645 (gst_controller_sync_values), (gst_controller_get_value_array),
3646 (_gst_controller_dispose), (gst_controller_get_type),
3647 (gst_controlled_property_set_interpolation_mode),
3648 (gst_controller_set), (gst_controller_set_from_list),
3649 (gst_controller_unset), (gst_controller_unset_all),
3650 (gst_controller_get_all), (gst_controller_set_interpolation_mode):
3651 * libs/gst/controller/gstcontroller.h:
3652 * libs/gst/controller/gstcontrollerprivate.h:
3653 * libs/gst/controller/gstcontrolsource.c:
3654 (gst_control_source_class_init), (gst_control_source_init),
3655 (gst_control_source_get_value),
3656 (gst_control_source_get_value_array), (gst_control_source_bind):
3657 * libs/gst/controller/gstcontrolsource.h:
3658 * libs/gst/controller/gsthelper.c: (gst_object_set_control_source),
3659 (gst_object_get_control_source):
3660 * libs/gst/controller/gstinterpolation.c:
3661 (gst_interpolation_control_source_find_control_point_node),
3662 (gst_interpolation_control_source_get_first_value),
3663 (_interpolate_none_get), (interpolate_none_get),
3664 (interpolate_none_get_boolean_value_array),
3665 (interpolate_none_get_enum_value_array),
3666 (interpolate_none_get_string_value_array),
3667 (_interpolate_trigger_get), (interpolate_trigger_get),
3668 (interpolate_trigger_get_boolean_value_array),
3669 (interpolate_trigger_get_enum_value_array),
3670 (interpolate_trigger_get_string_value_array):
3671 * libs/gst/controller/gstinterpolationcontrolsource.c:
3672 (gst_control_point_free), (gst_interpolation_control_source_reset),
3673 (gst_interpolation_control_source_new),
3674 (gst_interpolation_control_source_set_interpolation_mode),
3675 (gst_interpolation_control_source_bind),
3676 (gst_control_point_compare), (gst_control_point_find),
3677 (gst_interpolation_control_source_set_internal),
3678 (gst_interpolation_control_source_set),
3679 (gst_interpolation_control_source_set_from_list),
3680 (gst_interpolation_control_source_unset),
3681 (gst_interpolation_control_source_unset_all),
3682 (gst_interpolation_control_source_get_all),
3683 (gst_interpolation_control_source_get_count),
3684 (gst_interpolation_control_source_init),
3685 (gst_interpolation_control_source_finalize),
3686 (gst_interpolation_control_source_dispose),
3687 (gst_interpolation_control_source_class_init):
3688 * libs/gst/controller/gstinterpolationcontrolsource.h:
3689 * libs/gst/controller/gstinterpolationcontrolsourceprivate.h:
3690 API: Refactor GstController into the core controller which can take
3691 a GstControlSource for providing actual values for timestamps.
3692 Implement a interpolation control source and use this for backward
3693 compatibility, deprecate a bunch of functions that are now handled
3694 by GstControlSource or GstInterpolationControlSource.
3695 Make it possible to disable the controller completely or only for
3696 specific properties. Fixes #450711.
3697 * docs/libs/gstreamer-libs-docs.sgml:
3698 * docs/libs/gstreamer-libs-sections.txt:
3699 * docs/libs/gstreamer-libs.types:
3700 Add new functions and classes to the docs.
3701 * tests/check/libs/controller.c: (GST_START_TEST),
3702 (gst_controller_suite):
3703 * tests/examples/controller/audio-example.c: (main):
3704 Port unit test and example to the new API and add some new
3707 2007-07-05 Wim Taymans <wim.taymans@gmail.com>
3709 Patch by: Mark Nauwelaerts <manauw at skynet be>
3711 * plugins/elements/gstmultiqueue.c:
3712 (gst_multi_queue_get_internal_links), (apply_buffer),
3713 (single_queue_overrun_cb), (gst_single_queue_new):
3714 Implement non-default GstPadIntLinkFunction for multiqueue pads so that
3715 the pipeline layout can be tracked correctly. Fixes #453732.
3717 2007-07-05 Stefan Kost <ensonic@users.sf.net>
3719 * docs/gst/Makefile.am:
3720 * docs/libs/Makefile.am:
3721 * docs/plugins/Makefile.am:
3722 Simplify --extra-dir as gtkdoc scans recursively.
3724 2007-07-03 Wim Taymans <wim.taymans@gmail.com>
3726 * tools/gst-launch.c: (main):
3727 When we got an error, there is no point in waiting for preroll when
3730 2007-07-03 Wim Taymans <wim.taymans@gmail.com>
3732 * plugins/elements/gsttee.c: (gst_tee_base_init),
3733 (gst_tee_request_new_pad), (gst_tee_release_pad),
3734 (gst_tee_find_buffer_alloc), (gst_tee_buffer_alloc),
3735 (gst_tee_do_push), (clear_pads), (gst_tee_handle_buffer),
3737 Be a lot smarter when deciding what srcpad to use for proxying
3738 the buffer_alloc. Also handle pad added/removed when doing so.
3740 Keep track of what pads we already pushed on in case we have pads
3741 added/removed while pushing. Fixes #374639
3743 * tests/check/Makefile.am:
3744 * tests/check/elements/tee.c: (handoff), (GST_START_TEST),
3746 Added unit test for pad resync.
3748 2007-07-01 Thomas Vander Stichele <thomas at apestaart dot org>
3752 Updated translations.
3754 2007-07-01 Thomas Vander Stichele <thomas at apestaart dot org>
3756 translation by: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>
3760 Added new Finnish translation.
3762 2007-06-28 Wim Taymans <wim@fluendo.com>
3764 * plugins/elements/gstmultiqueue.c: (apply_buffer),
3765 (single_queue_overrun_cb):
3766 When figuring out when a queue is filled, use our internal time estimate
3767 based on segments, just like check_full does.
3769 2007-06-27 Stefan Kost <ensonic@users.sf.net>
3771 * gst/gstminiobject.c: (gst_mini_object_get_type):
3772 Remove 3 do-nothing methods.
3774 2007-06-27 Wim Taymans <wim@fluendo.com>
3776 Patch by: Tim Angus <tim at ngus dot net>
3778 * plugins/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
3779 (gst_capsfilter_set_property):
3780 Take a reference instead of a copy when setting "caps".
3781 Fix documentation to clarify this behaviour. Fixes #449414.
3783 2007-06-27 Stefan Kost <ensonic@users.sf.net>
3785 * gst/gstindexfactory.c: (gst_index_factory_get_type):
3786 * gst/gstplugin.c: (gst_plugin_init):
3787 * gst/gstpluginfeature.c: (gst_plugin_feature_init):
3788 * gst/gstquery.c: (gst_query_get_type):
3789 * gst/gstregistry.c: (gst_registry_init):
3790 * gst/gsturi.c: (gst_uri_handler_base_init):
3791 Remove empty instance_init() functions to save relocs and lessen the
3792 noise. Remove some of the function prototypes that are doubled by
3795 2007-06-27 Wim Taymans <wim@fluendo.com>
3797 Patch by: Étienne Noreau-Hébert <etienne at deepunder dot org>
3799 * gst/gstghostpad.c: (gst_proxy_pad_save_thyself):
3800 Add peer and direction in the XML serialisation of ghostpads.
3803 2007-06-26 Stefan Kost <ensonic@users.sf.net>
3806 Preserve useful information, thanks Tim.
3808 2007-06-26 Jan Schmidt <thaytan@noraisin.net>
3810 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_init),
3811 (gst_single_queue_flush), (apply_segment), (apply_buffer),
3812 (gst_single_queue_push_one), (gst_multi_queue_loop),
3813 (gst_multi_queue_sink_activate_push), (gst_multi_queue_sink_event),
3814 (gst_multi_queue_src_activate_push), (wake_up_next_non_linked),
3815 (compute_high_id), (gst_single_queue_new):
3816 * plugins/elements/gstmultiqueue.h:
3817 Take the multiqueue lock when updating the fill level so we don't get
3820 After applying a buffer or event on the src pad segment, make sure to
3821 call gst_data_queue_limits_changed() to get the data queue to unblock
3822 and check the filled state again.
3824 Rework the not-linked pad handling so the logic is that not-linked
3825 pads can push as fast as they like, but only so they never get
3826 ahead of any linked pads.
3828 * tests/check/elements/multiqueue.c: (mq_sinkpad_to_srcpad),
3829 (mq_dummypad_getcaps), (mq_dummypad_chain), (mq_dummypad_event),
3830 (run_output_order_test), (GST_START_TEST), (multiqueue_suite):
3832 Add a test to check that not-linked pads always stay behind
3837 2007-06-26 Jan Schmidt <thaytan@mad.scientist.com>
3839 * docs/random/release:
3840 Some updates to the release procedure.
3842 2007-06-26 Stefan Kost <ensonic@users.sf.net>
3844 * gst/gstelementfactory.c: (__gst_element_details_clear):
3845 Microoptimization that saves stunning 80 bytes.
3847 2007-06-25 Stefan Kost <ensonic@users.sf.net>
3849 * docs/plugins/gstreamer-plugins.args:
3850 * docs/plugins/inspect/plugin-coreelements.xml:
3851 * docs/plugins/inspect/plugin-coreindexers.xml:
3852 Update docs with caps info.
3854 2007-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
3857 Updated Italian translation.
3859 2007-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
3863 Update Vietnamese translations.
3865 2007-06-21 Tim-Philipp Müller <tim at centricular dot net>
3867 * libs/gst/base/gstbasesink.c:
3868 Remove unused signal enum.
3870 2007-06-21 Jan Schmidt <thaytan@mad.scientist.com>
3872 * docs/gst/gstreamer-sections.txt:
3874 * gst/gstutils.c: (gst_type_register_static_full):
3875 Beef up and include the docs for gst_type_register_static_full and
3876 gst_element_class_set_details_simple and add the API keyword
3879 2007-06-21 Jan Schmidt <thaytan@mad.scientist.com>
3881 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_set_property),
3882 (update_time_level), (gst_single_queue_push_one),
3883 (gst_multi_queue_chain), (gst_multi_queue_sink_event),
3884 (single_queue_overrun_cb), (single_queue_underrun_cb),
3885 (single_queue_check_full):
3886 Fix setting max-* properties after adding queues.
3887 Use IS_FILLED for checking visible items.
3888 Signal overrun if multiple queues overrun.
3889 Add extra debug output.
3890 Patch by: Wim Taymans <wim@fluendo.com>
3892 2007-06-21 Stefan Kost <ensonic@users.sf.net>
3894 * gst/gstelement.c: (gst_element_class_set_details_simple):
3896 * gst/gstutils.c: (gst_type_register_static_full):
3898 * plugins/elements/gstcapsfilter.c: (gst_capsfilter_base_init):
3899 * plugins/elements/gstfakesink.c: (gst_fake_sink_base_init):
3900 * plugins/elements/gstfakesrc.c: (gst_fake_src_base_init):
3901 * plugins/elements/gstfdsink.c: (gst_fd_sink_base_init):
3902 * plugins/elements/gstfdsrc.c: (gst_fd_src_base_init):
3903 * plugins/elements/gstfilesink.c: (gst_file_sink_base_init):
3904 * plugins/elements/gstfilesrc.c: (gst_file_src_base_init):
3905 * plugins/elements/gstidentity.c: (gst_identity_base_init):
3906 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_base_init):
3907 * plugins/elements/gstqueue.c: (gst_queue_base_init),
3908 (apply_buffer), (gst_queue_chain):
3909 * plugins/elements/gsttee.c: (gst_tee_base_init):
3910 * plugins/elements/gsttypefindelement.c:
3911 (gst_type_find_element_base_init),
3912 (gst_type_find_element_class_init):
3913 Saving relocations for GTypeInfo and GstElementDetails. Fixes #437457.
3914 API: add gst_type_register_static_full
3915 API: add gst_element_class_set_details_simple
3917 2007-06-21 Tim-Philipp Müller <tim at centricular dot net>
3919 * docs/pwg/advanced-types.xml:
3920 Fix typo in iana.org URI.
3922 2007-06-19 Andy Wingo <wingo@pobox.com>
3924 * tests/check/pipelines/simple-launch-lines.c
3925 (test_state_change_returns): Enable pull-mode tests now that
3926 basesink has been fixed.
3928 * libs/gst/base/gstbasesink.c (gst_base_sink_needs_preroll):
3929 Changed from gst_base_sink_is_prerolled, reversing the sense of
3930 the return value. Returns FALSE also if the sink is in pull mode,
3931 in which case it needs no preroll.
3932 (gst_base_sink_query, gst_base_sink_change_state): Update for
3933 needs_preroll change.
3934 (gst_base_sink_change_state): Add a case for READY_TO_PAUSED after
3935 chaining up, in which we return SUCCESS directly if we activated
3936 in pull mode instead of ASYNC. Involves countering an async_start
3937 message sent before chaining up; not sure if this is correct, in
3938 an ideal world we only send async-start when activating in push
3941 * tests/check/pipelines/simple-launch-lines.c
3942 (test_state_change_returns): New test, partially disabled until
3945 2007-06-19 Wim Taymans <wim@fluendo.com>
3947 * plugins/elements/gstmultiqueue.c: (apply_buffer),
3948 (gst_multi_queue_sink_event):
3951 2007-06-19 Wim Taymans <wim@fluendo.com>
3953 * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
3954 (gst_bin_change_state_func), (bin_push_state_continue),
3955 (bin_handle_async_start), (bin_handle_async_done),
3956 (gst_bin_handle_message_func):
3957 Move the common code for posting state-change messages into
3959 Broadcast the state signal after we posted the messages.
3960 Mark the bin as busy when it's doing a state-change.
3961 Make sure async-start/done messages don't interfere with the bin's
3962 state when it's busy.
3963 After the state change, let the bin check which elements completed the
3964 state change while it was busy so that it can update its state.
3966 2007-06-19 Jan Schmidt <thaytan@mad.scientist.com>
3968 * docs/random/release:
3969 Add a note about updating the doap file to the release checklist
3971 2007-06-18 Wim Taymans <wim@fluendo.com>
3973 * plugins/elements/gstmultiqueue.c: (apply_buffer),
3974 (gst_single_queue_push_one), (gst_multi_queue_chain),
3975 (gst_multi_queue_sink_event):
3976 Make sure we don't reference the buffer/event after we have given away
3977 ownership in the queue.
3979 2007-06-18 Wim Taymans <wim@fluendo.com>
3981 * plugins/elements/gstmultiqueue.c: (gst_single_queue_flush),
3982 (gst_multi_queue_chain), (gst_multi_queue_sink_event):
3983 Update queue state _after_ adding the item in the queue because else we
3984 could end up being full without the element added yet.
3986 2007-06-18 Wim Taymans <wim@fluendo.com>
3988 * gst/gstbin.c: (gst_bin_init), (gst_bin_add_func),
3989 (gst_bin_remove_func), (gst_bin_get_state_func),
3990 (gst_bin_element_set_state), (gst_bin_continue_func),
3991 (bin_push_state_continue), (bin_handle_async_start),
3992 (bin_handle_async_done), (gst_bin_handle_message_func):
3994 Immediatly commit the toplevel bin state when receiving an async-done
3995 message. This enables us to avoid spawning a thread to commit the state
3996 in some common cases and it also avoids some races.
3997 Avoid spawning a state thread when adding/removing async elements to a
3998 toplevel bin. Instead we immediatly update the bin state.
3999 Get rid of iterating all the children when getting the state in the bin
4000 because it is now always up-to-date.
4001 Fix bug where locked elements would always return _SUCCESS even it they
4002 returned NO_PREROLL before being locked.
4003 Fix the order of the state_change, async-start/done messages that was
4004 sometimes incorrect.
4005 Mark the state_dirty field as deprecated, we don't need it anymore as we
4006 are always up-to-date.
4008 * gst/gstelement.c: (gst_element_get_state_func),
4009 (gst_element_continue_state):
4010 Small debug inprovements.
4011 Return the previous element state return when nothing is pending instead
4012 of blindly returning SUCCESS.
4014 * tests/check/generic/sinks.c: (GST_START_TEST), (pad_blocked_cb),
4016 Add a whole bunch of new testcases.
4018 2007-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
4022 Update translations.
4024 2007-06-15 Jan Schmidt <thaytan@mad.scientist.com>
4027 Fix typo in the docs.
4029 2007-06-15 Wim Taymans <wim@fluendo.com>
4031 * docs/libs/gstreamer-libs-sections.txt:
4032 Add docs for new methods.
4034 2007-06-15 Wim Taymans <wim@fluendo.com>
4036 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_item_destroy),
4037 (gst_multi_queue_item_new):
4038 Don't use GSlice because we don't depend on >= 2.10 yet.
4040 2007-06-15 Wim Taymans <wim@fluendo.com>
4042 * plugins/elements/gstmultiqueue.c: (gst_single_queue_flush),
4043 (update_time_level), (apply_segment), (apply_buffer),
4044 (gst_single_queue_push_one), (gst_multi_queue_item_new),
4045 (gst_multi_queue_loop), (gst_multi_queue_sink_activate_push),
4046 (gst_multi_queue_sink_event), (single_queue_overrun_cb),
4047 (single_queue_underrun_cb), (single_queue_check_full):
4048 Remove debug printf.
4050 2007-06-15 Wim Taymans <wim@fluendo.com>
4052 * libs/gst/base/gstdataqueue.c: (gst_data_queue_cleanup),
4053 (gst_data_queue_finalize), (gst_data_queue_locked_is_empty),
4054 (gst_data_queue_set_flushing), (gst_data_queue_push),
4055 (gst_data_queue_pop), (gst_data_queue_drop_head),
4056 (gst_data_queue_limits_changed), (gst_data_queue_get_level):
4057 * libs/gst/base/gstdataqueue.h:
4059 Added methods to get the current levels and to inform the queue that the
4060 'full' limits changed.
4062 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_init),
4063 (gst_multi_queue_finalize), (gst_multi_queue_set_property),
4064 (gst_single_queue_flush), (update_time_level), (apply_segment),
4065 (apply_buffer), (gst_single_queue_push_one),
4066 (gst_multi_queue_item_steal_object),
4067 (gst_multi_queue_item_destroy), (gst_multi_queue_item_new),
4068 (gst_multi_queue_loop), (gst_multi_queue_chain),
4069 (gst_multi_queue_sink_activate_push), (gst_multi_queue_sink_event),
4070 (gst_multi_queue_getcaps), (gst_multi_queue_src_activate_push),
4071 (gst_multi_queue_src_query), (single_queue_overrun_cb),
4072 (single_queue_underrun_cb), (single_queue_check_full),
4073 (gst_single_queue_new):
4074 Keep track of time in the queue by measuring the difference between
4075 running_time on input and output. This gives more accurate results and
4076 can compensate for segments correctly.
4077 Make a queue by default only 5 buffers deep. We will now increase the
4078 buffer size depending on the filledness of the other queues.
4079 Factor out commong flush code.
4080 Make sure we don't add additional refcounts to buffers when we can avoid
4082 Propagate GstFlowReturn differently.
4083 Use GSlice for intermediate GstMultiQueueItems.
4085 Resize queues on over and underruns based on filled level of other
4087 When checking if the queue is filled, prefer to measure in time if we
4088 can and fall back to bytes when no time is known.
4090 * plugins/elements/gstqueue.c:
4093 2007-06-15 Wim Taymans <wim@fluendo.com>
4095 * libs/gst/base/gstbasetransform.c:
4096 (gst_base_transform_sink_event):
4097 Work around the brokenness of the event vmethod in basetransform. Prefer
4098 to return TRUE when the subclass returned FALSE (meaning don't forward
4101 * libs/gst/base/gstbasetransform.h:
4104 2007-06-15 Wim Taymans <wim@fluendo.com>
4106 * gst/gstpad.c: (gst_pad_push_event), (gst_pad_send_event):
4107 * libs/gst/base/gstbasesrc.c: (gst_base_src_query_latency),
4108 (gst_base_src_default_query), (gst_base_src_get_range),
4109 (gst_base_src_start):
4110 * tests/check/pipelines/parse-launch.c: (setup_pipeline):
4113 2007-06-15 Stefan Kost <ensonic@users.sf.net>
4115 * docs/pwg/advanced-types.xml:
4116 Added more formats to caps table.
4118 2007-06-15 Stefan Kost <ensonic@users.sf.net>
4120 * tools/gst-launch.c: (main):
4121 Remove crufy code. GOption does not need this workaround.
4123 2007-06-14 Stefan Kost <ensonic@users.sf.net>
4125 * libs/gst/controller/gstcontroller.c:
4126 (gst_controlled_property_set_interpolation_mode):
4127 Fix wrong getter for enums in controller.
4129 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
4131 * libs/gst/check/gstcheck.c: (gst_check_init):
4132 Intercept criticals and warnings in the Gst-Phonon log domain, so
4133 ASSERT_CRITICAL() etc. can be used in gst-phonon's unit tests as
4136 2007-06-14 Edward Hervey <edward@fluendo.com>
4138 * gst/gstparamspecs.c: (_gst_param_fraction_validate):
4139 Since this file doesn't include "gst.h" it will not go through the
4140 macros that disable GST_LOG if debugging was disabled.
4142 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
4144 * libs/gst/check/Makefile.am:
4145 * libs/gst/check/gstcheck.h:
4146 * pkgconfig/gstreamer-check-uninstalled.pc.in:
4147 * pkgconfig/gstreamer-check.pc.in:
4148 Ugly 'fix' for the controller unit test on the p5 bot: in
4149 fail_unless_equals_float() check whether the values are 'almost
4150 equal' by allowing a small absolute error, which should be good
4151 enough for our use cases (normal numbers and values close to 0).
4152 Proper fixage left to floating point arithmetic aficionados.
4154 2007-06-14 Stefan Kost <ensonic@users.sf.net>
4156 * libs/gst/base/gstbasesink.c: (gst_base_sink_reset_qos),
4157 (gst_base_sink_render_object), (gst_base_sink_get_position):
4158 Add two breaks thats where missing.
4160 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
4162 * docs/libs/gstreamer-libs-sections.txt:
4163 * libs/gst/check/gstcheck.h:
4164 API: add fail_unless_equals_float() and assert_equals_float().
4165 Add documentation for some of the macros.
4167 * tests/check/libs/controller.c: (GST_START_TEST):
4168 Use newly-added asserts.
4170 2007-06-14 Stefan Kost <ensonic@users.sf.net>
4172 * gst/gstpad.c: (gst_pad_alloc_buffer_full), (gst_pad_push):
4173 Show the caps change in the log to help spotting the case of not
4174 exactly matching caps.
4176 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
4178 * docs/pwg/building-boiler.xml:
4179 Fix typos, spotted by Thijs Vermeir (#447190).
4181 2007-06-13 Jan Schmidt <thaytan@mad.scientist.com>
4183 * docs/plugins/tmpl/.cvsignore:
4184 Ignore file to keep the buildbots happy
4186 2007-06-13 Jan Schmidt <thaytan@mad.scientist.com>
4188 * docs/plugins/Makefile.am:
4189 * docs/plugins/gstreamer-plugins-docs.sgml:
4190 * docs/plugins/gstreamer-plugins-sections.txt:
4191 Pull fdsink into the docs too.
4193 2007-06-11 Sebastian Dröge <slomo@circular-chaos.org>
4195 * libs/gst/controller/gstinterpolation.c:
4196 Actually use the new functions with min/max checks for the trigger and
4197 none interpolation modes for get() and get_value_array() instead of
4200 2007-06-10 Sebastian Dröge <slomo@circular-chaos.org>
4202 * libs/gst/controller/gstcontroller.c:
4203 (gst_controlled_property_free):
4204 Unset the minimum and maximum GValues when freeing the corresponding
4205 GstControllerProperty struct.
4207 2007-06-09 Sebastian Dröge <slomo@circular-chaos.org>
4209 * libs/gst/controller/gstcontroller.c:
4210 (gst_controlled_property_new):
4211 * libs/gst/controller/gstcontrollerprivate.h:
4212 * libs/gst/controller/gstinterpolation.c:
4213 (gst_controlled_property_find_control_point_node),
4214 (interpolate_none_get), (interpolate_none_get_enum_value_array),
4215 (interpolate_none_get_string_value_array),
4216 (interpolate_trigger_get),
4217 (interpolate_trigger_get_enum_value_array),
4218 (interpolate_trigger_get_string_value_array):
4219 Protect against values larger or smaller than the minimum or maximum
4220 allowed value for the property when using values that can be compared.
4222 Optimize trigger interpolator a bit by taking the last requested value
4223 into account instead of always looping through the complete list.
4225 Fix coding style a bit, everywhere else we use "return foo" instead
4228 * tests/check/libs/controller.c: (GST_START_TEST),
4229 (gst_controller_suite):
4230 Add unit test for the protection against too large or too small
4233 2007-06-08 Sebastian Dröge <slomo@circular-chaos.org>
4235 * docs/random/slomo/controller.txt:
4236 Add some thoughts about the future of the controller.
4238 2007-06-08 Wim Taymans <wim@fluendo.com>
4240 * plugins/elements/gstidentity.c: (gst_identity_transform_ip):
4241 Don't overflow in retimestamping code.
4243 2007-06-07 Sebastien Moutte <sebastien@moutte.net>
4245 * libs/gst/controller/gstinterpolation.c: (DEFINE_CUBIC_GET):
4246 Use gst_util_guint64_to_gdouble for conversions.
4247 * win32/common/libgstreamer.def:
4248 Add new exported functions.
4250 2007-06-07 Tim-Philipp Müller <tim at centricular dot net>
4253 Small docs addition.
4255 2007-06-07 Stefan Kost <ensonic@users.sf.net>
4258 Remove that test line again.
4260 2007-06-07 Stefan Kost <ensonic@users.sf.net>
4263 Test commit mail sending.
4265 2007-06-07 Stefan Kost <ensonic@users.sf.net>
4268 Fix typo and test commit mail sending.
4270 2007-06-07 Stefan Kost <ensonic@users.sf.net>
4272 * tests/examples/controller/audio-example.c:
4273 Improve comment and test commit mail sending.
4275 2007-06-07 Wim Taymans <wim@fluendo.com>
4277 * gst/gstbin.c: (find_message), (bin_replace_message), (is_eos),
4278 (gst_bin_remove_func), (gst_bin_element_set_state),
4279 (bin_handle_async_start), (bin_handle_async_done),
4280 (gst_bin_handle_message_func):
4281 Add helper function to find messages.
4282 Generate the async-done messages together with the state change
4284 Small cleanups in handling toplevel bins.
4286 2007-06-06 Tim-Philipp Müller <tim at centricular dot net>
4288 * libs/gst/base/gstdataqueue.c:
4289 * libs/gst/base/gstdataqueue.h:
4290 * plugins/elements/gstmultiqueue.c: (gst_single_queue_push_one),
4291 (gst_multi_queue_item_new), (gst_multi_queue_chain),
4292 (gst_multi_queue_sink_event):
4293 * tests/check/elements/multiqueue.c: (multiqueue_suite):
4294 Fix multiqueue leaking buffers and events when downstream or the
4295 queue are flushing. Make refcounting assumptions explicit and
4296 document them (shouldn't break existing code that uses it other than
4297 maybe leak miniobjects, but that already happens anyway). Add unit
4298 test for the most common flushing case. Fixes #423700.
4300 2007-06-06 Sebastian Dröge <slomo@circular-chaos.org>
4302 * libs/gst/controller/gstcontroller.c:
4303 Clarify docs: The get_all, get_value_array(s) functions
4304 don't modify the GObject properties.
4306 2007-06-06 Sebastian Dröge <slomo@circular-chaos.org>
4308 * libs/gst/controller/gstcontroller.c:
4309 (gst_controlled_property_set_interpolation_mode),
4310 (gst_controlled_property_prepend_default),
4311 (gst_controlled_property_new), (gst_controller_set_unlocked),
4312 (gst_controller_set), (gst_controller_set_from_list),
4313 (gst_controller_unset), (gst_controller_unset_all):
4314 * libs/gst/controller/gstcontrollerprivate.h:
4315 * libs/gst/controller/gstinterpolation.c:
4316 Factor out the 'set' logic into gst_controller_set_unlocked for the
4317 gst_controller_set and gst_controller_set_from_list functions.
4319 To make life of the interpolators easier always add a control point
4320 at timestamp zero with the default value.
4322 In the linear interpolator make things more obvious by better variable
4325 Implement cubic interpolation mode (by using a natural cubic spline)
4326 and map the quadratic interpolation mode to this too (as quadratic
4327 doesn't make much sense, see discussion on the list).
4329 * tests/check/libs/controller.c: (GST_START_TEST),
4330 (gst_controller_suite):
4331 Add unit test for the cubic interpolation mode and check everywhere
4332 if the interpolation mode could be set as expected.
4334 2007-06-06 Tim-Philipp Müller <tim at centricular dot net>
4336 * gst/gstparamspecs.c: (gst_param_spec_fraction_get_type):
4337 Don't use GLib-2.10 functions, we still depend on
4338 GLib-how-old-is-it-again-2.8.
4340 2007-06-06 Tim-Philipp Müller <tim at centricular dot net>
4342 * docs/gst/gstreamer-sections.txt:
4346 * gst/gstparamspecs.c: (_gst_param_fraction_init),
4347 (_gst_param_fraction_set_default), (_gst_param_fraction_validate),
4348 (_gst_param_fraction_values_cmp),
4349 (gst_param_spec_fraction_get_type), (gst_param_spec_fraction):
4350 * gst/gstparamspecs.h:
4352 * tests/check/Makefile.am:
4353 * tests/check/gst/.cvsignore:
4354 * tests/check/gst/gstparamspecs.c: (gst_dummy_obj_base_init),
4355 (gst_dummy_obj_class_init), (gst_dummy_obj_init),
4356 (gst_dummy_obj_set_property), (gst_dummy_obj_get_property),
4357 (GST_START_TEST), (gst_param_spec_suite):
4358 API: add GstParamSpecFraction, so elements can have fraction
4359 properties without lots of painful string parsing (#444648).
4361 2007-06-05 Wim Taymans <wim@fluendo.com>
4363 * gst/gstobject.c: (gst_object_class_init):
4364 Fix signal signature.
4367 Add small clarification in the api docs.
4369 * plugins/elements/gstfilesrc.c: (gst_file_src_set_location):
4370 States are protected with object lock.
4372 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
4375 I should probably be listed as an author by now.
4377 * docs/random/release:
4378 Update the release doc
4380 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
4383 Make docs for gst_value_compare() mention return enums that
4386 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
4391 === release 0.10.13 ===
4393 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
4396 releasing 0.10.13, "With or without you"
4398 2007-05-25 Wim Taymans <wim@fluendo.com>
4400 * gst/gstbin.c: (bin_handle_async_done):
4401 Make sure that the child bin stops after completing the async state
4402 change so that the parent can continue the state change to PLAYING.
4405 2007-05-25 Wim Taymans <wim@fluendo.com>
4407 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize),
4408 (unref_data), (gst_collect_pads_remove_pad),
4409 (gst_collect_pads_check_pads):
4410 Use additional refcounting to avoid crashes when dynamically adding and
4411 removing pads. Fixes #420206.
4413 2007-05-24 Wim Taymans <wim@fluendo.com>
4415 * tools/gst-launch.c: (event_loop):
4416 When buffering goes from a two digit to a single digit number, make sure
4417 to remove the old second digit by writing a blank over it.
4419 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
4421 * libs/gst/base/gstdataqueue.c:
4422 Eliminate tabs and trailing comma in enum list; fix some typos.
4424 2007-05-24 Wim Taymans <wim@fluendo.com>
4426 * tests/check/gst/gstbin.c: (GST_START_TEST):
4427 Allow refcount of 3 and 4 because some state thread might still be busy
4430 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
4432 * plugins/elements/Makefile.am:
4433 * plugins/elements/gstmultiqueue.h:
4434 * plugins/elements/gstqueue.h:
4435 These are not installed headers, no need for padding.
4437 2007-05-24 Wim Taymans <wim@fluendo.com>
4439 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_get_state_func),
4440 (gst_bin_continue_func):
4441 Enable latency for next release.
4442 Restore STATE_LOCK around recalc_state that was left out during the
4443 rewrite and could result in racy behaviour when _get_state and
4444 recalc_state are run concurrently. See #440463.
4446 2007-05-23 Wim Taymans <wim@fluendo.com>
4448 * tests/check/gst/gstsystemclock.c: (store_callback),
4450 Improve test_async_order to also work when both timers are already
4451 expired when we get scheduled to check it.
4453 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
4455 * gst/gstbin.c: (gst_bin_init), (gst_bin_dispose),
4456 (gst_bin_set_property), (gst_bin_get_property),
4457 (gst_bin_remove_func), (gst_bin_handle_message_func):
4459 'private' is a c++ keyword, let's not use that in header files,
4460 otherwise c++ compilers will throw a tantrum.
4462 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
4464 * plugins/elements/gstelements.c:
4465 * plugins/elements/gstfilesink.c: (gst_file_sink_do_seek),
4466 (gst_file_sink_get_current_offset):
4467 * plugins/indexers/gstindexers.c: (plugin_init):
4468 Use #ifdef for HAVE_XYZ for consistency.
4470 * tests/check/Makefile.am:
4471 * tests/check/elements/.cvsignore:
4472 * tests/check/elements/filesink.c: (setup_filesink),
4473 (cleanup_filesink), (GST_START_TEST), (filesink_suite):
4474 Add some unit tests for filesink.
4476 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
4478 Patch by: Mark Nauwelaerts <manauw at skynet be>
4480 * plugins/elements/gstfilesink.c: (gst_file_sink_open_file),
4481 (gst_file_sink_query), (gst_file_sink_do_seek),
4482 (gst_file_sink_get_current_offset), (gst_file_sink_render):
4483 * plugins/elements/gstfilesink.h:
4484 Fix position reporting; rename data_written member to current_pos to
4485 reflect its real meaning (fixes #412648).
4487 2007-05-22 Edward Hervey <edward@fluendo.com>
4489 * docs/gst/gstreamer-sections.txt:
4490 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init),
4491 (gst_bin_dispose), (gst_bin_set_property), (gst_bin_get_property),
4492 (gst_bin_remove_func), (gst_bin_handle_message_func):
4494 Add a property for bins that handle the state change of their childs.
4497 2007-05-22 Sebastian Dröge <slomo@circular-chaos.org>
4499 * libs/gst/controller/gstinterpolation.c:
4500 Use an array of the correct type when using _get_value_array with
4501 linear interpolation.
4503 2007-05-22 Stefan Kost <ensonic@users.sf.net>
4505 * gst/gstelement.c (gst_element_requires_clock,
4506 gst_element_provides_clock, gst_element_request_pad,
4507 gst_element_class_set_details, gst_element_class_set_details_simple,
4508 gst_element_default_send_event, gst_element_abort_state,
4509 gst_element_continue_state, gst_element_set_state,
4510 gst_element_set_state_func, iterator_activate_fold_with_resync):
4511 * gst/gstpad.c (gst_pad_activate_pull, gst_pad_set_getcaps_function,
4512 gst_pad_fixate_caps, gst_pad_configure_sink, gst_pad_configure_src,
4513 gst_pad_query, gst_pad_save_thyself, handle_pad_block, gst_pad_push,
4514 gst_pad_get_range, gst_pad_pull_range):
4515 * gst/gstpad.h (GST_PAD_LINK_SUCCESSFUL, GST_FLOW_CUSTOM_SUCCESS,
4516 GST_FLOW_NOT_SUPPORTED, GST_FLOW_IS_FATAL, GstPadActivateFunction,
4517 GstPadActivateModeFunction, GstPadChainFunction,
4518 GstPadGetCapsFunction, GstPadAcceptCapsFunction,
4519 GstPadFixateCapsFunction, GstPadTemplate):
4520 * gst/gstpipeline.c (gst_pipeline_change_state,
4521 gst_pipeline_set_new_stream_time, gst_pipeline_use_clock,
4522 gst_pipeline_set_clock, gst_pipeline_auto_clock,
4523 gst_pipeline_get_delay):
4524 Whitespace and docs fixes.
4526 2007-05-21 Sebastian Dröge <slomo@circular-chaos.org>
4528 * libs/gst/controller/gstinterpolation.c:
4529 (interpolate_trigger_get_enum_value_array),
4530 (interpolate_trigger_get_string_value_array):
4531 Add support for retrieving value arrays when using the trigger
4534 2007-05-21 Sebastian Dröge <slomo@circular-chaos.org>
4536 * libs/gst/controller/gstcontroller.c:
4537 (gst_controller_get_value_array):
4538 * libs/gst/controller/gstcontroller.h:
4539 Clarify the docs of gst_controller_get_value_array(): The array where
4540 the values should be written to must be allocated as there seems to be
4541 no way to get the size of a random GType. This doesn't change any
4542 behaviour. Also fix some typos all over the place and remove an unused,
4543 commented function that is not necessary as g_object_set() could be
4545 * tests/check/libs/controller.c: (GST_START_TEST),
4546 (gst_controller_suite):
4547 Add unit test for gst_controller_get_value_array().
4549 2007-05-21 Jan Schmidt <thaytan@mad.scientist.com>
4551 * tests/check/gst/gstbuffer.c: (GST_START_TEST):
4553 Disable part of the gst_buffer_try_new_and_alloc test, because
4554 it can happily succeed on 64-bit systems where there's more address
4557 2007-05-21 Sebastian Dröge <slomo@circular-chaos.org>
4559 * tests/check/gst/gstpad.c: (GST_START_TEST), (gst_pad_suite):
4560 Add unit test for the improved caps checking from bug #421543.
4562 2007-05-21 Wim Taymans <wim@fluendo.com>
4564 * docs/design/part-synchronisation.txt:
4567 * gst/gstbin.c: (gst_bin_query):
4568 * plugins/elements/gstqueue.c: (apply_segment):
4574 2007-05-21 Wim Taymans <wim@fluendo.com>
4576 * gst/gstpad.c: (gst_pad_get_caps_unlocked),
4577 (gst_pad_acceptcaps_default), (gst_pad_configure_sink),
4578 (gst_pad_configure_src):
4579 Added simple version of improved caps checking. It was previously
4580 assumed that a setcaps function would check the validity of the caps but
4581 people prefer us to check caps against the template automatically.
4584 2007-05-21 Wim Taymans <wim@fluendo.com>
4586 * libs/gst/base/gstbasetransform.h:
4587 Fix macro for locking/unlocking the transform lock.
4589 2007-05-19 Tim-Philipp Müller <tim at centricular dot net>
4591 * docs/plugins/tmpl/.cvsignore:
4594 2007-05-18 Edward Hervey <edward@fluendo.com>
4596 * plugins/elements/gstqueue.c: (gst_queue_loop):
4597 Hello, I am Mr Taymans' personal debugger. Today I will introduce a fix
4598 for the subtle art of warning a potentially blocking thread that it
4599 should check the source pad return value, and relay the information
4602 2007-05-18 Edward Hervey <edward@fluendo.com>
4604 * plugins/elements/gstqueue.c: (gst_queue_handle_sink_event):
4605 Release the queue lock !
4607 2007-05-17 Sebastian Dröge <slomo@circular-chaos.org>
4609 * docs/libs/gstreamer-libs-sections.txt:
4610 Add the two new controller functions to the appropiate places.
4612 2007-05-17 Sebastian Dröge <slomo@circular-chaos.org>
4614 reviewed by: Stefan Kost <ensonic@users.sf.net>
4616 * libs/gst/controller/gstcontroller.c:
4617 (gst_controller_suggest_next_sync), (gst_controller_sync_values),
4618 (_gst_controller_get_property), (_gst_controller_set_property),
4619 (_gst_controller_init), (_gst_controller_class_init):
4620 * libs/gst/controller/gstcontroller.h:
4621 * libs/gst/controller/gsthelper.c: (gst_object_suggest_next_sync),
4622 (gst_object_get_control_rate), (gst_object_set_control_rate):
4623 API: gst_controller_suggest_next_sync(), gst_object_suggest_next_sync()
4624 Add API that provides sync suggestion timestamps for elements that
4625 call gst_object_sync_values() from which those elements can subdivide
4626 their processing loop to get the best results for the controlled
4627 properties. For now it just suggests last_sync + control_rate as
4628 new timestamp but this will be improved in the future.
4630 While doing that change the control-rate property to a GstClockTime
4631 from guint and change it's meaning from samples to nanoseconds as
4632 the GstController doesn't know anything about sampling rate. Strictly
4633 speaking this breaks ABI but as the control-rate property didn't do
4634 anything in the past and as such couldn't be used this should be no
4637 2007-05-17 Sebastian Dröge <slomo@circular-chaos.org>
4639 reviewed by: Stefan Kost <ensonic@users.sf.net>
4641 * libs/gst/controller/gstcontroller.c: (gst_controller_unset),
4642 (gst_controller_unset_all):
4643 * libs/gst/controller/gstcontrollerprivate.h:
4644 * libs/gst/controller/gstinterpolation.c:
4645 (gst_controlled_property_find_control_point_node):
4646 Save last synced value from the list to continue searching from there
4647 in future syncs. This speeds everything up a bit.
4649 2007-05-17 Sebastian Dröge <slomo@circular-chaos.org>
4651 reviewed by: Stefan Kost <ensonic@users.sf.net>
4653 * libs/gst/controller/gstcontroller.c: (gst_control_point_compare),
4654 (gst_control_point_find), (gst_controlled_property_new),
4655 (gst_control_point_free), (gst_controlled_property_free),
4656 (gst_controller_set), (gst_controller_set_from_list),
4657 (gst_controller_unset), (gst_controller_unset_all),
4658 (gst_controller_sync_values):
4659 * libs/gst/controller/gstcontroller.h:
4660 * libs/gst/controller/gstcontrollerprivate.h:
4661 * libs/gst/controller/gstinterpolation.c:
4662 (gst_controlled_property_find_control_point_node),
4663 (interpolate_none_get), (interpolate_trigger_get):
4664 Add a new private GstControlPoint struct which "inherits" from
4665 GstTimedValue to allow different interpolators to store internal
4666 values next to each control point. From the outside everything is
4667 still a GstControlPoint so we don't loose binary compatibility.
4668 Also fixup all the GValue handling to not leak GValues or list nodes.
4669 * tests/check/libs/controller.c: (GST_START_TEST):
4670 Free the list nodes and GValues in the controller_misc test.
4672 2007-05-17 Edward Hervey <edward@fluendo.com>
4677 2007-05-16 Tim-Philipp Müller <tim at centricular dot net>
4679 * gst/gstplugin.c: (gst_plugin_load_file):
4680 If we fail to load a plugin because of unresolved symbols or missing
4681 libraries and spew a warning to stderr, we may just as well mention
4682 which plugin it was that failed to load.
4684 2007-05-13 David Schleef <ds@schleef.org>
4686 * docs/Makefile.am: the gtk-doc makefile snippet correctly
4687 handles the case when ENABLE_GTK_DOC is false, and installs
4688 the prebuilt documentation. So gtk-doc subdirs are
4689 unconditionally enabled. Fixes: #349099.
4691 2007-05-13 David Schleef <ds@schleef.org>
4693 * gst/gstutils.h: Reword some documentation.
4695 2007-05-12 David Schleef <ds@schleef.org>
4697 * gst/gstplugin.c: gst_plugin_register_func() doesn't actually
4698 do anything with the passed "module" parameter, so remove it.
4699 Allows removal of additional vestigal code.
4701 2007-05-12 David Schleef <ds@schleef.org>
4704 Using sigaction should depend on HAVE_SIGACTION, not HAVE_WIN32.
4705 Switch to using g_stat() because it's more portable.
4707 2007-05-12 David Schleef <ds@schleef.org>
4710 Add GST_DISABLE_OPTION_PARSING, in order to disable option
4711 parsing for embedded systems.
4712 * gst/gstelementfactory.c:
4713 Allow gst_element_register() to be called with plugin==NULL.
4714 Did nobody notice that static elements were broken?
4716 2007-05-12 Wim Taymans <wim@fluendo.com>
4718 * tools/gst-launch.c: (event_loop):
4719 Give more interesting info when buffering starts and stops.
4720 Fix case where buffering starts but we fail to update the buffering flag
4721 because the target state is not PLAYING.
4723 2007-05-12 Wim Taymans <wim@fluendo.com>
4725 * plugins/elements/gstqueue.c: (gst_queue_init),
4726 (gst_queue_finalize), (update_time_level), (apply_segment),
4727 (apply_buffer), (gst_queue_locked_flush),
4728 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
4729 (gst_queue_handle_sink_event), (gst_queue_chain),
4730 (gst_queue_push_one), (gst_queue_loop):
4731 * plugins/elements/gstqueue.h:
4732 Refactor an cleanup queue a bit.
4733 Do better time level calculations that also work when the srcpad is not
4735 Remove some unneeded debug lines.
4737 * tests/check/elements/queue.c: (GST_START_TEST), (queue_suite):
4738 Added testcase for time level measurement.
4739 Try to make some stuff more racefree.
4741 2007-05-11 Tim-Philipp Müller <tim at centricular dot net>
4743 * gst/gsturi.c: (gst_element_make_from_uri):
4744 Don't leak plugin feature.
4746 * tests/check/Makefile.am:
4747 * tests/check/gst/.cvsignore:
4748 * tests/check/gst/gsturi.c: (GST_START_TEST), (gst_uri_suite):
4749 Add brain-dead unit test.
4751 2007-05-11 Tim-Philipp Müller <tim at centricular dot net>
4753 Patch by: Jeroen Wouters <woutersj at gmail com>
4755 * gst/gsturi.c: (gst_uri_get_protocol), (search_by_entry):
4756 Treat protocol strings in a case-insensitive way (#437563).
4758 2007-05-11 Michael Smith <msmith@fluendo.com>
4760 * gst/gstplugin.c: (gst_plugin_load_file):
4761 * gst/gstregistry.c: (gst_registry_scan_path_level):
4762 Don't print a g_warning for any failure to load a shared object.
4763 Instead, push this down into gstplugin.c, and warn _only_ if we
4764 failed to open the module (i.e. failure to link).
4765 Avoids warnings on normal, working, non-plugin .so files.
4767 2007-05-11 Stefan Kost <ensonic@users.sf.net>
4769 * gst/gstplugin.c (gst_plugin_load_file):
4770 * gst/gstregistry.c (GST_CAT_DEFAULT,
4771 gst_registry_lookup_feature_locked, gst_registry_scan_path_level):
4772 Print a g_warning if there was an error when loading a plugins during
4773 registry scan. The shuld help beginners starting with gst-plugin
4776 2007-05-10 Wim Taymans <wim@fluendo.com>
4778 * plugins/elements/gstqueue.c: (gst_queue_class_init),
4779 (update_time_level), (gst_queue_locked_flush),
4780 (gst_queue_handle_sink_event), (gst_queue_chain),
4781 (gst_queue_push_one), (gst_queue_loop):
4782 * plugins/elements/gstqueue.h:
4783 Be smarter when calculating the current amount of data in the queue by
4784 measuring the difference between start and end timestamps (in running
4785 time) inside the queue. Fixes #432876.
4786 API: GstQueue::pushing to notify elements that we are pushing data again
4787 since the running signal is rather broken for this purpose.
4789 2007-05-10 Stefan Kost <ensonic@users.sf.net>
4791 * plugins/elements/gstqueue.c (_do_init, gst_queue_signals,
4792 gst_queue_base_init, gst_queue_init):
4795 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
4797 * win32/common/libgstreamer.def:
4798 Add new exported functions.
4799 * win32/vs6/grammar.dsp:
4800 Use grammar pre-generated files.
4802 2007-05-09 Tim-Philipp Müller <tim at centricular dot net>
4804 Based on patch by: Peter Kjellerstedt <pkj at axis com>
4807 * gst/gstparse.c: (gst_parse_launchv), (gst_parse_launch):
4809 * gst/gstutils.c: (gst_parse_bin_from_description):
4811 Maintain API and ABI when --disable-parse is used. Now that
4812 we have an appropriate error code, we can just return NULL and the
4813 appropriate error when gst_parse_launch() is used despite it having
4814 been disabled (#342564).
4816 * tests/check/Makefile.am:
4817 * tests/check/pipelines/.cvsignore:
4818 * tests/check/pipelines/parse-disabled.c:
4819 Make sure these functions exist and return NULL plus a GError when
4820 --disable-parse is used.
4822 2007-05-09 Tim-Philipp Müller <tim at centricular dot net>
4824 * tests/benchmarks/complexity.c: (main):
4825 * tests/benchmarks/mass-elements.c: (main):
4826 Set a good example and don't leak messages.
4828 2007-05-06 Stefan Kost <ensonic@users.sf.net>
4830 * docs/gst/Makefile.am:
4831 * docs/libs/Makefile.am:
4832 Correct fixxrefs options.
4834 * docs/plugins/Makefile.am:
4835 * docs/plugins/gstreamer-plugins-docs.sgml:
4836 * docs/plugins/gstreamer-plugins-sections.txt:
4837 * plugins/elements/Makefile.am:
4838 * plugins/elements/gstcapsfilter.c (gst_capsfilter_details):
4839 * plugins/elements/gstcapsfilter.h (__GST_CAPSFILTER_H__,
4840 GST_TYPE_CAPSFILTER, GST_CAPSFILTER, GST_CAPSFILTER_CLASS,
4841 GST_IS_CAPSFILTER, GST_IS_CAPSFILTER_CLASS, GstCapsFilter,
4842 GstCapsFilterClass, _GstCapsFilter, trans, filter_caps,
4843 _GstCapsFilterClass, trans_class):
4844 * plugins/elements/gstelements.c (name, rank, type, _elements):
4845 * plugins/elements/gstidentity.c
4846 (gst_identity_check_imperfect_timestamp,
4847 gst_identity_check_imperfect_offset):
4848 Document capsfilter and add doc-blurb to identity.
4850 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
4852 * libs/gst/controller/gstcontroller.c:
4853 (gst_controlled_property_set_interpolation_mode):
4854 * libs/gst/controller/gstinterpolation.c:
4855 Don't crash if someone tries to set an interpolation mode that
4856 is invalid or that isn't supported yet. Fixes #422295.
4858 * tests/check/libs/controller.c: (GST_START_TEST),
4859 (gst_controller_suite):
4860 Add a test case for the above.
4862 2007-05-03 Edward Hervey <edward@fluendo.com>
4864 * libs/gst/base/gstbasetransform.c: (gst_base_transform_chain):
4865 Properly set the last_stop position on GstSegment. This will only happen
4866 if there is a buffer to push out.
4868 2007-05-03 Wim Taymans <wim@fluendo.com>
4870 * libs/gst/base/gstbasetransform.c:
4871 (gst_base_transform_buffer_alloc):
4872 always_in_place does not mean that the sink and source caps are the
4873 same! Make sure we don't blindly proxy the buffer_alloc in this case.
4875 2007-05-03 Wim Taymans <wim@fluendo.com>
4877 * docs/libs/gstreamer-libs-sections.txt:
4878 * libs/gst/base/gstbasesrc.c: (gst_base_src_query_latency),
4879 (gst_base_src_default_query), (gst_base_src_get_range):
4880 * libs/gst/base/gstbasesrc.h:
4881 API: gst_base_src_query_latency(). Added method so that subclasses can
4882 easily get the latency values of the base source class.
4884 2007-05-02 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
4886 * tools/gst-inspect.c (print_implementation_info):
4889 2007-05-02 Tim-Philipp Müller <tim at centricular dot net>
4891 * tools/Makefile.am:
4892 * tools/gst-launch.1.in:
4893 Don't create a customised man page based on the host architecture,
4894 describe the default registry path generically. That way the man
4895 page is the same for all architectures and packagers have one
4896 multilib issue less to deal with. Fixes #434926.
4898 2007-05-02 Wim Taymans <wim@fluendo.com>
4901 Fix documentation as spotted by rg on IRC.
4903 2007-04-29 Stefan Kost <ensonic@users.sf.net>
4906 Improve docs for gst_element_{link,unlink}.
4908 2007-04-28 Tim-Philipp Müller <tim at centricular dot net>
4910 * docs/design/part-events.txt:
4911 * docs/design/part-overview.txt:
4915 * libs/gst/base/gstbasesink.c:
4916 Typo fixes; minor docs addition.
4918 2007-04-27 Sebastian Dröge <slomo@circular-chaos.org>
4920 * docs/gst/gstreamer-sections.txt:
4921 * gst/gsturi.c: (get_element_factories_from_uri_protocol),
4922 (gst_uri_protocol_is_supported), (gst_element_make_from_uri):
4924 API: Add gst_uri_protocol_is_supported(), which checks if a sink
4925 or src that supports a given URI protocol exists.
4927 2007-04-27 Sebastian Dröge <slomo@circular-chaos.org>
4929 * plugins/elements/gstfilesink.c: (gst_file_sink_uri_set_uri):
4930 * plugins/elements/gstfilesrc.c: (gst_file_src_uri_set_uri):
4931 Set the location to NULL if "file://" is set as URI. Otherwise
4932 some random previous URI would still be set if "file://" is
4933 set on an already used filesink/filesrc.
4935 2007-04-27 Sebastian Dröge <slomo@circular-chaos.org>
4937 * plugins/elements/gstfilesink.c: (gst_file_sink_uri_set_uri):
4938 * plugins/elements/gstfilesrc.c: (gst_file_src_uri_set_uri):
4939 Special case the "file://" URI as as this is used by some
4940 applications to test with gst_element_make_from_uri if there's
4941 an element that supports the URI protocol.
4942 Also move the g_path_is_absolute() check for the location part
4943 of the URI to also check this for "file://localhost/bla" URIs.
4945 2007-04-26 Tim-Philipp Müller <tim at centricular dot net>
4947 * docs/gst/gstreamer-sections.txt:
4948 * gst/gstbuffer.c: (gst_buffer_try_new_and_alloc):
4950 * tests/check/gst/gstbuffer.c: (GST_START_TEST),
4952 API: add gst_buffer_try_new_and_alloc() plus unit test (#431940).
4954 2007-04-26 Stefan Kost <ensonic@users.sf.net>
4956 * gst/gstregistrybinary.c: (gst_registry_binary_write_cache),
4957 (gst_registry_binary_load_pad_template),
4958 (gst_registry_binary_load_plugin),
4959 (gst_registry_binary_read_cache):
4960 * gst/gstregistrybinary.h:
4961 Implement no-mmap alternative for registry reading. Do code cleanups.
4962 Add more comments about avoiding strdups for all text data. Comments
4965 2007-04-25 Stefan Kost <ensonic@users.sf.net>
4967 * gst/gstregistrybinary.h (GstBinaryPluginElement,
4968 GstBinaryPluginFeature, _GstBinaryElementFactory, plugin_feature,
4969 GstBinaryElementFactory, _GstBinaryTypeFindFactory, plugin_feature):
4970 Comment structs and reformat to fix the build (that stuff should go
4971 into a priv. header).
4973 2007-04-25 Stefan Kost <ensonic@users.sf.net>
4975 * gst/gstregistrybinary.c: (gst_registry_binary_save_feature),
4976 (gst_registry_binary_load_feature):
4977 * gst/gstregistrybinary.h:
4978 Refactor so that we can implement multiple features. Add support for
4979 TypeFindFactory features.
4981 2007-04-24 Stefan Kost <ensonic@users.sf.net>
4983 Patch by: Peter Kjellerstedt <Peter.Kjellerstedt@axis.com>
4986 Fix AM_CONDITIONAL(GST_DISABLE_GST_DEBUG,...) and update comment.
4988 2007-04-23 Stefan Kost <ensonic@users.sf.net>
4990 * gst/gstbin.c: (gst_bin_element_set_state),
4991 (iterator_activate_fold_with_resync), (gst_bin_continue_func),
4992 (bin_handle_async_done), (gst_bin_handle_message_func):
4993 Fix build with --gst-disable-gst-debug
4995 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
4997 * libs/gst/base/gstbasetransform.c: (gst_base_transform_activate):
4998 Make sure streaming has finished before calling the ::stop() vfunc,
4999 since that vfunc might clear state which is being used in the
5000 streaming thread. This fixes a race that caused crashes in
5001 audioresample when shutting down a pipeline (#420106).
5003 2007-04-20 Stefan Kost <ensonic@users.sf.net>
5005 * docs/gst/gstreamer-sections.txt:
5006 That was one byte missing.
5008 2007-04-20 Stefan Kost <ensonic@users.sf.net>
5011 * docs/gst/gstreamer-sections.txt:
5013 * gst/gstconfig.h.in:
5014 * gst/gstobject.c: (gst_object_class_init),
5015 (gst_signal_object_class_init):
5017 2nd attempt to have a xml-less build as a joined effort of #413123
5020 2007-04-20 Stefan Kost <ensonic@users.sf.net>
5022 * docs/design/draft-tagreading.txt:
5023 Added open issues/thoughts to draft.
5025 2007-04-19 Sebastian Dröge <slomo@circular-chaos.org>
5027 * gst/parse/grammar.tab.pre.c:
5028 * gst/parse/grammar.tab.pre.h:
5029 * gst/parse/lex._gst_parse_yy.pre.c:
5030 Update the prebuild parser sources.
5032 2007-04-19 Sebastian Dröge <slomo@circular-chaos.org>
5034 * gst/parse/Makefile.am:
5035 And now fix the building of the flex sources. Now everything should
5038 2007-04-19 Sebastian Dröge <slomo@circular-chaos.org>
5040 * gst/parse/Makefile.am:
5041 Now hopefully fix the build failures by setting proper rule
5042 dependencies and moving instead of copying.
5044 2007-04-19 Stefan Kost <ensonic@users.sf.net>
5046 * tests/benchmarks/complexity.gnuplot:
5047 * tests/benchmarks/complexity.scm:
5048 * tests/benchmarks/mass-elements.gnuplot:
5049 * tests/benchmarks/mass-elements.scm:
5050 Total licensification.
5052 2007-04-19 Stefan Kost <ensonic@users.sf.net>
5054 * gst/parse/Makefile.am:
5055 Fix the build by correcting the rule that gave wrong files to flex.
5057 2007-04-19 Stefan Kost <ensonic@users.sf.net>
5059 * tests/benchmarks/complexity.c:
5060 * tests/benchmarks/mass-elements.c:
5061 Change licence to LGPL as granted by Benjamin and Andy.
5063 2007-04-19 Sebastian Dröge <slomo@circular-chaos.org>
5065 * gst/parse/Makefile.am:
5066 Add correct grammar.tab.h dependency if compiling without new enough
5067 flex. Fixes #431150.
5069 2007-04-18 Sebastian Dröge <slomo@circular-chaos.org>
5071 * gst/parse/Makefile.am:
5072 Fix typo and use outdated sources if the flex/bison sources are newer
5073 than the pregenerated ones but flex is too old. Print a warning in
5074 that case. This should fix the build on the build bot.
5076 2007-04-18 Sebastian Dröge <slomo@circular-chaos.org>
5078 Patch by: Marc-Andre Lureau <marcandre dot lureau at gmail dot com>
5079 * gst/parse/Makefile.am:
5080 * gst/parse/grammar.y:
5081 * gst/parse/parse.l:
5082 Make the parser reentrant and recursively callable. This requires flex
5083 >= 2.5.31, for older versions pregenerated sources are used as we
5084 can't bump the build dependency. Finally fixes #349180.
5086 * gst/gstparse.c: (gst_parse_launch):
5087 Drop the HAVE_MT_SAVE_FLEX #ifdefs as we always use a new enough flex
5090 * docs/gst/Makefile.am:
5091 * docs/gst/Makefile.am:
5092 * gst/parse/grammar.tab.pre.c: (__gst_parse_strdup),
5093 (__gst_parse_strfree), (__gst_parse_link_new),
5094 (__gst_parse_link_free), (__gst_parse_chain_new),
5095 (__gst_parse_chain_free), (SET_ERROR), (YYPRINTF),
5096 (gst_parse_element_set), (gst_parse_free_link),
5097 (gst_parse_found_pad), (gst_parse_perform_delayed_link),
5098 (gst_parse_perform_link), (yytnamerr), (yysyntax_error), (yyerror),
5099 (_gst_parse_launch):
5100 * gst/parse/grammar.tab.pre.h:
5101 * gst/parse/lex._gst_parse_yy.pre.c: (PRINT), (yy_get_next_buffer),
5102 (yy_get_previous_state), (yy_try_NUL_trans), (input),
5103 (_gst_parse_yyrestart), (_gst_parse_yy_switch_to_buffer),
5104 (_gst_parse_yy_load_buffer_state), (_gst_parse_yy_create_buffer),
5105 (_gst_parse_yy_delete_buffer), (_gst_parse_yy_init_buffer),
5106 (_gst_parse_yy_flush_buffer), (_gst_parse_yypush_buffer_state),
5107 (_gst_parse_yypop_buffer_state),
5108 (_gst_parse_yyensure_buffer_stack), (_gst_parse_yy_scan_buffer),
5109 (_gst_parse_yy_scan_string), (_gst_parse_yy_scan_bytes),
5110 (yy_fatal_error), (_gst_parse_yyget_extra),
5111 (_gst_parse_yyget_lineno), (_gst_parse_yyget_column),
5112 (_gst_parse_yyget_in), (_gst_parse_yyget_out),
5113 (_gst_parse_yyget_leng), (_gst_parse_yyget_text),
5114 (_gst_parse_yyset_extra), (_gst_parse_yyset_lineno),
5115 (_gst_parse_yyset_column), (_gst_parse_yyset_in),
5116 (_gst_parse_yyset_out), (_gst_parse_yyget_debug),
5117 (_gst_parse_yyset_debug), (_gst_parse_yyget_lval),
5118 (_gst_parse_yyset_lval), (_gst_parse_yylex_init),
5119 (yy_init_globals), (_gst_parse_yylex_destroy), (yy_flex_strncpy),
5120 (yy_flex_strlen), (_gst_parse_yyalloc), (_gst_parse_yyrealloc),
5121 (_gst_parse_yyfree):
5122 If the installed flex version is too old use pre-generated parser
5123 sources. These pre-generated parser sources are always updated when
5124 the actual flex/bison sources change but require everybody who wants
5125 to change something in the parser to have flex >= 2.5.31 installed.
5127 2007-04-18 Stefan Kost <ensonic@users.sf.net>
5129 * common/m4/gst-gettext.m4:
5130 * gst/gst-i18n-lib.h:
5131 Make --disable-nls to work
5133 2007-04-17 Wim Taymans <wim@fluendo.com>
5135 * gst/gstconfig.h.in:
5136 Revert previous change that broke the build.
5138 2007-04-17 Stefan Kost <ensonic@users.sf.net>
5142 * gst/gstconfig.h.in:
5143 Drop libxml2 dependency when building with
5144 --enable-binary-registry --disable-loadsave
5146 2007-04-16 Tim-Philipp Müller <tim at centricular dot net>
5148 * gst/gstregistrybinary.c: (gst_registry_binary_write_cache),
5149 (gst_registry_binary_read_cache):
5150 * gst/gstregistrybinary.h:
5151 Remove unnecessary <sys/mman.h> include which broke the win32 build
5152 with MingW; move includes from header file to .c file, even if the
5153 header file isn't installed; use g_strerror() where UTF-8 strings
5154 are expected, such as in GST_DEBUG messages.
5156 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
5158 * docs/libs/gstreamer-libs-sections.txt:
5159 Remove bogus addition for API I didn't end up keeping.
5161 * libs/gst/base/gstbasesrc.h:
5162 Mention Since: 0.10.13 in the documentation.
5164 Add the API keyword to the previous ChangeLog entry.
5166 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
5168 * docs/libs/gstreamer-libs-sections.txt:
5169 * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
5170 (gst_base_src_default_prepare_seek_segment),
5171 (gst_base_src_prepare_seek_segment), (gst_base_src_perform_seek):
5172 * libs/gst/base/gstbasesrc.h:
5173 Allow basesrc derived classes to execute seeks in other formats
5174 by providing a prepare_seek_segment vmethod. Sub-classes can choose
5175 to prepare the GstSegment in any format that their perform_seek method
5176 will be able to understand. The default implementation provides the
5177 old behaviour of attempting to convert the seek offsets to the
5178 configured native format.
5180 API: basesrc::prepare_seek_segment vmethod.
5182 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
5184 * gst/gstelement.c: (gst_element_get_state_func):
5185 Don't output the same debug statement twice.
5187 * libs/gst/base/gstadapter.c: (gst_adapter_try_to_merge_up),
5188 (gst_adapter_peek), (gst_adapter_take_buffer):
5189 Optimise the case where we have buffers at the head of the queue that
5190 can be joined quickly (because they're contiguous sub-buffers) by
5191 merging them together rather than copying data out into new memory.
5193 * gst/parse/grammar.y:
5194 * tests/check/pipelines/parse-launch.c:
5195 Fix a leak in an error path for parse_launch, and add a check
5196 for it to the testsuite.
5198 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
5200 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_release_pad):
5201 Don't deadlock when releasing a pad - gst_pad_set_active may try
5202 and take the multiqueue lock too.
5204 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
5206 * gst/gsterror.c: (_gst_core_errors_init):
5208 API: add GST_CORE_ERROR_DISABLED (#392804).
5210 2007-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
5212 * docs/faq/gst-uninstalled:
5213 don't get empty paths on the PATH variables
5214 * gst/gstpad.c (gst_pad_is_active, gst_pad_set_blocked_async):
5215 Don't format for the uncommon terminal width of 84 characters.
5217 2007-04-06 Wim Taymans <wim@fluendo.com>
5219 * gst/gstpipeline.c: (reset_stream_time),
5220 (gst_pipeline_change_state), (gst_pipeline_set_new_stream_time):
5221 Only try to select a different pipeline clock when we went back to
5222 PAUSED and not when we merely got flushed.
5224 2007-04-05 Michael Smith <msmith@fluendo.com>
5226 * tools/gst-launch.1.in:
5227 fractions are better supported in gstreamer than ractions, so
5228 suggest using those.
5230 2007-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
5232 Submitted by: Mogens Jaeger <mogens@jaeger.tf>
5236 Added Danish translation.
5238 2007-04-05 Wim Taymans <wim@fluendo.com>
5240 * libs/gst/base/gstbasesink.c:
5241 (gst_base_sink_queue_object_unlocked), (gst_base_sink_event):
5242 Fix leak caused when refusing newsegment after EOS.
5244 * plugins/elements/gstfakesink.c: (gst_fake_sink_class_init),
5245 (gst_fake_sink_init), (gst_fake_sink_set_property),
5246 (gst_fake_sink_get_property), (gst_fake_sink_preroll),
5247 (gst_fake_sink_render), (gst_fake_sink_change_state):
5248 * plugins/elements/gstfakesink.h:
5249 Add num-buffers property to make the element generate EOS after a
5250 configurable amount of buffers.
5251 API: fakesink::num-buffers property.
5253 * tests/check/elements/fakesink.c: (GST_START_TEST),
5255 Fix GstBus leak in test.
5256 Test for fakesink num-buffers.
5258 2007-04-05 Wim Taymans <wim@fluendo.com>
5260 * libs/gst/base/gstbasesink.c:
5261 (gst_base_sink_queue_object_unlocked), (gst_base_sink_event),
5262 (gst_base_sink_change_state):
5263 Don't accept anything after an EOS, return UNEXPECTED instead.
5265 * tests/check/elements/fakesink.c: (GST_START_TEST),
5267 Unit test for new EOS behaviour.
5269 2007-04-05 Wim Taymans <wim@fluendo.com>
5271 * gst/gstelement.c: (gst_element_get_request_pad):
5272 Make padtemplates also work when they don't contain %s or %d.
5274 2007-04-05 Wim Taymans <wim@fluendo.com>
5276 * docs/gst/gstreamer-sections.txt:
5277 * gst/gstclock.c: (gst_clock_adjust_unlocked),
5278 (gst_clock_unadjust_unlocked), (gst_clock_set_calibration):
5280 Improve _adjust_unlocked() so that it overflows less.
5281 Add gst_clock_unadjust_unlocked to convert from external time to
5282 internal time based on calibration.
5283 Add some more debug.
5284 API: GstClock::gst_clock_unadjust_unlocked()
5286 2007-04-03 Wim Taymans <wim@fluendo.com>
5288 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5290 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_release_pad):
5291 Deactivate pads and free GstSingleQueue with gst_single_queue_free()
5292 when releasing sink pad. Fixes #425400.
5294 2007-04-02 Stefan Kost <ensonic@users.sf.net>
5296 * docs/random/ensonic/dynlink.txt:
5297 More work on proposal for new core api.
5299 * docs/libs/gstreamer-libs-sections.txt:
5300 * libs/gst/base/gstbasetransform.h:
5301 API: GST_BASE_TRANSFORM_LOCK/UNLOCK added
5303 * libs/gst/controller/gstcontroller.c:
5304 (on_object_controlled_property_changed),
5305 (gst_controller_sync_values),
5306 (gst_controller_set_interpolation_mode):
5307 * libs/gst/controller/gstcontroller.h:
5308 Less verbose logging add docs for unimplemented parts and correctly
5309 return when using unavailable parts.
5311 2007-03-29 Jan Schmidt <thaytan@mad.scientist.com>
5313 * gst/gstclock.c: (gst_clock_set_master), (do_linear_regression):
5314 Move all the debug to the CLOCK category, and associate it with
5317 2007-03-29 Jan Schmidt <thaytan@mad.scientist.com>
5319 * libs/gst/base/gstadapter.c: (gst_adapter_take_buffer):
5320 Make take_buffer a bit quicker by removing redundant checks
5321 caused by calling gst_adapter_take.
5323 2007-03-28 Tim-Philipp Müller <tim at centricular dot net>
5325 * plugins/elements/gstmultiqueue.c: (gst_single_queue_free):
5328 * tests/check/Makefile.am:
5329 * tests/check/elements/.cvsignore:
5330 * tests/check/elements/multiqueue.c: (setup_multiqueue),
5331 (GST_START_TEST), (multiqueue_suite):
5332 Add some dead simple unit tests for the 'multiqueue' element
5333 (some bits don't work yet and are disabled for now).
5335 2007-03-28 Tim-Philipp Müller <tim at centricular dot net>
5337 * gst/gstelement.c: (gst_element_get_request_pad),
5338 (gst_element_class_get_request_pad_template):
5339 Make gst_element_get_request_pad() create request pads only for
5340 request pad templates and not for, say, sometimes pad templates.
5342 2007-03-28 Stefan Kost <ensonic@users.sf.net>
5344 * docs/design/draft-klass.txt:
5345 Add example that needs more thinking.
5347 * docs/design/draft-missing-plugins.txt:
5348 More thoughts about wrapper plugins.
5350 * docs/random/ensonic/embedded.txt:
5351 * docs/random/ensonic/profiling.txt:
5354 2007-03-25 Wim Taymans <wim@fluendo.com>
5356 * libs/gst/base/gstbasesrc.c: (gst_base_src_get_range),
5357 (gst_base_src_loop):
5358 Only push the segment events in the PLAYING state for live sources.
5360 2007-03-23 Jan Schmidt <thaytan@mad.scientist.com>
5362 * gst/gstpipeline.c: (gst_pipeline_change_state):
5363 Modify the clock distribution path in PAUSED->PLAYING so that we
5364 never attempt to choose a new clock unless we're actually leaving
5365 the PAUSED state for the first time. This prevents choosing a
5366 different clock when the state_change gets called for a 2nd time due
5367 to some element doing an async state change.
5369 2007-03-22 Sebastian Dröge <slomo@circular-chaos.org>
5371 * gst/gstpad.c: (gst_pad_set_caps), (gst_pad_configure_sink),
5372 (gst_pad_configure_src), (gst_pad_alloc_buffer_full),
5373 (gst_pad_chain_unchecked), (gst_pad_push):
5374 Revert last commit. This needs some more thoughts.
5376 2007-03-22 Sebastian Dröge <slomo@circular-chaos.org>
5378 * gst/gstpad.c: (gst_pad_set_caps), (gst_pad_alloc_buffer_full),
5379 (gst_pad_chain_unchecked), (gst_pad_push):
5380 Check in set_caps if the caps are compatible with the pad and remove
5381 two functions that are redundant now. Fixes #421543.
5383 2007-03-22 Wim Taymans <wim@fluendo.com>
5385 * tests/check/gst/gstsystemclock.c: (GST_START_TEST),
5386 (mixed_thread), (mixed_async_cb), (gst_systemclock_suite):
5387 Unref some more to make valgrind happy.
5389 2007-03-22 Wim Taymans <wim@fluendo.com>
5391 * gst/gstsystemclock.c: (gst_system_clock_id_wait_jitter_unlocked),
5392 (gst_system_clock_id_wait_jitter),
5393 (gst_system_clock_id_wait_async), (gst_system_clock_id_unschedule):
5394 Fix anoying regression that survived a few releases. When adding an
5395 async entry while blocking on a sync entry, the sync entry will unblock
5396 but still be busy, so it should continue to wait instead of returning
5398 Add some comments here and there.
5400 * tests/check/gst/gstsystemclock.c: (mixed_thread),
5401 (mixed_async_cb), (GST_START_TEST), (gst_systemclock_suite):
5402 Add testcase for this.
5404 2007-03-22 Wim Taymans <wim@fluendo.com>
5406 * libs/gst/base/gstbasesrc.c: (gst_base_src_get_range):
5407 Handle errors from the clock sync better, only UNSCHEDULED indicates a
5408 WRONG_STATE and can silently pause the task. All other cases should
5411 2007-03-22 Wim Taymans <wim@fluendo.com>
5413 Patch by: Ville Syrjala <syrjala at sci dot fi>
5415 * gst/gstpad.c: (gst_pad_alloc_buffer_full), (gst_pad_send_event):
5416 Fix possible deadlock if pad eventfunc is not specified. Fixes #421177.
5419 2007-03-21 Michael Smith <msmith@fluendo.com>
5421 * docs/pwg/advanced-types.xml:
5422 Fix some errors in the typefinding docs pointed out on irc.
5424 2007-03-21 Jan Schmidt <thaytan@mad.scientist.com>
5426 * libs/gst/base/gstbasesrc.c:
5427 Clarify FIXME comment in the face of having added unlock_stop()
5429 2007-03-21 Wim Taymans <wim@fluendo.com>
5431 * gst/gstbin.c: (gst_bin_get_type), (gst_bin_element_set_state):
5432 Prepare for release where we warn against possible app breakage in the
5433 case of live pipelines along with an env var to enable/disable live
5434 preroll mode (GST_COMPAT=[no-]live-preroll).
5436 2007-03-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5438 * plugins/elements/gstidentity.c (gst_identity_check_imperfect_offset):
5439 So we should use correct constants for checking for None offset.
5441 2007-03-20 Wim Taymans <wim@fluendo.com>
5443 * docs/design/part-block.txt:
5444 Mention the fact that the newly switched element should be set to at
5447 2007-03-20 Wim Taymans <wim@fluendo.com>
5450 Fix compilation with registry disabled as spotted by Saur.
5452 2007-03-20 Wim Taymans <wim@fluendo.com>
5454 Patch by: Olivier Crete <tester at tester dot ca>
5456 * gst/gstelement.c: (gst_element_sync_state_with_parent):
5457 Look at the pending state too when syncing the element state to the
5458 parent. Fixes #420133.
5460 2007-03-19 Jan Schmidt <thaytan@mad.scientist.com>
5462 * libs/gst/base/gstbasesink.c: (gst_base_sink_set_flushing),
5463 (gst_base_sink_change_state):
5464 * libs/gst/base/gstbasesink.h:
5465 * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek),
5466 (gst_base_src_default_event), (gst_base_src_unlock_stop),
5467 (gst_base_src_deactivate):
5468 * libs/gst/base/gstbasesrc.h:
5469 Add ::unlock_stop to basesrc and basesink. This allows an opportunity
5470 for sub-classes to correctly clear any state they set trying to
5471 unlock, such as clearing out unlock commands from a command fd.
5472 API: basesrc::unlock_stop
5473 API: basesink::unlock_stop
5475 * plugins/elements/gstfdsink.c: (gst_fd_sink_class_init),
5476 (gst_fd_sink_render), (gst_fd_sink_unlock),
5477 (gst_fd_sink_unlock_stop):
5478 * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init),
5479 (gst_fd_src_init), (gst_fd_src_unlock), (gst_fd_src_unlock_stop),
5480 (gst_fd_src_create), (gst_fd_src_get_size), (gst_fd_src_do_seek):
5482 Implement unlock_stop in fdsrc and fdsink.
5483 Implement seeking in fdsrc when a seekable fd is passed, as in
5484 gst-launch-0.10 fdsrc ! ... ! xvimagesink < /path/to/file
5486 2007-03-19 Wim Taymans <wim@fluendo.com>
5488 Patch by: Evan Nemerson <evan at coeus dash group dot com>
5490 * gst/gstelement.c: (gst_element_class_init):
5491 Fix pad-added and pad-removed signal signatures so that the pad type is
5492 stated as GST_TYPE_PAD instead of G_TYPE_OBJECT. Fixes #419851.
5494 2007-03-19 Wim Taymans <wim@fluendo.com>
5496 * docs/gst/gstreamer-sections.txt:
5497 Add new element field and method.
5499 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init),
5500 (bin_remove_messages), (gst_bin_add_func), (gst_bin_remove_func),
5501 (gst_bin_recalc_state), (gst_bin_get_state_func),
5502 (gst_bin_element_set_state), (gst_bin_change_state_func),
5503 (gst_bin_continue_func), (bin_bus_handler),
5504 (bin_push_state_continue), (bin_handle_async_start),
5505 (bin_handle_async_done), (gst_bin_handle_message_func):
5506 Make async state changes a bit smarter by using new ASYNC_START and
5507 ASYNC_DONE messages. This reduces the number of times we run the state
5508 recalculation thread.
5509 Don't change state of element with a pending ASYNC_START message.
5510 Deprecate STATE_DIRTY messages.
5512 * gst/gstelement.c: (gst_element_init), (gst_element_send_event),
5513 (gst_element_get_state_func), (gst_element_continue_state),
5514 (gst_element_lost_state), (gst_element_set_state_func),
5515 (gst_element_change_state):
5517 Keep the state that was last set by the app in a new element field.
5518 Don't allow state changes when handling an element event.
5519 Post ASYNC_START and ASYNC_DONE messages.
5520 Change lost_state so that we go to PAUSED and wait for the parent to set
5521 us to PLAYING again (so latency calculation can be performed)
5522 Export gst_element_change_state() method so that subclasses can use it.
5523 API: gst_element_change_state()
5524 API: GST_STATE_TARGET
5526 * gst/gstpipeline.c: (gst_pipeline_class_init),
5527 (reset_stream_time), (gst_pipeline_change_state),
5528 (gst_pipeline_handle_message), (gst_pipeline_set_new_stream_time):
5529 Using the new ASYNC_START message we can reset the base_time when
5530 needed. This can then be used to implement base_time redistribution in
5531 flushing seeks so that we can remove the explicit seek handling.
5532 Perform latency query and configuration when going to PLAYING.
5534 * libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state),
5535 (gst_base_sink_query), (gst_base_sink_change_state):
5536 Post new ASYNC_START/ASYNC_DONE messages.
5538 * tests/check/generic/sinks.c: (GST_START_TEST):
5539 Fix test because the bin will not set the async element to PLAYING right
5542 * tests/check/gst/gstbin.c: (pop_async_done), (GST_START_TEST):
5543 Make the message check a little stronger.
5544 Handle ASYNC messages.
5546 * tests/check/pipelines/cleanup.c: (GST_START_TEST):
5547 * tests/check/pipelines/simple-launch-lines.c: (GST_START_TEST):
5548 Expect ASYNC_DONE messages.
5550 2007-03-19 Wim Taymans <wim@fluendo.com>
5552 * docs/gst/gstreamer-sections.txt:
5553 * gst/gstmessage.c: (gst_message_new_async_start),
5554 (gst_message_new_async_done), (gst_message_parse_info),
5555 (gst_message_parse_async_start):
5557 Add ASYNC_START and ASYNC_DONE messages to prepare for latency
5560 2007-03-15 Tim-Philipp Müller <tim at centricular dot net>
5562 * tools/gst-inspect.c:
5563 (print_plugin_automatic_install_info_codecs):
5564 Now that we don't check for the 'Codec' keyword any longer in the
5565 klass, we shouldn't spew a warning if the klass isn't a decoder or
5566 encoder (since it might be a Source/Network, for example).
5568 2007-03-14 Tim-Philipp Müller <tim at centricular dot net>
5570 * tools/gst-inspect.c:
5571 (print_plugin_automatic_install_info_codecs):
5572 Don't require decoder/demuxer/depayloader elements or
5573 encoder/muxer/paylader elements to have 'Codec' as part of their
5574 factory class string when introspecting a plugin's capabilities.
5575 draft-klass.txt mentions that it might be removed in future, and
5576 flump3dec doesn't have it as part of its class string, so chances
5577 are others might also not have it.
5579 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
5601 Update translations from translation project
5603 2007-03-14 Stefan Kost <ensonic@users.sf.net>
5605 * gst/gstchildproxy.c: (gst_child_proxy_get_property),
5606 (gst_child_proxy_set_property):
5607 Invert precondition check to be alike the ones in the mimiced gobject
5610 2007-03-13 Stefan Kost <ensonic@users.sf.net>
5612 * docs/design/draft-tagreading.txt:
5613 * docs/random/ensonic/audiobaseclasses.txt:
5614 Do some Architect work.
5616 * gst/gstobject.c: (gst_object_set_name):
5620 Add docs that point from gst_pad_get_range to gst_pad_pull_range
5622 2007-03-12 Jan Schmidt <thaytan@mad.scientist.com>
5624 * gst/gstsystemclock.c: (gst_system_clock_init),
5625 (gst_system_clock_start_async), (gst_system_clock_id_wait_async):
5626 Defer starting the async system clock thread until the first async
5627 wait is scheduled. Fixes #414986.
5629 2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
5631 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_finalize),
5632 (gst_single_queue_free):
5633 Fix small leak (free GstSingleQueue structure too, not only contents).
5635 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
5637 * gst/gstbin.c:(gst_bin_add):
5638 Use GST_STR_NULL to prevent NULL pointer to be passed to GST_CAT_DEBUG.
5639 * win32/common/libgstbase.def:
5640 * win32/common/libgstreamer.def:
5641 Add new exported functions.
5643 2007-03-09 Wim Taymans <wim@fluendo.com>
5645 * docs/plugins/gstreamer-plugins-sections.txt:
5648 2007-03-09 Wim Taymans <wim@fluendo.com>
5650 * docs/gst/gstreamer-sections.txt:
5651 * gst/gstbuffer.c: (gst_buffer_copy_metadata), (_gst_buffer_copy):
5653 Add metadata copy functions. Fixes #393099.
5654 API: gst_buffer_copy_metadata()
5656 * gst/gstutils.c: (gst_buffer_stamp):
5657 * libs/gst/base/gstbasetransform.c:
5658 (gst_base_transform_prepare_output_buffer):
5659 Use new metadata copy functions.
5661 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5663 * plugins/elements/gstidentity.c: (gst_identity_class_init),
5664 (gst_identity_init), (gst_identity_check_perfect),
5665 (gst_identity_check_imperfect_timestamp),
5666 (gst_identity_check_imperfect_offset), (gst_identity_transform_ip),
5667 (gst_identity_set_property), (gst_identity_get_property):
5668 * plugins/elements/gstidentity.h:
5669 Separate out check-imperfect-timestamp and check-imperfect-offset.
5670 Put back check-perfect as it was to keep compatibility.
5672 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
5674 * gst/gstelement.c: (gst_element_dispose):
5675 There's no need to warn if VOID_PENDING is not NONE here, as
5676 long as the state is NULL it's ok, and that's checked immediately
5679 2007-03-08 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5681 * plugins/elements/gstidentity.c: (gst_identity_check_perfect):
5682 Fix check for perfect stream to ignore buffers with -1
5683 offsets/offset ends when checking data contiguity.
5685 2007-03-08 Wim Taymans <wim@fluendo.com>
5687 * tools/gst-launch.c: (event_loop):
5688 Print INFO messages.
5690 2007-03-08 Wim Taymans <wim@fluendo.com>
5692 * libs/gst/base/gstbasetransform.c:
5693 (gst_base_transform_sink_eventfunc),
5694 (gst_base_transform_handle_buffer), (gst_base_transform_chain),
5695 (gst_base_transform_activate):
5696 * libs/gst/base/gstbasetransform.h:
5697 Add support for dropping buffers with custom GstFlowReturn.
5698 Set DISCONT flags on outgoing buffers based on QoS, incomming DISCONT
5699 buffers or dropped buffers.
5701 * docs/libs/gstreamer-libs-sections.txt:
5702 docs for new custom return code.
5704 * plugins/elements/gstidentity.c: (gst_identity_transform_ip):
5705 Use drop support in base class to implement drop-probability.
5707 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
5709 * gst/gst.c: (load_plugin_func):
5710 * gst/gstplugin.c: (gst_plugin_load_by_name), (gst_plugin_load):
5711 * gst/gstregistrybinary.c: (gst_registry_binary_read_cache):
5712 * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
5713 Remove newlines at end of debug log strings.
5715 2007-03-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5717 * plugins/elements/gstidentity.c: (gst_identity_check_perfect):
5718 Only post bus message at max, once per buffer received.
5720 2007-03-07 Wim Taymans <wim@fluendo.com>
5722 * docs/design/Makefile.am:
5723 * docs/design/part-synchronisation.txt:
5724 Add doc about synchronisation
5726 * docs/design/draft-latency.txt:
5727 * docs/design/part-TODO.txt:
5728 * docs/design/part-clocks.txt:
5729 * docs/design/part-events.txt:
5730 * docs/design/part-gstbus.txt:
5731 * docs/design/part-gstpipeline.txt:
5732 * docs/design/part-live-source.txt:
5733 * docs/design/part-messages.txt:
5734 * docs/design/part-overview.txt:
5735 * docs/design/part-streams.txt:
5736 * docs/design/part-trickmodes.txt:
5737 Documentation updates.
5739 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
5742 Update the doap file.
5744 2007-03-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5746 * plugins/elements/gstidentity.c: (gst_identity_check_perfect):
5747 Rename non-perfect to imperfect for Mike and for the sanctity of the
5749 Also make sure bus message gets emitted for data-incontiguities.
5751 2007-03-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5753 * plugins/elements/gstidentity.c: (gst_identity_check_perfect),
5754 (gst_identity_start):
5755 * plugins/elements/gstidentity.h:
5756 Emit bus message if check-perfect is true and we encounter a
5757 non-perfect stream between 2 consecutive buffers.
5760 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
5765 === release 0.10.12 ===
5767 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
5770 releasing 0.10.12, "Inevitable Demise"
5772 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
5775 Version 0.10.11.2 (0.10.12 pre-release)
5776 Bump libtool versioning.
5778 2007-03-01 Stefan Kost <ensonic@users.sf.net>
5780 * libs/gst/base/gstbasesrc.c: (gst_base_src_loop):
5781 Log flow-names and not numbers.
5783 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
5786 Convert to new AG_GST style.
5788 2007-02-28 Wim Taymans <wim@fluendo.com>
5790 * libs/gst/base/gstbasesink.c: (gst_base_sink_query_latency):
5791 Don't unref query twice.
5793 2007-02-28 Wim Taymans <wim@fluendo.com>
5795 * gst/gstvalue.c: (gst_value_transform_object_string),
5796 (_gst_value_initialize):
5797 Implement GstObject -> string transform so we print object names
5798 when serializing GValues containing GstObjects.
5800 2007-02-28 Wim Taymans <wim@fluendo.com>
5802 * docs/gst/gstreamer-sections.txt:
5803 Add new stuff to docs.
5805 2007-02-28 Wim Taymans <wim@fluendo.com>
5807 * libs/gst/base/gstbasesink.c: (gst_base_sink_query_latency),
5808 (gst_base_sink_queue_object_unlocked), (gst_base_sink_send_event),
5809 (gst_base_sink_change_state):
5810 Improve latency query code.
5811 Don't leak latency events.
5813 * tests/check/gst/gstbin.c: (GST_START_TEST):
5816 2007-02-28 Wim Taymans <wim@fluendo.com>
5818 * gst/gstelement.c: (gst_element_message_full),
5819 (gst_element_get_state_func):
5821 Improve docs a little. Added Since: for new macro.
5823 * gst/gstobject.c: (gst_object_sink):
5824 * gst/gstpipeline.c: (gst_pipeline_change_state),
5825 (gst_pipeline_set_new_stream_time):
5826 * gst/gstpipeline.h:
5827 Improve debugging and docs.
5829 * gst/gstutils.c: (gst_element_state_change_return_get_name):
5832 2007-02-28 Wim Taymans <wim@fluendo.com>
5834 * gst/gstelement.c: (gst_element_message_full),
5835 (gst_element_set_locked_state), (gst_element_get_state_func),
5836 (gst_element_change_state):
5837 Handle INFO messages from the GST_ELEMENT_INFO macro as well.
5838 Documentation updates.
5839 Small code cleanups.
5841 * gst/gstmessage.c: (gst_message_new_info),
5842 (gst_message_parse_info):
5844 API: gst_message_new_info()
5845 API: gst_message_parse_info()
5846 Add INFO message create and parse code.
5848 2007-02-28 Wim Taymans <wim@fluendo.com>
5850 * gst/gstbin.c: (bin_query_min_max_init), (bin_query_latency_fold),
5851 (bin_query_latency_done):
5852 Also report the live parameter of a latency query.
5854 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
5856 * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5857 Copy the current generic/states example from -base and adapt so
5858 we can use the exact same code everywhere.
5859 Check a STATES_IGNORE_ELEMENTS env var which can be used
5860 to ignore certain element factories for this test, which is
5861 what is being done in -base
5862 * tests/check/Makefile.am:
5863 Mention this environment variable.
5865 2007-02-27 Wim Taymans <wim@fluendo.com>
5867 * docs/gst/gstreamer-sections.txt:
5868 * gst/gstbus.c: (gst_bus_init), (gst_bus_dispose), (gst_bus_post),
5869 (gst_bus_timed_pop), (gst_bus_pop):
5871 API: gst_bus_timed_pop()
5872 Implement gst_bus_timed_pop() to do a blocking timed wait for a
5873 message to arrive on the bus.
5875 * tests/check/gst/gstbus.c: (GST_START_TEST), (pop_thread),
5877 Two unit tests for new _timed_pop() function.
5879 2007-02-23 Wim Taymans <wim@fluendo.com>
5881 * gst/gstpipeline.c: (gst_pipeline_change_state),
5882 (gst_pipeline_provide_clock_func), (gst_pipeline_set_delay):
5883 Don't ref a NULL clock in _provide_clock_func().
5884 Don't allow an INVALID delay.
5885 Don't try to calculate base_time with an invalid start_time.
5886 Also distribute and notify a NULL clock when it was selected.
5888 * tools/gst-launch.c: (event_loop):
5889 Don't crash when a NULL clock was selected in the pipeline.
5891 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
5893 * docs/design/Makefile.am:
5894 * docs/design/draft-missing-plugins.txt:
5895 * docs/random/draft-missing-plugins.txt:
5896 Some small updates: update plugin system identifier prefix
5897 ('gstreamer.net' to 'gstreamer'), mention our new install
5898 API in libgstbaseutils rather than libgimme-codec, add
5899 reference to the online docs.
5901 2007-02-21 Thomas Vander Stichele <thomas at apestaart dot org>
5903 * win32/common/config.h:
5904 Pretty sure Bill never made a powerpc version. Powerpc hackers,
5905 use moap cl ci to only check in what is mentioned in the ChangeLog.
5907 2007-02-21 Thomas Vander Stichele <thomas at apestaart dot org>
5909 * docs/gst/gstreamer-sections.txt:
5911 Fix up documentation to link to the correct GstGError section.
5912 Add GST_ELEMENT_INFO macro since someone else added a Info message.
5914 2007-02-21 Thomas Vander Stichele <thomas at apestaart dot org>
5916 * tools/gst-launch.c: (event_loop):
5917 Make sure that we actually show the important message part of a
5919 No need to check if the gerror is not NULL to free; first of all
5920 g_free accepts NULL; and second the default error handler would
5921 segfault if gerror was NULL.
5923 2007-02-21 Wim Taymans <wim@fluendo.com>
5925 * docs/gst/gstreamer-sections.txt:
5926 Removed docs as well.
5928 2007-02-21 Wim Taymans <wim@fluendo.com>
5930 * gst/gstmessage.c: (gst_message_parse_duration):
5932 Remove new messages for release.
5934 2007-02-20 Wim Taymans <wim@fluendo.com>
5936 * docs/design/part-gstghostpad.txt:
5937 * gst/gstghostpad.c: (gst_ghost_pad_dispose),
5938 (gst_ghost_pad_new_full):
5939 Make the ghostpad a parent of the internal pad again for better backward
5940 compatibility. Don't write code that relies on this however.
5942 * gst/gstpad.c: (gst_pad_activate_pull), (gst_pad_activate_push),
5943 (gst_pad_link_check_hierarchy):
5944 Require that parents should be GstElements in the hierarchy check.
5946 2007-02-20 Wim Taymans <wim@fluendo.com>
5948 * gst/gstbin.c: (bin_replace_message), (gst_bin_add_func),
5949 (gst_bin_change_state_func), (bin_query_min_max_init),
5950 (bin_query_latency_fold), (bin_query_latency_done),
5953 Implement latency query.
5955 2007-02-20 Wim Taymans <wim@fluendo.com>
5957 * docs/design/part-gstghostpad.txt:
5958 * gst/gstghostpad.c: (gst_ghost_pad_class_init),
5959 (gst_ghost_pad_internal_do_activate_push),
5960 (gst_ghost_pad_internal_do_activate_pull),
5961 (gst_ghost_pad_do_activate_push), (gst_ghost_pad_do_activate_pull),
5962 (gst_ghost_pad_do_link), (gst_ghost_pad_dispose),
5963 (gst_ghost_pad_new_full), (gst_ghost_pad_set_target):
5964 Do not set the internal pad as a parent anymore so we can avoid
5965 hierarchy linking errors when the ghostpad has no parent yet. This also
5966 fixes failed activation because of unlinked internal pads, which in
5967 turn fixes the impossible case where you have to activate a pad before
5968 you can add it to a running element.
5971 * gst/gstpad.c: (pre_activate), (post_activate),
5972 (gst_pad_set_active), (gst_pad_activate_pull),
5973 (gst_pad_activate_push), (gst_pad_check_pull_range):
5974 Add some more debug info.
5975 Mark activation mode in pre_activate so that we don't try to activate in
5976 endless loops. Fixes #385084.
5978 2007-02-19 Wim Taymans <wim@fluendo.com>
5980 * libs/gst/base/gstbasetransform.c: (gst_base_transform_init),
5981 (gst_base_transform_check_get_range):
5982 Implement a checkgetrange function instead of relying on the default
5983 core behaviour that assumes we can operate in pull mode if we have a
5984 getrange function. First step at fixing #385084.
5986 2007-02-15 Stefan Kost <ensonic@users.sf.net>
5988 * gst/gstchildproxy.h:
5989 * libs/gst/base/gstbasesink.h:
5990 * libs/gst/base/gstbasesrc.h:
5991 * libs/gst/base/gstbasetransform.h:
5992 More docs coverage and some ChangeLog surgery (add missing names)
5994 2007-02-15 Wim Taymans <wim@fluendo.com>
5996 * docs/design/part-TODO.txt:
5997 * docs/design/part-activation.txt:
5998 * docs/design/part-block.txt:
5999 * docs/design/part-buffering.txt:
6000 * docs/design/part-clocks.txt:
6001 * docs/design/part-element-source.txt:
6002 * docs/design/part-events.txt:
6003 * docs/design/part-gstbin.txt:
6004 * docs/design/part-gstbus.txt:
6005 * docs/design/part-gstpipeline.txt:
6006 * docs/design/part-live-source.txt:
6007 * docs/design/part-messages.txt:
6008 * docs/design/part-overview.txt:
6009 * docs/design/part-qos.txt:
6010 * docs/design/part-query.txt:
6011 * docs/design/part-states.txt:
6012 * docs/design/part-trickmodes.txt:
6013 Some doc updates. Start renaming from stream_time to running_time where
6014 it was used wrongly.
6016 2007-02-15 Wim Taymans <wim@fluendo.com>
6018 * libs/gst/base/gstbasesrc.c: (gst_base_src_default_query):
6019 Answer LATENCY query.
6021 2007-02-15 Wim Taymans <wim@fluendo.com>
6023 * tests/check/gst/gstevent.c: (event_probe), (test_event),
6027 2007-02-15 Wim Taymans <wim@fluendo.com>
6029 * gst/gstpad.c: (gst_pad_get_internal_links_default),
6030 (gst_pad_dispatcher):
6031 Improve debugging of default pad dispatcher and query functions.
6033 2007-02-15 Wim Taymans <wim@fluendo.com>
6035 * docs/gst/gstreamer-sections.txt:
6036 Remove old unused method.
6038 2007-02-13 Wim Taymans <wim@fluendo.com>
6040 * tests/check/gst/gstsegment.c: (GST_START_TEST):
6043 2007-02-13 Wim Taymans <wim@fluendo.com>
6045 * docs/design/part-seeking.txt:
6048 * gst/gstsegment.c: (gst_segment_set_seek):
6049 Revert old bogus change that should make seeking work again.
6051 2007-02-13 Stefan Kost <ensonic@users.sf.net>
6053 * docs/random/ensonic/dynlink.txt:
6054 * docs/random/ensonic/interfaces.txt:
6055 * docs/random/ensonic/receipies.txt:
6056 Possible dynamic reconnection api, plus some type fixes the other two
6059 2007-02-13 Sebastian Dröge <slomo@circular-chaos.org>
6061 * plugins/elements/gstfilesink.c: (gst_file_sink_uri_set_uri):
6062 * plugins/elements/gstfilesrc.c: (gst_file_src_uri_set_uri):
6063 Also check for an absolute path following file:// in the filesrc
6064 element. Remove redundant check and call g_path_is_absolute() on the
6067 2007-02-13 Stefan Kost <ensonic@users.sf.net>
6069 * docs/design/draft-klass.txt:
6070 Add existing category analysis.
6073 Fix doc example, framerate is a fraction.
6075 2007-02-12 Stefan Kost <ensonic@users.sf.net>
6078 * docs/gst/Makefile.am:
6079 * docs/gst/gstreamer-sections.txt:
6080 * docs/libs/Makefile.am:
6081 Erm, forgot a bunch of --extra-dir.
6083 2007-02-12 Stefan Kost <ensonic@users.sf.net>
6086 * docs/gst/Makefile.am:
6087 * docs/libs/Makefile.am:
6088 * docs/plugins/Makefile.am:
6089 Add crossreferences to glib/gobject docs.
6091 2007-02-12 Wim Taymans <wim@fluendo.com>
6093 * docs/design/draft-latency.txt:
6096 * docs/libs/gstreamer-libs-sections.txt:
6097 * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
6098 (gst_base_sink_get_latency), (gst_base_sink_query_latency),
6099 (gst_base_sink_wait_clock), (gst_base_sink_send_qos),
6100 (gst_base_sink_perform_qos), (gst_base_sink_queue_object_unlocked),
6101 (gst_base_sink_chain_unlocked), (gst_base_sink_send_event),
6102 (gst_base_sink_get_position), (gst_base_sink_query),
6103 (gst_base_sink_change_state):
6104 * libs/gst/base/gstbasesink.h:
6105 API: gst_base_sink_query_latency() to let subclasses query the upstream
6107 API: gst_base_sink_get_latency() to let subclasses query the configured
6108 latency in the sink.
6109 Implement query and set latency.
6111 As spotted by Will Newton <will dot newton at gmail dot com>: Make sure we
6112 don't continue preroll when we are flushing. Fixes #405284.
6114 * tests/check/pipelines/stress.c: (change_state_timeout),
6115 (quit_timeout), (GST_START_TEST), (stress_suite):
6118 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
6120 Patch by: René Stadler <mail at renestadler de>
6122 * docs/gst/gstreamer-sections.txt:
6123 * gst/gsttaglist.c: (_gst_tag_initialize):
6125 API: add GST_TAG_REFERENCE_LEVEL (#403597).
6127 2007-02-11 Stefan Kost <ensonic@users.sf.net>
6129 * docs/libs/Makefile.am:
6130 Fix path to core docs.
6132 * gst/gstbin.c: (gst_bin_get_by_interface),
6133 (gst_bin_iterate_all_by_interface):
6134 Refix docs by also renaming 'interface' to 'iface' in implementation.
6136 * docs/gst/gstreamer-sections.txt:
6138 * gst/gstchildproxy.c: (gst_child_proxy_base_init):
6139 * gst/gstchildproxy.h:
6140 * gst/gstelementfactory.c:
6141 * gst/gstpadtemplate.h:
6142 * libs/gst/controller/gstcontroller.c:
6143 (gst_controlled_property_new):
6146 2007-02-10 Sébastien Moutte <sebastien@moutte.net>
6148 * gst/gstbin.h:(gst_bin_get_by_interface),
6149 (gst_bin_iterate_all_by_interface):
6150 Replace interface parameter name by iface as interface is
6151 a reserved keyword in Visual Studio for C++ projects so it removes
6152 a build error for application developpers using VS.
6153 * plugins/elements/gstfilesrc.c:(gst_file_src_uri_set_uri):
6154 Fix a bug on Windows in uri format check. Now the prefix checked
6155 is file:// and next we check if the path after file:// is absolute.
6156 * win32/common/libgstbase.def:
6157 * win32/common/libgstdataprotocol.def:
6158 * win32/common/libgstgstreamer.def:
6159 Add new exported functions.
6161 2007-02-09 Andy Wingo <wingo@pobox.com>
6163 * tests/check/pipelines/simple-launch-lines.c
6164 (simple_launch_lines_suite, test_tee): Disable tee test until I
6165 have time to fix it :-(
6167 * tests/check/Makefile.am (noinst_HEADERS):
6168 * tests/check/libs/libsabi.c:
6169 * tests/check/libs/struct_ppc32.h: Add ABI checks for PPC32.
6170 * tests/check/gst/gstabi.c:
6171 * tests/check/gst/struct_ppc32.h: Add ABI checks for PPC32.
6173 * tests/check/pipelines/simple-launch-lines.c (test_tee): Add
6174 tests for push and pull tee behavior.
6176 * plugins/elements/gsttee.h:
6177 * plugins/elements/gsttee.c: Describe has-sink-loop better, and
6178 mark as deprecated as well as unimplemented. It was a crack idea.
6179 Add support for tee operating in pull mode, off by default.
6181 * gst/gstregistryxml.c (load_feature, load_plugin): Drop some
6182 normal-case logs down to LOG, raise errors to WARNING.
6183 (gst_registry_xml_read_cache): Don't log before calling a function
6186 * gst/gstregistry.c (gst_registry_finalize): Less debug on program
6187 exit (registry finalize).
6188 (gst_registry_add_plugin, gst_registry_add_feature): No need for a
6189 DEBUG log when we emit signals that people don't even have the
6190 chance to connect to.
6191 (gst_registry_scan_path_level): Less logging in the normal case.
6193 2007-02-05 Sebastian Dröge <slomo@circular-chaos.org>
6195 Patch by: Michal Benes <michal dot benes at itonis dot tv>
6197 * plugins/elements/gstfilesrc.c: (gst_file_src_create_read):
6198 Correctly generate EOS for non-seekable files. We don't have a total
6199 length for them and would get an unexpected end of file if we only
6200 special-cased for regular files. (Fixes: #404569)
6202 2007-02-05 Sebastian Dröge <slomo@circular-chaos.org>
6204 * tests/check/elements/filesrc.c: (GST_START_TEST),
6206 Add unit test for the GstURIHandler interface in filesrc. This also
6207 tests the newly added file://localhost/foo/bar support.
6209 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
6211 * gst/gstelementfactory.h:
6212 The klass string is not a hierarchy. Add reference to the design doc
6213 for more information and common types.
6215 2007-02-02 Wim Taymans <wim@fluendo.com>
6217 * gst/gstquery.c: (gst_query_new_latency):
6218 Remove old structure field.
6220 2007-02-02 Stefan Kost <ensonic@users.sf.net>
6222 * tools/gst-launch.1.in:
6223 Give example for network streaming (#351998)
6225 2007-02-02 Wim Taymans <wim@fluendo.com>
6227 * docs/gst/gstreamer-sections.txt:
6228 Add docs for new methods.
6230 * gst/gstevent.c: (gst_event_new_latency),
6231 (gst_event_parse_latency):
6233 Add new LATENCY event to configure latency in a pipeline.
6234 API: gst_event_new_latency
6235 API: gst_event_parse_latency
6237 * gst/gstmessage.c: (gst_message_new_buffering),
6238 (gst_message_new_lost_preroll), (gst_message_new_prerolled),
6239 (gst_message_new_latency), (gst_message_parse_buffering),
6240 (gst_message_parse_lost_preroll):
6242 Added messages used in draft-latency.
6243 API: gst_message_new_lost_preroll
6244 API: gst_message_parse_lost_preroll
6245 API: gst_message_new_prerolled
6246 API: gst_message_new_latency
6248 * gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
6249 (gst_query_parse_latency):
6251 Implemented new latency query as in design doc.
6252 API: gst_query_new_latency
6253 API: gst_query_set_latency
6254 API: gst_query_parse_latency
6256 2007-02-02 Wim Taymans <wim@fluendo.com>
6258 * docs/design/draft-latency.txt:
6259 Slight redesign to allow for dynamic latency adjustments.
6261 * docs/design/part-negotiation.txt:
6264 2007-02-02 Sebastian Dröge <slomo@circular-chaos.org>
6266 reviewed by: Wim Taymans <wim@fluendo.com>
6268 * plugins/elements/gstfilesink.c: (gst_file_sink_uri_set_uri):
6269 * plugins/elements/gstfilesrc.c: (gst_file_src_uri_set_uri):
6270 Allow file://localhost/foo/bar URLs and correctly fail for every other
6271 hostname that one sets. This was gnomevfssrc is linked for those if
6272 installed as it can handle it (#403172)
6274 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
6276 reviewed by: Tim-Philipp Müller <tim at centricular dot net>
6278 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize),
6279 (unref_data), (gst_collect_pads_add_pad_full):
6280 * libs/gst/base/gstcollectpads.h:
6281 Don't put the previously added destroy notify in the GstCollectData
6282 struct as all it's padding is already used and we don't want to break
6283 ABI. Instead put in the pad's GObject data for now. This should be
6284 cleaned up for 0.11 (#402393).
6286 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
6288 reviewed by: Wim Taymans <wim@fluendo.com>
6290 * docs/libs/gstreamer-libs-sections.txt:
6291 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize),
6292 (unref_data), (gst_collect_pads_add_pad),
6293 (gst_collect_pads_add_pad_full):
6294 * libs/gst/base/gstcollectpads.h:
6295 API: Add function to specify a destroy notification for custom
6296 GstCollectData when adding new pads in GstCollectPads (#402393).
6298 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
6301 Update Swedish translation (#378255).
6303 2007-01-31 Stefan Kost <ensonic@users.sf.net>
6305 * docs/design/draft-klass.txt:
6306 Fix the previous change, this is a list of categories and not a hierarchy.
6308 2007-01-31 Stefan Kost <ensonic@users.sf.net>
6310 * docs/design/draft-klass.txt:
6311 Add info about how to get a list of used classes.
6313 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
6315 * plugins/elements/gsttypefindelement.c:
6316 (gst_type_find_element_chain_do_typefinding),
6317 (gst_type_find_element_change_state):
6318 Don't leak found caps in chain function (no idea why that never
6319 showed up as a leak anywhere).
6321 2007-01-30 Stefan Kost <ensonic@users.sf.net>
6324 Fix and expand GstPluginDesc API docs.
6326 2007-01-29 Stefan Kost <ensonic@users.sf.net>
6329 * gst/gstelementfactory.c:
6330 * gst/gstpadtemplate.h:
6333 * libs/gst/controller/gstcontroller.c:
6334 (gst_controlled_property_new):
6335 * tests/examples/controller/audio-example.c:
6338 2007-01-29 Stefan Kost <ensonic@users.sf.net>
6341 comment about refining the xml deps
6344 comments about moving away from jade for docs
6347 recommit the ifdefs to use the binary registry
6349 * gst/gstbin.c: (gst_bin_change_state_func):
6350 this break is obsolete
6352 * gst/gstelementfactory.h:
6353 better GST_ELEMENT_DETAILS docs, add comment about translation
6358 * gst/gstobject.c: (gst_signal_object_get_type):
6359 add G_UNLIKELY as usual
6361 * gst/gstpad.c: (gst_pad_event_default):
6362 add fall trhu comment
6364 * gst/gstregistrybinary.c: (gst_registry_binary_write),
6365 (gst_registry_binary_initialize_magic),
6366 (gst_registry_binary_save_string),
6367 (gst_registry_binary_save_pad_template),
6368 (gst_registry_binary_save_feature),
6369 (gst_registry_binary_save_plugin),
6370 (gst_registry_binary_write_cache),
6371 (gst_registry_binary_check_magic),
6372 (gst_registry_binary_load_pad_template),
6373 (gst_registry_binary_load_feature),
6374 (gst_registry_binary_load_plugin),
6375 (gst_registry_binary_read_cache):
6376 comment typo and formatting
6378 * gst/gstutils.c: (gst_element_state_get_name),
6379 (gst_element_state_change_return_get_name):
6380 remove obsolete breaks
6382 * gst/gstvalue.c: (gst_date_get_type), (_gst_value_initialize):
6383 add FIXME 0.11 and remove cpp comment
6385 2007-01-29 Edward Hervey <edward@fluendo.com>
6387 * gst/gstregistrybinary.c: (gst_registry_binary_read_cache):
6388 Fix print statement in an even more portable way.
6390 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
6392 * docs/gst/gstreamer-sections.txt:
6394 API: add GST_ROUND_DOWN_* macros (#401781).
6396 2007-01-27 Tim-Philipp Müller <tim at centricular dot net>
6398 * docs/gst/gstreamer.types.in:
6399 * gst/gstregistry.c: (gst_registry_class_init):
6400 Document registry signals and make gtk-doc pick them up (#401381).
6402 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
6404 * docs/pwg/building-testapp.xml:
6405 Add some audioconverts and audioresample to the pipeline, and some
6406 more comments and error handling.
6408 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
6410 * docs/manual/manual.xml:
6414 2007-01-26 Wim Taymans <wim@fluendo.com>
6416 * gst/gstcaps.c: (gst_static_caps_get):
6417 Init caps flags too.
6419 2007-01-25 Sebastian Dröge <slomo@circular-chaos.org>
6421 Patch by: Jindrich Makovicka <jindrich.makovick at itonis dot tv>
6423 * plugins/elements/gstfilesrc.c: (gst_file_src_start):
6424 If not using mmap'ed files try to seek to the end instead of the
6425 start to determine whether we can seek at all. This fixes the case
6426 of 2GB+ files over NFS, where seeks in the first 2GB can succeed but
6427 seeks for everything afterwards fail. Fixes #400656
6429 2007-01-25 Wim Taymans <wim@fluendo.com>
6431 * gst/gstcaps.c: (_gst_caps_free), (gst_static_caps_get):
6432 Add some refcount debugging.
6433 Make gst_static_caps_get threadsafe, which is needed when autoplugging
6434 in multiple streaming threads.
6436 2007-01-25 Wim Taymans <wim@fluendo.com>
6438 Patch by: David Schleef <ds at schleef dot org>
6440 * docs/libs/gstreamer-libs-sections.txt:
6441 * libs/gst/base/gstadapter.c: (gst_adapter_copy):
6442 * libs/gst/base/gstadapter.h:
6443 API: gst_adapter_copy() that can reduce the amount of memcpy when
6444 getting data from the adapter. Fixes #388201.
6446 2007-01-25 Edward Hervey <edward@fluendo.com>
6448 * gst/gstregistrybinary.c: (gst_registry_binary_read_cache):
6449 In print statements, "%x" is for guint. Fixes build on macosx.
6451 2007-01-24 Edward Hervey <edward@fluendo.com>
6453 * plugins/elements/gstmultiqueue.c:
6454 (gst_multi_queue_loop):
6456 (single_queue_overrun_cb), (single_queue_underrun_cb),
6457 (single_queue_check_full), (gst_single_queue_new):
6458 Implement single queue growth system.
6459 This uses the extra-size properties, and will grow single queues by
6460 that much if one goes full whereas there are others empty. This is
6461 called extra-mode in the code.
6462 When a single queue's levels go back below the initial max-size
6463 limits, it is no longer in extra-mode. This is to ensure we don't
6464 consume too much memory.
6467 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
6469 * gst/gst.c: (gst_init_get_option_group):
6470 Make warning about late g_thread_init() calls a bit more explicit,
6471 so that it's more obvious to application developers what they need
6472 to do if a user files a bug against their application.
6474 2007-01-22 Edward Hervey <edward@fluendo.com>
6476 * plugins/elements/gstmultiqueue.c:
6477 (gst_multi_queue_src_activate_push), (gst_single_queue_new):
6478 Remove previous hack of unsetting the flushing flag for the source pad
6479 instead of activating it. Instead, fix the source pad activate function
6480 so that it no longer depends on having a parent set or not.
6482 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
6484 Patch by: Carlos Sanmartin Dominguez <csanmartin@igalia.com>
6486 * docs/manual/basics-bus.xml:
6487 Fix example code, gst_element_unref() doesn't exist any longer.
6489 2007-01-21 Tim-Philipp Müller <tim at centricular dot net>
6491 Patch by: Mark Nauwelaerts <manauw at skynet be>
6494 Fix two docs typoes (#399094).
6496 2007-01-19 Edward Hervey <edward@fluendo.com>
6498 * docs/faq/gst-uninstalled:
6499 Add gst-plugins-base/gst/utils/ to LD_LIBRARY_PATH so that plugins
6500 depending on libgstbaseutils can work in uninstalled environment.
6502 2007-01-18 Stefan Kost <ensonic@users.sf.net>
6505 * gst/gsttagsetter.c:
6506 Add more docs regarding tag merge-modes and when to send tags. Fix 'since'
6507 statement for new tag.
6509 2007-01-17 Edward Hervey <edward@fluendo.com>
6511 * plugins/elements/gstmultiqueue.c: (gst_single_queue_new):
6512 When dynamically creating single queues, activate sinkpad before adding
6514 We should be doing the same thing for the source pad, but we can't
6515 since it would call a method which needs the parent to be set in order
6516 to work propertly. Instead of activating the source pad, we just unset
6517 the flushing flag, which is the minimal requirement for adding a pad
6518 to an element in a state greater than READY.
6520 2007-01-17 Edward Hervey <edward@fluendo.com>
6522 * docs/faq/gst-uninstalled:
6523 Add DYLD_LIBRARY_PATH declarations so we can also use this script on
6526 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
6528 * tests/check/gst/gstabi.c:
6529 * tests/check/gst/struct_hppa.h:
6530 * tests/check/libs/libsabi.c:
6531 * tests/check/libs/struct_hppa.h:
6532 Add ABI structs for HPPA (see #393796).
6534 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
6536 * libs/gst/check/gstcheck.c: (gst_check_abi_list):
6537 Actually write ABI structs to the file specified in the GST_ABI
6538 environment variable, as the message we print claims we would.
6540 2007-01-15 Stefan Kost <ensonic@users.sf.net>
6542 * tests/check/gst/gsttask.c:
6545 2007-01-15 Stefan Kost <ensonic@users.sf.net>
6547 * gst/gsttaglist.c: (_gst_tag_initialize):
6548 Change tag type from STRING to DOUBLE. Apply ChangeLog surgery for my
6549 previous two entries.
6551 2007-01-15 Stefan Kost <ensonic@users.sf.net>
6553 * docs/gst/gstreamer-sections.txt:
6554 * gst/gsttaglist.c: (_gst_tag_initialize):
6556 Add tag support for beat-per-minute.
6558 2007-01-15 Stefan Kost <ensonic@users.sf.net>
6560 * gst/gstregistrybinary.c: (gst_registry_binary_write),
6561 (gst_registry_binary_initialize_magic),
6562 (gst_registry_binary_save_string), (gst_registry_binary_make_data),
6563 (gst_registry_binary_save_pad_template),
6564 (gst_registry_binary_save_feature),
6565 (gst_registry_binary_save_plugin),
6566 (gst_registry_binary_write_cache),
6567 (gst_registry_binary_check_magic),
6568 (gst_registry_binary_load_pad_template),
6569 (gst_registry_binary_load_feature),
6570 (gst_registry_binary_load_plugin),
6571 (gst_registry_binary_read_cache):
6572 * gst/gstregistrybinary.h:
6573 Use glib types, cleanup comments, impement interfaces and uri-types.
6575 2007-01-13 Andy Wingo <wingo@pobox.com>
6577 * gst/gstpad.c (gst_pad_get_range, gst_pad_pull_range): Allow
6578 getrange() to return buffers with other caps, while we fix
6579 demuxers and typefind, or otherwise change part-negotiation.txt.
6581 2007-01-12 Andy Wingo <wingo@pobox.com>
6583 * libs/gst/base/gstbasetransform.c (gst_base_transform_activate):
6584 Factor start/stop into this private function instead of partially
6585 in activate functions and partially in the change_state function.
6586 Fixes setup before the element has changed from READY->PAUSED, as
6587 is the case in pull-mode pipelines.
6588 (gst_base_transform_sink_activate_push)
6589 (gst_base_transform_src_activate_pull): Refactor to use
6590 gst_base_transform_activate().
6591 (gst_base_transform_change_state): Removed, not needed any more.
6593 * libs/gst/base/gstbasesink.c (gst_base_sink_negotiate_pull):
6594 Truncate before fixating.
6596 * libs/gst/base/gstbasesink.c (gst_base_sink_negotiate_pull):
6597 Don't set_caps() if the result of fixating is ANY, as it's not
6598 supported, and not necessary in the case of a link with no
6599 template caps on either side. Fixes tests/check/libs/basesrc in
6600 some pull-mode tests.
6602 * libs/gst/base/gstbasetransform.c (_GstBaseTransformPrivate):
6603 (gst_base_transform_init, gst_base_transform_sink_activate_push)
6604 (gst_base_transform_src_activate_pull):
6605 Track the activation mode.
6606 (gst_base_transform_setcaps): In pull mode, when activating the
6607 src pad, after activating the sink pad, activate the sink pad's
6608 peer, as discussed in part-negotiation.txt.
6610 * libs/gst/base/gstbasesrc.h:
6611 * libs/gst/base/gstbasesrc.c (gst_base_src_fixate): Add fixate
6612 vmethod, as in basesink.
6614 * libs/gst/base/gstbasesink.h: Reformat docs, add fixate vmethod.
6616 * libs/gst/base/gstbasesink.c (gst_base_sink_pad_setcaps): In pull
6617 mode, first proxy the setcaps to the peer pad.
6618 (gst_base_sink_pad_fixate): Add a fixate function that calls the
6620 (gst_base_sink_default_activate_pull): Rename from
6621 gst_base_sink_activate_pull.
6622 (gst_base_sink_negotiate_pull): New function, performs negotiation
6623 in pull mode before calling ::activate_pull().
6624 (gst_base_sink_pad_activate_pull): Actually call the activate_pull
6625 vmethod instead of the default implementation. I have no idea how
6626 this worked before. Negotiate before calling activate_pull.
6628 * gst/gstpad.c (gst_pad_activate_pull): Refuse to activate unlinked
6629 sink pads in pull mode. In addition to being correct, fixes
6630 filesrc ! decodebin ! identity ! fakesink.
6631 (gst_pad_get_range, gst_pad_pull_range): Don't call
6632 gst_pad_set_caps() if the caps changes; instead error out with
6633 GST_FLOW_NOT_NEGOTIATED, as discussed in part-negotiation.txt.
6635 2007-01-12 Andy Wingo <wingo@pobox.com>
6637 * docs/design/part-negotiation.txt: Update with more policy.
6639 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
6641 * libs/gst/check/gstbufferstraw.h:
6642 * libs/gst/check/gstcheck.h:
6643 Add G_BEGIN_DECLS and G_END_DECLS. Move GST_CHECK_MAIN where it
6646 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
6648 * tests/check/Makefile.am:
6649 * tests/check/gst/.cvsignore:
6650 * tests/check/gst/gsttagsetter.c: (gst_dummy_enc_add_interfaces),
6651 (gst_dummy_enc_base_init), (gst_dummy_enc_class_init),
6652 (gst_dummy_enc_init), (tag_list_foreach), (tag_setter_list_length),
6653 (GST_START_TEST), (gst_tag_setter_suite):
6654 Add minimal unit test for beforementioned GstTagSetter bug.
6656 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
6658 Patch by: René Stadler <mail at renestadler dot de>
6660 * gst/gsttagsetter.c: (gst_tag_setter_merge_tags):
6661 gst_tag_list_merge() returns a new list, so it's not the best idea
6662 to ingore its return value. Effectively meant that tags could only
6663 be merged on a GstTagSetter once using _merge_tags(). Fixes #395554.
6664 Also add function guard to require a non-NULL taglist as input (has
6665 always been so due to gst_tag_list_copy(), just making it explicit).
6667 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
6669 * docs/random/draft-missing-plugins.txt:
6670 Some additions: mention new API that is supposed to be used at the
6671 various stages; short blob about new gst-inspect introspection
6672 option; mention potential future problem with plugins that have
6673 a dynamic list of elements (such as ladspa, pitfdll, libvisual).
6675 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
6677 * tools/gst-inspect.c:
6678 (print_plugin_automatic_install_info_codecs),
6679 (print_plugin_automatic_install_info_protocols),
6680 (print_plugin_automatic_install_info), (main):
6681 Add --print-plugin-auto-install-info option to gst-inspect, so we can
6682 introspect plugin files and get machine-parsable output that corresponds
6683 to the last bit of the missing-plugin installer string (small gotcha:
6684 doesn't take into account ranks).
6686 2007-01-11 Stefan Kost <ensonic@users.sf.net>
6689 * docs/gst/gstreamer-sections.txt:
6691 * gst/gstregistry.c: (gst_registry_lookup_feature_locked),
6692 (gst_registry_lookup_locked):
6693 * gst/gstregistry.h:
6694 * gst/gstregistrybinary.c: (gst_registry_binary_write),
6695 (gst_registry_binary_initialize_magic),
6696 (gst_registry_binary_save_string),
6697 (gst_registry_binary_save_pad_template),
6698 (gst_registry_binary_save_feature),
6699 (gst_registry_binary_save_plugin),
6700 (gst_registry_binary_write_cache),
6701 (gst_registry_binary_check_magic),
6702 (gst_registry_binary_load_pad_template),
6703 (gst_registry_binary_load_feature),
6704 (gst_registry_binary_load_plugin),
6705 (gst_registry_binary_read_cache):
6706 * gst/gstregistrybinary.h:
6707 * gst/gstregistryxml.c: (load_feature),
6708 (gst_registry_xml_read_cache):
6709 commit binary registry (disabled by default, see #359653)
6711 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
6713 * tests/check/gst/gstpad.c: (test_get_allowed_caps):
6714 Fix 'make check' too.
6716 2007-01-10 Andy Wingo <wingo@pobox.com>
6718 * docs/design/part-negotiation.txt: Fix a typo, add a couple
6721 * docs/design/part-negotiation.txt: Update with, um, one way that
6722 pull-mode negotiation might work?
6725 * gst/gstpad.c (gst_pad_get_allowed_caps): Remove the restriction
6726 that the pad must be a src pad; makes sense to call it the other
6727 way in pull mode, and the logic is symmetric anyway.
6729 2007-01-10 Tim-Philipp Müller <tim at centricular dot net>
6731 * plugins/elements/gstfilesink.c:
6732 Include <stdio.h> for fseeko().
6734 2007-01-10 Wim Taymans <wim@fluendo.com>
6738 Reserve LATENCY event.
6740 2007-01-09 Wim Taymans <wim@fluendo.com>
6742 * docs/design/draft-latency.txt:
6745 2007-01-09 Wim Taymans <wim@fluendo.com>
6747 * docs/design/draft-latency.txt:
6751 * gst/gststructure.c:
6755 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
6757 * tests/check/.cvsignore:
6758 Ignore test-registry.xml as well.
6760 2007-01-09 Wim Taymans <wim@fluendo.com>
6762 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad):
6763 unref data at the end when we are done with the pad.
6765 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
6767 * docs/gst/gstreamer-sections.txt:
6768 * gst/gst.c: (load_plugin_func), (scan_and_update_registry),
6769 (init_post), (gst_deinit), (gst_update_registry):
6771 API: add gst_update_registry() (#391296).
6773 * tests/check/Makefile.am:
6774 * tests/check/gst/gstregistry.c:
6775 * tests/check/gst/.cvsignore:
6776 Simple unit test for the above.
6778 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
6780 * gst/gstregistry.c: (gst_registry_scan_path_level):
6781 Plugin extension on HP-UX is .sl, add that to the list of approved
6782 plugin extensions (see #393796).
6784 * tests/check/gst/gstpad.c: (GST_START_TEST):
6785 ulong => gulong. Fixes compilation with HP-UX compiler.
6787 * tests/check/pipelines/parse-launch.c: (GST_START_TEST):
6788 Fix compilation if valgrind headers are not available.
6790 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
6792 * win32/common/libgstreamer.def:
6793 Add new exported function.
6794 * win32/vs6/libgstbase.dsp:
6795 Add gstdataqueue.c to the build.
6796 * win32/vs6/libgstcoreelements.dsp:
6797 Add gstmultiqueue.c to the build.
6799 2007-01-06 Andy Wingo <wingo@pobox.com>
6801 * libs/gst/base/gstbasesink.h: New GstBaseSinkClass vmethod,
6802 activate_pull(), providing for a way to specialize the process of
6803 spawning a thread to pull on the sink pad. There is a default
6806 * libs/gst/base/gstbasesink.c (gst_base_sink_pad_activate_pull)
6807 (gst_base_sink_pad_activate_push, gst_base_sink_pad_activate)
6808 (gst_base_sink_init): Renamed pad activation functions (inserting
6809 "_pad" in their names). Refactor to use the new activate_pull
6810 vmethod, as appropriate.
6811 (gst_base_sink_class_init, gst_base_sink_activate_pull): Set the
6812 default activate_pull function to start a task pulling from the
6813 sink pad, as before.
6815 * gst/gstpad.c (gst_pad_get_range, gst_pad_pull_range): Set caps
6816 on the pads if necessary, as in push()/chain(). Update docs.
6817 Shouldn't affect existing pull() usage as it is currently only
6818 being used on buffers without caps.
6820 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
6822 * gst/gst.c: (gst_init_get_option_group), (gst_init_check),
6824 Call g_thread_init() first thing in gst_init() / gst_check_init().
6825 When initialisation is done via gst_init_get_option_group() and
6826 GOption parsing, issue a warning if the GLib thread system has not
6827 been initialised yet by the time gst_init_get_option_group() is
6828 called, as it's quite likely other GLib functions such as
6829 g_option_context_new() have been called already then, and
6830 g_thread_init() must be called before any other GLib function. The
6831 application in question must be fixed in that case, since memory
6832 corruption might happen otherwise.
6833 We issue the warning because even if the GLib folks decide to work
6834 around the problem on their end in future, this is still an issue
6835 with all GLib versions >= 2.10.0, so we should warn until we depend
6836 on a GLib version we know to be safe.
6837 Update documentation as well.
6840 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
6842 * tools/gst-inspect.c: (main):
6843 * tools/gst-launch.c: (main):
6844 * tools/gst-typefind.c: (main):
6845 * tools/gst-xmlinspect.c: (main):
6846 Call g_thread_init() really really early, before any other GLib
6847 function (see #342564 and recent discussion on gtk-devel-list).
6849 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
6851 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6853 * gst/gst_private.h:
6854 * gst/gstconfig.h.in:
6856 On win32, all the __declspec stuff for symbol exporting is
6857 apparently only needed with MSVC, but doesn't work with MingW.
6858 Fixes compilation with MingW and #391909.
6860 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
6862 * libs/gst/base/gstbasesrc.c: (gst_base_src_activate_push):
6863 Change some GST_ERROR_OBJECT that aren't really errors to
6864 GST_WARNING_OBJECT in order to reduce terminal spam.
6866 2007-01-04 Stefan Kost <ensonic@users.sf.net>
6868 * tests/check/Makefile.am:
6869 disable test again, as there seem to be still race problems
6871 2007-01-04 Stefan Kost <ensonic@users.sf.net>
6873 * tests/check/Makefile.am:
6874 * tests/check/elements/queue.c: (queue_overrun), (queue_underrun),
6875 (GST_START_TEST), (queue_suite):
6876 enable queue test again, add tests for the leaky behaviour
6878 2007-01-02 Tim-Philipp Müller <tim at centricular dot net>
6881 * tests/examples/Makefile.am:
6882 Compile adapter test/example only if the required headers are
6883 available (fixes #391915).
6885 2007-01-01 David Schleef <ds@schleef.org>
6888 Restore the previous signal handler for SIGSEGV instead of
6889 setting to default, since we may have stolen it away from
6890 someone. (i.e., Mono)
6892 2006-12-26 Tim-Philipp Müller <tim at centricular dot net>
6894 * docs/random/draft-missing-plugins.txt:
6895 Some small additions and clarifications.
6897 2006-12-26 Tim-Philipp Müller <tim at centricular dot net>
6899 * gst/gstregistryxml.c: (gst_registry_save_escaped):
6900 Make sure we don't pass non-UTF-8 strings to g_markup_escape(),
6901 since that can lead to random memory corruptions and crashes
6902 (may or may not be related to #383244, #386711, and #386711).
6904 2006-12-21 Stefan Kost <ensonic@users.sf.net>
6906 * tests/check/.cvsignore:
6907 * tests/check/Makefile.am:
6908 sync .cvsignome and CLEANFILES
6910 2006-12-21 Stefan Kost <ensonic@users.sf.net>
6912 * tests/check/Makefile.am:
6915 2006-12-21 Stefan Kost <ensonic@users.sf.net>
6917 * docs/design/part-states.txt:
6918 two tiny additional comments
6920 * gst/gststructure.c:
6923 * tests/check/Makefile.am:
6924 * tests/check/elements/queue.c: (queue_overrun), (queue_underrun),
6926 disable test for now, unless it gets fixed
6928 2006-12-21 Stefan Kost <ensonic@users.sf.net>
6930 * tests/check/elements/queue.c: (queue_overrun), (queue_underrun),
6932 fix race in underrun test
6934 2006-12-21 Stefan Kost <ensonic@users.sf.net>
6936 * tests/check/elements/.cvsignore:
6939 * tests/check/elements/queue.c: (queue_overrun), (queue_underrun),
6941 try to narrow test failure
6943 2006-12-21 David Schleef <ds@schleef.org>
6945 * plugins/elements/gstfakesrc.c:
6946 Use g_random_int_range(), since it produces better random
6947 numbers in a range than almost-correct floating point code.
6949 2006-12-21 Stefan Kost <ensonic@users.sf.net>
6951 * libs/gst/check/gstcheck.c: (gst_check_setup_src_pad),
6952 (gst_check_teardown_src_pad), (gst_check_setup_sink_pad),
6953 (gst_check_teardown_sink_pad):
6954 do not automatically (de)activate pads
6956 * tests/check/Makefile.am:
6957 * tests/check/elements/queue.c: (queue_overrun), (queue_underrun),
6958 (setup_queue), (cleanup_queue), (GST_START_TEST), (queue_suite):
6959 add new, yet simple tests for queue
6961 * tests/check/elements/fakesrc.c: (cleanup_fakesrc):
6962 * tests/check/elements/fdsrc.c: (cleanup_fdsrc):
6963 * tests/check/elements/filesrc.c: (cleanup_filesrc),
6965 * tests/check/elements/identity.c: (cleanup_identity):
6966 consistent pad (de)activation
6968 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
6970 Patch by: Sebastian Dröge <slomo ubuntu com>
6972 * libs/gst/base/gstcollectpads.c:
6973 Fix two doc typos (#387866).
6975 2006-12-19 Tim-Philipp Müller <tim at centricular dot net>
6977 * docs/manual/advanced-dparams.xml:
6978 Fix typo (g_object_control_properties() doesn't exist).
6980 2006-12-19 Edward Hervey <edward@fluendo.com>
6982 * gst/gstsegment.c: (gst_segment_set_seek):
6983 Fine tune the cases where the segment start/stop values are really
6985 * tests/check/gst/gstsegment.c: (GST_START_TEST):
6986 Add tests for the return values of gst_segment_set_seek().
6988 2006-12-19 Tim-Philipp Müller <tim at centricular dot net>
6993 * plugins/elements/gstqueue.c: (gst_queue_class_init),
6995 Fix incorrect documentation and flesh it out a bit more.
6996 Set default values for the max properties on the GParamSpec as well,
6997 so it shows up correctly in gst-inspect.
6999 2006-12-18 Stefan Kost <ensonic@users.sf.net>
7001 * plugins/elements/gstqueue.c: (queue_leaky_get_type):
7002 Correct docs of queue, add more detail and crosslink it more.
7004 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
7006 * plugins/elements/gstidentity.c: (gst_identity_check_perfect):
7007 Print additional debug info when the stream isn't perfectly
7008 timestamped; don't try to use invalid durations.
7010 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
7012 * docs/design/Makefile.am:
7013 Dist new design docs.
7015 2006-12-16 Wim Taymans <wim@fluendo.com>
7017 Patch by: Sjoerd Simons <sjoerd at luon dot net>
7019 * libs/gst/base/gstcollectpads.c: (ref_data), (unref_data),
7020 (gst_collect_pads_add_pad), (gst_collect_pads_remove_pad),
7021 (gst_collect_pads_stop), (gst_collect_pads_event),
7022 (gst_collect_pads_chain):
7023 * libs/gst/base/gstcollectpads.h:
7024 Add refcounting to the collectpads data so we can track when it's safe
7025 to free the data. Fixes #383382.
7027 2006-12-15 Wim Taymans <wim@fluendo.com>
7029 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_add_pad),
7030 (gst_collect_pads_remove_pad):
7031 Automatically activate/deactivate pads when they are added to a
7032 started/stoped collectpads.
7034 2006-12-15 Wim Taymans <wim@fluendo.com>
7036 * gst/gstelement.c: (gst_element_add_pad):
7037 * gst/gstghostpad.c: (gst_ghost_pad_new_full):
7038 * gst/gstpad.c: (gst_pad_init):
7039 Set pads to FLUSHING when they are created. Check, warn and fix when a
7040 demuxer adds an inactive pad to itself when running. Fixes #339326.
7042 2006-12-15 Wim Taymans <wim@fluendo.com>
7044 * gst/gstelement.c: (gst_element_class_init),
7045 (gst_element_default_send_event), (gst_element_send_event),
7046 (gst_element_default_query), (gst_element_query):
7047 Expose default element send_event and query handling as vmethods that
7048 subclasses can chain up to.
7050 2006-12-15 Wim Taymans <wim@fluendo.com>
7052 * gst/gstelement.c: (gst_element_set_state_func):
7053 Small documentation fixes.
7055 2006-12-15 Wim Taymans <wim@fluendo.com>
7057 * docs/design/draft-latency.txt:
7058 Checked in draft for handling latency in pipelines.
7060 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
7064 * gstreamer.spec.in:
7067 2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
7069 * gst/gst.c: (init_pre), (init_post):
7070 init_pre() and init_post() might be called via our GOptionGroup or
7071 from gst_init(), and we should skip both of them if we've already
7072 been initialised, otherwise we will init some things twice or add
7073 two default log functions.
7075 2006-12-13 Edward Hervey <edward@fluendo.com>
7077 * docs/manual/basics-bus.xml:
7078 No, gst_main_loop does not exist. Its g_main_loop.
7079 Discovered by somebody who abused the copy-paste technique of coding :)
7081 2006-12-13 Tim-Philipp Müller <tim at centricular dot net>
7083 * gst/gstghostpad.c:
7084 Log ghostpad debug stuff to the GST_PADS category as well rather
7085 than just to the default category.
7087 2006-12-12 Tim-Philipp Müller <tim at centricular dot net>
7090 * gst/gst.c: (init_pre):
7091 Add some basic system details such as OS and architecture
7092 to the debug output if possible, courtesy of uname().
7094 2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
7096 * docs/gst/running.xml:
7097 Document GST_REGISTRY_FORK and GST_DEBUG_NO_COLOR
7098 environment variables.
7100 2006-12-09 Jan Schmidt <thaytan@mad.scientist.com>
7102 * tests/check/gst/gstbin.c: (GST_START_TEST):
7103 It is acceptable to have a refcount of 2 or 3 at this point in the
7104 test, because the pipeline might be just posting its state_change
7105 message. The next line then waits for that message to appear using
7106 bus_poll, so that should be fine too.
7108 2006-12-09 Jan Schmidt <thaytan@mad.scientist.com>
7110 * gst/gst.c: (ensure_current_registry_forking):
7111 Ignore EINTR when reading from the child registry pipe.
7112 Explicitly ignore the return value from close, since it makes no
7115 * gst/gstminiobject.c: (gst_mini_object_ref),
7116 (gst_mini_object_unref):
7117 When debugging refcounts, check GST_IS_MINI_OBJECT and warn.
7119 * gst/gstregistry.c: (_priv_gst_registry_remove_cache_plugins):
7120 When removing cached plugins, remove their features too, so they're
7121 not visible after they've disappeared.
7123 * gst/gstutils.c: (prepare_link_maybe_ghosting):
7124 In the unlikely case that we are linking pads with no parents, don't
7125 crash trying to get the non-existent parent bin.
7127 * gst/parse/grammar.y:
7128 Output debug in the PIPELINE category
7130 2005-03-08 Wim Taymans <wim@fluendo.com>
7132 Patch by: René Stadler <mail at renestadler dot de>
7134 * gst/gstclock.c: (gst_clock_new_periodic_id):
7135 Reject invalid clock times for interval of periodic ids.
7138 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
7140 * gst/gstelementfactory.c: (gst_element_factory_create):
7141 * gst/gstpluginfeature.c: (gst_plugin_feature_load):
7142 * gst/gsttypefindfactory.c: (gst_type_find_factory_call_function):
7143 * tools/gst-inspect.c: (print_element_info):
7144 Fix refcounting of gst_plugin_feature_load to match the docs.
7147 2006-12-07 Wim Taymans <wim@fluendo.com>
7149 * libs/gst/base/gstbasesink.c: (gst_base_sink_event),
7150 (gst_base_sink_get_position):
7151 Improve debugging of events.
7153 2006-12-07 Wim Taymans <wim@fluendo.com>
7155 Patch by: René Stadler <mail at renestadler dot de>
7157 * gst/gstclock.c: (gst_clock_id_wait):
7158 Make period ids add the interval to the origial requested time instead
7159 of the possibly updated time which can be wrong when there are multiple
7160 waiters for the same id. Fixes #382592.
7162 * gst/gstsystemclock.c: (gst_system_clock_async_thread),
7163 (gst_system_clock_id_wait_jitter_unlocked),
7164 (gst_system_clock_id_wait_jitter):
7165 Fix restart in the async notify thread when an async entry is added to
7166 the front of the list. Fixes #381492.
7168 * tests/check/gst/gstsystemclock.c: (store_callback),
7169 (notify_callback), (GST_START_TEST), (gst_systemclock_suite):
7170 Added test for multiple async waits.
7171 Added test for async wait order.
7173 2006-12-07 Wim Taymans <wim@fluendo.com>
7175 * gst/gstbin.c: (gst_bin_query):
7176 Add some more docs about the POSITION query.
7178 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
7181 Bump version nano - back to CVS.
7183 === release 0.10.11 ===
7185 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
7188 releasing 0.10.11, "Love never runs on time"
7190 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
7192 * win32/common/libgstbase.def:
7193 * win32/common/libgstreamer.def:
7194 * win32/vs8/libgstbase.vcproj:
7195 * win32/vs8/libgstcoreelements.vcproj:
7196 * win32/vs8/libgstreamer.vcproj:
7197 Fix compilation on win32 under VS8
7198 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7199 Partially fixes #381175
7201 2006-11-29 Jan Schmidt <thaytan@mad.scientist.com>
7203 * gst/gstvalue.c: (gst_value_compare_fraction):
7204 If someone is foolish enough to compare 2 fractions with denominator =
7205 0, return UNORDERED rather than aborting.
7207 2006-11-28 Edward Hervey <edward@fluendo.com>
7209 * libs/gst/base/Makefile.am:
7210 * libs/gst/base/gstdataqueue.c: (gst_data_queue_get_type),
7211 (gst_data_queue_base_init), (gst_data_queue_class_init),
7212 (gst_data_queue_init), (gst_data_queue_new),
7213 (gst_data_queue_cleanup), (gst_data_queue_finalize),
7214 (gst_data_queue_locked_flush), (gst_data_queue_locked_is_empty),
7215 (gst_data_queue_locked_is_full), (gst_data_queue_flush),
7216 (gst_data_queue_is_empty), (gst_data_queue_is_full),
7217 (gst_data_queue_set_flushing), (gst_data_queue_push),
7218 (gst_data_queue_pop), (gst_data_queue_drop_head),
7219 (gst_data_queue_set_property), (gst_data_queue_get_property):
7220 * libs/gst/base/gstdataqueue.h:
7221 New GstDataQueue object for threadsafe queueing. Most useful for
7222 elements that need some queueing functionnality.
7223 * docs/libs/gstreamer-libs-docs.sgml:
7224 * docs/libs/gstreamer-libs-sections.txt:
7225 Insert documentation for GstDataQueue
7226 * plugins/elements/Makefile.am:
7227 * plugins/elements/gstelements.c:
7228 * plugins/elements/gstmultiqueue.c: (gst_multi_queue_base_init),
7229 (gst_multi_queue_class_init), (gst_multi_queue_init),
7230 (gst_multi_queue_finalize), (gst_multi_queue_set_property),
7231 (gst_multi_queue_get_property), (gst_multi_queue_request_new_pad),
7232 (gst_multi_queue_release_pad), (gst_single_queue_push_one),
7233 (gst_multi_queue_item_destroy), (gst_multi_queue_item_new),
7234 (gst_multi_queue_loop), (gst_multi_queue_chain),
7235 (gst_multi_queue_sink_activate_push), (gst_multi_queue_sink_event),
7236 (gst_multi_queue_getcaps), (gst_multi_queue_bufferalloc),
7237 (gst_multi_queue_src_activate_push), (gst_multi_queue_acceptcaps),
7238 (gst_multi_queue_src_event), (gst_multi_queue_src_query),
7239 (wake_up_next_non_linked), (compute_next_non_linked),
7240 (single_queue_overrun_cb), (single_queue_underrun_cb),
7241 (single_queue_check_full), (gst_single_queue_new):
7242 * plugins/elements/gstmultiqueue.h:
7243 New multiqueue element, using GstDataQueue. Used for queuing multiple
7245 Closes #344639 and #347785
7247 2006-11-22 Stefan Kost <ensonic@users.sf.net>
7249 * docs/pwg/advanced-types.xml:
7250 add more missing type details
7252 * tools/gst-run.c: (main):
7253 remove unused variable
7255 2006-11-21 Stefan Kost <ensonic@users.sf.net>
7257 * docs/libs/Makefile.am:
7258 * docs/libs/gstreamer-libs.types:
7259 add types of base classes to enable gobject specific stuff in the docs
7261 * docs/random/ensonic/embedded.txt:
7262 more ideas about isolating platform specific things
7264 2006-11-20 Wim Taymans <wim@fluendo.com>
7266 Patch by: Sebastian Dröge <slomo at ubuntu dot com>
7268 * libs/gst/check/gstcheck.h:
7269 Fix compilation and running against 0.9.4. Fixes #377332.
7271 2006-11-20 Wim Taymans <wim@fluendo.com>
7273 * gst/gstsegment.c: (gst_segment_set_seek),
7274 (gst_segment_set_newsegment_full), (gst_segment_to_stream_time),
7275 (gst_segment_to_running_time):
7276 Fix boundary checking in to_running_time() and to_stream_time().
7279 * tests/check/gst/gstsegment.c: (GST_START_TEST):
7280 stream and running time can now be calculated for the complete
7283 2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
7285 * gst/gstpad.c: (gst_pad_push_event):
7286 Can't access event structure after giving away ownership of
7289 2006-11-15 Stefan Kost <ensonic@users.sf.net>
7291 * docs/random/ensonic/embedded.txt:
7292 * docs/random/ensonic/profiling.txt:
7293 * docs/random/ensonic/receipies.txt:
7296 2006-11-13 Wim Taymans <wim@fluendo.com>
7298 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
7301 Fix documentation for gst_pad_dispatcher. Fixes #374475.
7303 2006-11-13 Wim Taymans <wim@fluendo.com>
7305 Patch by: Jonathan Matthew <jonathan at kaolin dot wh9 dot net>
7307 * libs/gst/base/gstbasesrc.c: (gst_base_src_update_length):
7308 Store new length in segment duration so we don't keep on calling the
7309 potentially expensize get_size() call. Fixes #370865.
7311 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
7313 Patch by: Sergey Scobich <sergey.scobich at gmail com>
7315 * win32/common/libgstreamer.def:
7316 Add two missing symbols (#366492).
7318 2006-11-10 Jan Schmidt <thaytan@mad.scientist.com>
7320 * libs/gst/base/gstadapter.c: (gst_adapter_flush),
7321 (gst_adapter_take_buffer):
7322 Fix format string to use all its arguments.
7323 Remove useless >= check on a guint
7325 2006-11-09 Jan Schmidt <thaytan@mad.scientist.com>
7327 * tests/examples/adapter/.cvsignore:
7328 Ignore build file as commanded by the build-bot
7330 2006-11-09 Jan Schmidt <thaytan@mad.scientist.com>
7332 * tests/examples/adapter/Makefile.am:
7333 * tests/examples/adapter/adapter_test.c: (run_test_take),
7334 (run_test_take_buffer), (run_tests), (main):
7336 Add new files from the previous commit
7338 2006-11-09 Jan Schmidt <thaytan@mad.scientist.com>
7342 * libs/gst/base/gstadapter.c: (gst_adapter_clear),
7343 (gst_adapter_push), (gst_adapter_peek_into), (gst_adapter_peek),
7344 (gst_adapter_flush), (gst_adapter_take), (gst_adapter_take_buffer):
7345 * libs/gst/base/gstadapter.h:
7346 * tests/check/libs/adapter.c: (create_and_fill_adapter),
7347 (GST_START_TEST), (gst_adapter_suite):
7348 * tests/examples/Makefile.am:
7349 Do some optimisation work in GstAdapter to avoid copies in more cases.
7350 It could still do slightly better by merging buffers when
7351 gst_buffer_is_span_fast is true, but is already faster.
7353 Also, avoid traversing a single-linked list to append each incoming
7354 buffer inside the adapter.
7356 Add simple test app that times the adapter behaviour in different
7357 situations, and extend the unit test to check that bytes enter and
7358 exit the adapter in their original order.
7360 2006-11-08 Tim-Philipp Müller <tim at centricular dot net>
7362 * docs/random/draft-missing-plugins.txt:
7363 Update: use element message instead of adding a new message
7364 type to the core; don't provide GStreamer API to initiate the
7365 plugin download, just provide API to compose the strings needed
7366 and let an external libgimmestuff handle the rest.
7368 2006-11-08 Jan Schmidt <thaytan@mad.scientist.com>
7370 * tools/gst-inspect.c: (print_element_properties_info):
7371 Print a string instead of 'unknown type' for GValueArray properties
7373 2006-11-08 Christian F.K. Schaller <christian@fluendo.com>
7375 * docs/random/draft-missing-plugins.txt:
7378 2006-11-07 Tim-Philipp Müller <tim at centricular dot net>
7380 * tests/examples/typefind/typefind.c: (type_found), (main):
7381 Make typefind element example work again (#371894); add a
7384 2006-11-07 Tim-Philipp Müller <tim at centricular dot net>
7386 * docs/random/draft-missing-plugins.txt:
7387 Commit initial draft about how to deal with missing plugins,
7388 needs work (API too).
7390 2006-11-07 Stefan Kost <ensonic@users.sf.net>
7392 * docs/pwg/advanced-types.xml:
7393 documents the new caps elements (see #363118)
7395 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
7397 * gst/gstplugin.c: (gst_plugin_load_file):
7398 * plugins/elements/gstfilesrc.c: (gst_mmap_buffer_finalize),
7399 (gst_file_src_map_region), (gst_file_src_start):
7400 * plugins/indexers/gstfileindex.c: (gst_file_index_load),
7401 (gst_file_index_commit):
7402 Use g_strerror() instead of strerror() - we want UTF-8.
7404 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
7406 Patch by: Peter Kjellerstedt <pkj at axis com>
7408 * plugins/elements/gstfdsrc.c: (gst_fd_src_create):
7409 Another printf fix (#371493).
7411 2006-11-06 Stefan Kost <ensonic@users.sf.net>
7413 * tests/check/gst/gsttag.c:
7414 relicence (okay with author=company)
7416 2006-11-06 Stefan Kost <ensonic@users.sf.net>
7418 * gst/gstpad.c: (gst_pad_event_default_dispatch),
7419 (gst_pad_push_event):
7420 Enhance debug and improve docs
7425 2006-11-06 Stefan Kost <ensonic@users.sf.net>
7427 * docs/random/ensonic/distributed.txt:
7428 * docs/random/ensonic/profiling.txt:
7431 2006-11-06 Stefan Kost <ensonic@users.sf.net>
7433 * docs/gst/gstreamer-sections.txt:
7434 add new API and fix the build
7436 * gst/gstbin.c: (gst_bin_recalc_state):
7437 * gst/gstelement.c: (gst_element_message_full),
7438 (gst_element_get_state_func), (gst_element_set_state_func):
7439 use new API and improve logging
7441 * gst/gstutils.c: (gst_element_state_change_return_get_name):
7443 API: add function to get StateChangereturn names to improve logs
7445 2006-11-04 Thomas Vander Stichele <thomas at apestaart dot org>
7447 * plugins/elements/gstfilesrc.c: (gst_file_src_start):
7448 I'm considering shooting the next person to put strerror stuff
7449 in the translateable part of the message.
7451 2006-11-03 Wim Taymans <wim@fluendo.com>
7453 * plugins/elements/gstfdsrc.c: (gst_fd_src_create):
7454 Get the type and printf conversion specifiers right.
7456 2006-11-03 Wim Taymans <wim@fluendo.com>
7458 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
7460 * gst/gstpad.c: (gst_pad_init), (pre_activate),
7461 (gst_pad_set_blocked_async), (gst_pad_acceptcaps_default),
7462 (gst_pad_accept_caps), (handle_pad_block), (gst_pad_push_event):
7463 Some small cleanups. Improve debugging.
7465 Signal all waiting threads with a broadcast instead of just one.
7468 2006-11-03 Wim Taymans <wim@fluendo.com>
7470 * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd),
7471 (gst_fd_src_create):
7473 Only update fd when it's different from the old.
7475 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
7477 * plugins/elements/gstfilesrc.c: (gst_file_src_create_mmap):
7478 Printf fixes for PPC/OSX, take two (#369366).
7480 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
7482 Based on patch by: Jan David Mol <j.j.d.mol at tudelft nl>
7484 * plugins/elements/gstfilesink.c: (gst_file_sink_class_init):
7485 * plugins/elements/gstfilesrc.c: (gst_file_src_class_init),
7486 (gst_file_src_map_small_region), (gst_file_src_create_mmap):
7487 Printf fixes for gsize parameters on PPC/OSX (#369366). Also,
7488 don't cast to long long for portability reasons, but use
7489 GLib's types instead.
7491 2006-10-30 Michael Smith <msmith@fluendo.com>
7493 * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
7494 Get the arguments to lseek() the right way around.
7497 2006-10-30 Wim Taymans <wim@fluendo.com>
7499 Patch by: gorshkov <gorshkov at oghma dot on dot ca>
7502 _declspec should be __declspec (two underscores, not one). Fixes 366572.
7504 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
7506 Patch by: Kjartan Maraas <kmaraas at gnome org>
7508 * docs/design/part-MT-refcounting.txt:
7509 * docs/random/wtay/capsnego2-docs:
7512 Typo fixes (#366212).
7514 2006-10-28 Wim Taymans <wim@fluendo.com>
7516 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7519 * win32/common/libgstbase.def:
7520 * win32/common/libgstreamer.def:
7521 * win32/vs8/libgstbase.vcproj:
7522 * win32/vs8/libgstcontroller.vcproj:
7523 Add needed entries in .def files.
7525 Rearrange def files in vs8 solutions. Fixes #366286.
7527 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
7529 * win32/common/gstconfig.h:
7530 Add GST_SEGMENT_FORMAT and GST_USING_PRINTF_EXTENSION to the
7531 hand-made win32 gstconfig.h. Fixes #366321.
7533 2006-10-27 Wim Taymans <wim@fluendo.com>
7535 * gst/gstghostpad.c: (gst_proxy_pad_do_acceptcaps),
7536 (gst_ghost_pad_new_full):
7537 Make acceptcaps return TRUE when we don't have a target, just like
7540 2006-10-27 Wim Taymans <wim@fluendo.com>
7542 * libs/gst/base/gstbasetransform.c: (gst_base_transform_chain):
7543 Revert previous commit, 0 sized buffers are allowed. Reopens #363095.
7545 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
7547 * gst/gststructure.c: (gst_structure_id_set_value):
7548 If someone tries to set a non-UTF8 string field on a structure,
7549 don't just print a warning, but also ignore the request and do
7550 not change/add that field to the structure.
7552 * tests/check/gst/gsttag.c: (GST_START_TEST), (gst_tag_suite):
7555 2006-10-25 David Schleef <ds@schleef.org>
7558 g_hash_table_insert() needs a cast to a non-const pointer duh.
7560 2006-10-25 David Schleef <ds@schleef.org>
7564 Change name parameter of _gst_debug_register_funcptr to const
7565 to reflect the constness of its use in the function as well
7566 as to quiet a gcc warning.
7568 2006-10-25 Edward Hervey <edward@fluendo.com>
7570 * libs/gst/base/gstbasetransform.c: (gst_base_transform_chain):
7571 Don't push the buffer if it's empty.
7574 2006-10-24 Wim Taymans <wim@fluendo.com>
7579 * libs/gst/base/gstbasetransform.c:
7580 (gst_base_transform_sink_eventfunc):
7581 Debug segment values *after* updating them as this is more
7584 2006-10-23 Wim Taymans <wim@fluendo.com>
7586 * docs/design/part-events.txt:
7589 * docs/design/part-block.txt:
7590 * gst/gstpad.c: (gst_pad_is_blocking), (handle_pad_block),
7591 (gst_pad_push_event):
7592 Revert BLOCKING patch, it tries to be smart without really having a
7593 clear idea what or how. So, now we discard all FLUSHING events again on
7594 a blocking pad. Should fix gnonlin again.
7596 2006-10-23 Wim Taymans <wim@fluendo.com>
7598 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7600 * libs/gst/base/gstbasesrc.c: (gst_base_src_wait_playing),
7601 (gst_base_src_start), (gst_base_src_activate_push):
7602 Make sure size is always initialized. Fixes #364388.
7604 2006-10-20 Stefan Kost <ensonic@users.sf.net>
7606 * docs/random/ensonic/distributed.txt:
7607 add some ideas about doing distributed processing
7609 * docs/random/ensonic/profiling.txt:
7610 get_rusage look promising
7612 2006-10-18 Stefan Kost <ensonic@users.sf.net>
7614 * docs/manual/basics-helloworld.xml:
7615 Add a cast in example to fix compile warning
7617 2006-10-18 Wim Taymans <wim@fluendo.com>
7619 * gst/gstsegment.c: (gst_segment_set_last_stop),
7620 (gst_segment_set_seek), (gst_segment_set_newsegment_full):
7621 Relax arg checking again, -1 is allowed.
7623 2006-10-18 Wim Taymans <wim@fluendo.com>
7625 * gst/gstsegment.c: (gst_segment_set_last_stop),
7626 (gst_segment_set_seek), (gst_segment_set_newsegment_full):
7627 _set_last_stop() must be with a value != -1
7628 A _TYPE_SET to -1 means seek to 0.
7629 Calc last_stop correctly for negative rates.
7630 Make sure we work with positive durations when updating a segment.
7632 2006-10-18 Wim Taymans <wim@fluendo.com>
7634 * docs/design/part-live-source.txt:
7638 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
7641 Add an explicit cast to GstBuffer** to keep old code that added an
7642 explicit cast to GstMiniObject** for gst_mini_object_replace()
7643 compiling without warning.
7645 2006-10-18 Stefan Kost <ensonic@users.sf.net>
7647 * gst/gstvalue.c: (gst_value_set_date), (gst_date_copy):
7648 check for validity of dates
7650 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
7652 * docs/gst/gstreamer-sections.txt:
7653 Forgot this one, makes gtk-doc shut up.
7655 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
7657 Patch by: Peter Kjellerstedt <pkj at axis com>
7660 Don't define xmlNodePtr to gpointer if the core was built with
7661 --disable-loadsave and --disable-registry, this will break
7662 applications that want to use libxml2 but are buildling against a
7663 core that doesn't use libxml2. Use an intermediary type GstXmlNodePtr
7664 instead so we don't have to mess with the libxml2 namespace
7667 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
7670 Fix gst_buffer_replace() macro to avoid gst_mini_object_replace()-related
7671 type-punned pointer warnings.
7673 2006-10-16 Tim-Philipp Müller <tim at centricular dot net>
7676 Add casts to the correct return type to state <=> state transition
7679 2006-10-16 Stefan Kost <ensonic@users.sf.net>
7681 * docs/design/part-live-source.txt:
7682 describe howto handle latency
7684 * docs/random/ensonic/profiling.txt:
7687 * tools/gst-plot-timeline.py:
7688 fix log parsing for solaris, remove unused function
7690 2006-10-16 Wim Taymans <wim@fluendo.com>
7692 * docs/design/part-trickmodes.txt:
7694 Update some docs regarding reverse playback.
7696 2006-10-15 Tim-Philipp Müller <tim at centricular dot net>
7698 Patch by: Marcus Granado <mrc dot gran at gmail com>
7700 * win32/vs8/grammar.vcproj:
7701 Error out with a warning if glib-genmarshal.exe is not in path,
7702 instead of creating bogus gstmarshal.[ch] files. Fixes #361720.
7704 2006-10-13 Wim Taymans <wim@fluendo.com>
7706 * gst/gstsegment.c: (gst_segment_set_seek):
7707 When seeking to stop -1, set last_stop (current position) to the
7708 duration of the segment.
7710 2006-10-13 Wim Taymans <wim@fluendo.com>
7713 Clarify _NO_PREROLL a bit more.
7718 * gst/gstpad.c: (gst_pad_link_check_hierarchy),
7719 (gst_pad_get_caps_unlocked), (gst_pad_save_thyself),
7720 (handle_pad_block), (gst_pad_push_event), (gst_pad_send_event):
7721 Patch by: Yves Lefebvre <ivanohe at abacom dot com> Fix possible deadlock
7722 due to wrong locking order. Fixes #361769.
7723 Remove some redundant/misplaced checks in pad_block.
7725 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
7726 For negative rates, count backwards from the duration.
7728 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
7730 * gst/gsterror.c: (_gst_library_errors_init):
7731 Fix error message for GST_LIBRARY_ERROR_SETTINGS (feel free to come
7732 up with something better).
7734 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
7736 * win32/vs6/libgstreamer.dsp:
7737 * win32/vs7/libgstreamer.vcproj:
7738 * win32/vs8/libgstreamer.vcproj:
7739 Don't reference glib-compat.c which is currently not used and not
7740 disted; add gstquark.c which was recently added. Fixes #361730.
7742 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
7744 * win32/common/libgstbase.def:
7745 * win32/common/libgstcontroller.def:
7746 * win32/common/libgstreamer.def:
7747 Add gst_caps_merge() and a bunch of other recently-added functions.
7750 2006-10-11 Wim Taymans <wim@fluendo.com>
7752 * docs/plugins/gstreamer-plugins.args:
7753 * docs/plugins/inspect/plugin-coreelements.xml:
7754 * docs/plugins/inspect/plugin-coreindexers.xml:
7755 Update element args.
7757 * gst/gstsystemclock.c:
7758 Small comment update.
7760 * plugins/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init),
7761 (gst_tee_request_new_pad), (gst_tee_release_pad),
7762 (gst_tee_buffer_alloc), (gst_tee_sink_activate_push),
7763 (gst_tee_sink_activate_pull):
7764 * plugins/elements/gsttee.h:
7766 Add default property defines.
7767 Implement release pad function.
7768 Give properties better blubs etc.
7769 Activate pads before adding them to a running tee.
7770 Do simple buffer_alloc on the first requested pad.
7771 Post error when activation fails.
7773 2006-10-11 Tim-Philipp Müller <tim at centricular dot net>
7775 * gst/gst.c: (ensure_current_registry_forking):
7776 Check return value of write() to make compiler happy.
7778 2006-10-11 Wim Taymans <wim@fluendo.com>
7780 Patch by: Sjoerd Simons <sjoerd at luon dot net>
7782 * plugins/elements/gstqueue.c: (gst_queue_chain):
7783 Recheck queue filledness after signalling the overrun when we're about
7784 to leak downstream because we released the lock when emitting the signal
7785 and the queue could be empty again. Fixes #352345.
7787 2006-10-11 Tim-Philipp Müller <tim at centricular dot net>
7789 * libs/gst/controller/gstcontroller.c: (gst_controller_new_list):
7790 Fix refcounting here too, just like we did for _new_valist() a few
7791 days ago (#357180) (thanks to René Stadler). Also remove all those
7792 'Since: 0.9' from the gtk-doc blobs.
7794 * tests/check/libs/controller.c: (controller_refcount_new_list),
7795 (gst_controller_suite):
7796 Unit test for the above.
7798 2006-10-10 Wim Taymans <wim@fluendo.com>
7800 Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7802 * gst/gstpad.c: (gst_pad_get_caps_unlocked),
7803 (gst_pad_save_thyself):
7805 Write pad direction in XML output. Fixes #345496.
7807 2006-10-10 Wim Taymans <wim@fluendo.com>
7809 Patch by: René Stadler <mail at renestadler dot de>
7811 * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist),
7812 (gst_controller_new_list), (_gst_controller_dispose),
7813 (_gst_controller_finalize), (_gst_controller_class_init):
7814 Take ref to controlled object so that it cannot disappear.
7817 2006-10-10 Wim Taymans <wim@fluendo.com>
7819 * libs/gst/check/gstcheck.c: (gst_check_setup_src_pad),
7820 (gst_check_teardown_src_pad), (gst_check_setup_sink_pad),
7821 (gst_check_teardown_sink_pad):
7822 Activate/deactivate pads in setup/teardown respectively.
7824 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7826 Patch by: Josep Torra Valles <josep@fluendo.com>
7829 Cast values when making gstenumtypes.h. This pacifies Forte
7830 so it doesn't warn about the ~0 as GST_MESSAGE_ANY not fitting
7833 2006-10-09 Wim Taymans <wim@fluendo.com>
7835 * gst/gstevent.c: (gst_event_new_seek), (gst_event_parse_seek):
7836 Rename some more @cur to @start to fix docs.
7838 * gst/gstsegment.c: (gst_segment_set_seek):
7840 time and start must always stay in sync as defined in design doc.
7842 * gst/gsttaglist.c: (gst_tag_list_is_empty):
7843 Rename param to fix docs.
7845 * tests/check/gst/gstsegment.c: (GST_START_TEST):
7846 Check that start and time are in sync.
7848 * tests/check/pipelines/parse-launch.c:
7849 (gst_parse_test_element_change_state):
7850 Activate pad before adding to the element.
7852 2006-10-09 Wim Taymans <wim@fluendo.com>
7854 * docs/design/part-qos.txt:
7859 Update seek event docs regarding negative rates.
7860 Rename @cur to @start.
7862 * gst/gstsegment.c: (gst_segment_set_seek):
7864 Update set_seek docs regarding negative rates.
7865 Correctly update last_stop to @stop when dealing with negative
7867 Rename @cur to @start.
7869 * tests/check/gst/gstpad.c: (GST_START_TEST):
7870 Activate pads before trying to use them.
7872 * tests/check/gst/gstsegment.c: (GST_START_TEST),
7873 (gst_segment_suite):
7874 Add simple check for segments and negative rates.
7876 2006-10-09 Tim-Philipp Müller <tim at centricular dot net>
7878 * gst/gsttaglist.c: (gst_tag_list_is_empty):
7880 * docs/gst/gstreamer-sections.txt:
7881 API: add gst_tag_list_is_empty() (#360467).
7883 * tests/check/gst/gsttag.c: (GST_START_TEST):
7886 2006-10-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7889 Revert change from earlier wrt GST_MESSAGE_TYPE_ANY having
7890 a value that doesn't fit on enumeration.
7892 2006-10-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7894 * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_thread):
7895 Remove local debugging system and use Gstreamer's instead.
7897 2006-10-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7899 Patch by: Josep Torra Valles <josep@fluendo.com>
7901 * common/m4/gst-error.m4:
7902 Disable warning of statement not reached on Forte.
7904 Fix warning on Forte (value doesn't fit on enumeration).
7905 * libs/gst/base/gstbasesink.c: (gst_base_sink_chain_unlocked):
7906 Fix warning on Forte (value doesn't fit on enumeration).
7907 * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_thread):
7908 DEBUG macro says it takes minimum of 2 args and so Forte
7909 complains about the use with just 1 arg.
7910 * plugins/elements/gstfdsink.c:
7911 * plugins/elements/gstfdsrc.c:
7912 * plugins/elements/gstfilesink.c:
7913 * plugins/elements/gstfilesrc.c:
7914 Use correct return type for the uri handler implementations.
7916 All these fix warnings in Forte. Fixes bug #360860.
7918 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
7921 gcc versions prior to gcc 3.3 apparently complain about a NULL printf
7922 format string, so don't use G_GNUC_PRINTF for those versions.
7924 2006-10-07 Tim-Philipp Müller <tim at centricular dot net>
7926 * gst/gsttaglist.c: (gst_is_tag_list):
7928 Minor fixes to GST_IS_TAG_LIST and gst_is_tag_list().
7930 * tests/check/gst/gsttag.c: (GST_START_TEST), (gst_tag_suite):
7931 Small test for the above.
7933 2006-10-07 Tim-Philipp Müller <tim at centricular dot net>
7936 Less tabs, more spaces.
7938 2006-10-06 Tim-Philipp Müller <tim at centricular dot net>
7941 Those two function declarations do actually belong there, revert
7942 commit from yesterday that turned them intro macros.
7944 2006-10-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7946 Patch by: Josep Torra Valles <josep@fluendo.com>
7948 * gst/gst.c: (gst_init_get_option_group):
7949 Fix empty declaration and type mismatch.
7950 * gst/gstbin.c: (gst_bin_change_state_func):
7952 * gst/gstelement.c: (gst_element_continue_state),
7953 (gst_element_set_state_func), (gst_element_change_state),
7954 (gst_element_change_state_func):
7955 Fix type mismatches.
7956 * gst/gstinfo.c: (gst_debug_compare_log_function_by_func),
7957 (gst_debug_remove_log_function), (_gst_debug_nameof_funcptr):
7958 Cast as appropriate.
7959 * gst/gstobject.c: (gst_class_signal_connect):
7960 Cast as appropriate. The function pointer parameter really
7961 has the wrong type but would break API if we change it.
7963 Fix redefinition of _FILE_OFFSET_BITS caused on Solaris wrt
7964 order of including string.h.
7965 * gst/gstutils.c: (gst_element_state_get_name):
7966 Remove unreachable line.
7967 * gst/gstxml.c: (gst_xml_parse_doc):
7969 All these caught by Forte.
7971 2006-10-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7973 Patch by: Josep Torra Valles <josep@fluendo.com>
7975 * common/m4/gst-error.m4:
7977 We need to disable warnings on Forte for empty declarations
7978 due to gst-indent adding ;s to lines that just use macros
7979 where the macro actually doesn't need a ; at end to end
7982 2006-10-06 Wim Taymans <wim@fluendo.com>
7984 * plugins/elements/gstfilesink.c: (gst_file_sink_open_file),
7985 (gst_file_sink_close_file), (gst_file_sink_event),
7986 (gst_file_sink_render):
7987 Add some FIXME for the NEWSEGMENT handling.
7989 2006-10-05 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7991 * gst/parse/grammar.y:
7992 Remove static function gst_parse_element_lock as all it does
7993 is return. Looks like cruft from 0.8.
7995 2006-10-05 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7997 Patch by: Josep Torra Valles <josep@fluendo.com>
7999 * common/m4/gst-error.m4:
8001 * libs/gst/net/Makefile.am:
8002 Fix a compilation issue with Forte on Solaris. inet_aton is in
8005 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
8007 * gst/gstpad.c: (pre_activate):
8008 * gst/gstregistry.c: (gst_registry_scan_path_level):
8009 * gst/gstregistryxml.c: (load_plugin):
8010 * libs/gst/controller/gstcontroller.c:
8011 (gst_controlled_property_set_interpolation_mode):
8012 * libs/gst/dataprotocol/dataprotocol.c:
8013 (gst_dp_packet_from_event_1_0):
8014 * libs/gst/net/gstnetclientclock.c:
8015 (gst_net_client_clock_observe_times):
8016 * plugins/elements/gstfdsrc.c: (gst_fd_src_create):
8019 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
8022 * docs/gst/gstreamer-sections.txt:
8023 * gst/gstconfig.h.in:
8026 Add GST_USING_PRINTF_EXTENSION to gstconfig.h so that we know
8027 whether we can use G_GNUC_PRINTF in other header files and at
8028 least check the printf format/arguments of debug messages and
8029 GST_ELEMENT_ERROR messages when the printf extension is not
8031 Replace more tabs with spaces in gstinfo.h and remove two spurious
8032 function declarations in GST_DISABLE_DEBUG part with macros.
8034 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
8036 * gst/gstbus.c: (gst_bus_class_init), (gst_bus_post):
8037 More docs for the sync-message signal (mention that it is not
8038 emitted by default); log message structures of messages posted on
8041 2006-10-03 Jan Schmidt <thaytan@mad.scientist.com>
8043 * gst/gst.c: (ensure_current_registry_forking):
8044 Use a pipe pair to receive status results from the forked child, and
8045 ignore the result from waitpid. Fixes #355499
8047 2006-10-02 Wim Taymans <wim@fluendo.com>
8049 * tests/check/gst/gstghostpad.c: (GST_START_TEST),
8050 (gst_ghost_pad_suite):
8053 2006-10-02 Tim-Philipp Müller <tim at centricular dot net>
8056 Add 'Since: 0.10.11' to gst_pad_is_blocking() gtk-doc blurb.
8058 2006-10-02 Edward Hervey <edward@fluendo.com>
8060 * docs/design/part-block.txt:
8061 Further explain the use of flushing on blocked pads.
8062 * docs/gst/gstreamer-sections.txt:
8063 * gst/gstpad.c: (gst_pad_is_blocking), (handle_pad_block),
8064 (gst_pad_push_event):
8066 Added new GstPadFlag : GST_PAD_BLOCKING.
8067 Adds the notion of pads really blocking, which enables to properly
8068 handle FLUSH_START/FLUSH_STOP events on blocked pads.
8070 API: gst_pad_is_blocking()
8071 API: GST_PAD_IS_BLOCKING() macro
8072 API: GST_PAD_BLOCKING GstPadFlag
8074 2006-10-02 Wim Taymans <wim@fluendo.com>
8076 Patch by: mrcgran <mrc.gran at gmail dot com>
8078 * gst/gstghostpad.c: (gst_proxy_pad_do_getcaps):
8079 Filter the proxied caps against the padtemplate if we have one.
8081 * gst/gstquery.c: (gst_query_new_segment):
8082 Add include for gstinfo.h so that compilation with
8083 -DGST_DISABLE_GST_DEBUG works again. Fixes #358436.
8085 2006-10-02 Wim Taymans <wim@fluendo.com>
8087 Patch by: Alessandro Decina <alessandro at nnva org>
8089 * plugins/elements/gstfilesink.c: (gst_file_sink_init),
8090 (gst_file_sink_set_location), (gst_file_sink_open_file),
8091 (gst_file_sink_close_file), (gst_file_sink_event),
8092 (gst_file_sink_render):
8093 Set file to NULL when closing filesink so that we can set a new filename
8094 in READY. Fixes #358613.
8096 2006-10-02 Tim-Philipp Müller <tim at centricular dot net>
8098 Patch by: Alessandro Decina <alessandro at nnva org>
8100 * gst/gstevent.c: (_gst_event_copy):
8101 Fix gst_mini_object_make_writable() and gst_event_copy() for events
8102 with event structures by setting the parent refcount address of the
8103 copied structure to the address of the refcount member of the newly
8104 copied event rather than the address of the refcount member of the
8105 original event. Fixes #358737.
8107 * tests/check/gst/gstevent.c: (GST_START_TEST):
8108 Unit test for the above.
8110 2006-09-29 Stefan Kost <ensonic@users.sf.net>
8112 * docs/design/Makefile.am:
8113 Dist some more files.
8115 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
8117 * tests/check/libs/controller.c: (GST_START_TEST),
8118 (gst_controller_suite):
8119 Add test for the previous fix; add some more tests
8120 for correct refcounting behaviour; fix a few leaks
8121 in test cases; call gst_controller_init() at start
8124 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
8126 * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist),
8127 (gst_controller_set_from_list):
8128 Don't g_return_val_if_fail() on timed values with invalid timestamps
8129 inside a critical section without unlocking the mutex. Spotted by
8130 René Stadler. (#357617)
8131 Also, fix up refcounting properly: when returning an existing
8132 controller, we should increase the reference only once and not
8133 once per property and when trying to control a property again
8134 we should also increase the refcount.
8136 2006-09-29 Wim Taymans <wim@fluendo.com>
8138 * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_thread):
8139 * libs/gst/net/gstnettimeprovider.c:
8140 (gst_net_time_provider_thread):
8141 Stop reading commands when EOF as well.
8143 * plugins/elements/gstfakesink.c: (gst_fake_sink_class_init):
8144 * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init):
8145 * plugins/elements/gstidentity.c: (gst_identity_class_init):
8146 Unify description of the dump property.
8148 2006-09-28 Jan Schmidt <thaytan@mad.scientist.com>
8150 * tests/examples/manual/.cvsignore:
8151 OK, so it's actually cvsignore that needs changing. Stop laughing.
8153 2006-09-28 Jan Schmidt <thaytan@mad.scientist.com>
8155 * tests/examples/manual/Makefile.am:
8156 Gah, declare vars *before* using them
8158 2006-09-28 Jan Schmidt <thaytan@mad.scientist.com>
8160 * gst/gst.c: (init_pre), (scan_and_update_registry),
8161 (ensure_current_registry_nonforking),
8162 (ensure_current_registry_forking), (ensure_current_registry),
8163 (init_post), (gst_debug_help), (gst_deinit):
8164 * gst/gst_private.h:
8165 * gst/gstregistry.c: (gst_registry_finalize),
8166 (gst_registry_remove_features_for_plugin_unlocked),
8167 (gst_registry_remove_plugin), (gst_registry_scan_path_level),
8168 (gst_registry_scan_path),
8169 (_priv_gst_registry_remove_cache_plugins),
8170 (_priv_gst_registry_cleanup):
8171 * gst/gstregistry.h:
8172 Re-commit the registry changes, along with an extra fix:
8173 When a cached plugin is encountered at a different file path,
8174 update the stored path in the registry cache so that the parent
8175 process knows where it actually is now when it re-reads the registry
8176 cache. Fixes the thing that broke distcheck with the previous commit.
8178 * tests/check/Makefile.am:
8179 Clean up files named 'core' too when running make clean.
8181 * tests/examples/manual/Makefile.am:
8182 Set up a registry path for running these tests, and clean it properly
8185 2006-09-28 Jan Schmidt <thaytan@mad.scientist.com>
8188 Don't pull in gmodule-2.0.pc as a dependency in our .pc files - we
8189 want gmodule-no-export-2.0.pc instead so that we don't drag in
8190 --export-dynamic on every project that links to GStreamer.
8192 Also, make our export regex only match the start of symbols, rather
8193 than any symbol that contains '_gst' somewhere.
8195 * libs/gst/check/Makefile.am:
8196 The libgstcheck we build does however need export-dynamic, as it
8197 produces some symbols that don't match our _gst... style regex.
8200 2006-09-27 Jan Schmidt <thaytan@mad.scientist.com>
8202 * gst/gst.c: (init_pre), (scan_and_update_registry),
8203 (ensure_current_registry_nonforking),
8204 (ensure_current_registry_forking), (ensure_current_registry),
8205 (init_post), (gst_debug_help), (gst_deinit):
8206 * gst/gst_private.h:
8207 * gst/gstregistry.c: (gst_registry_finalize),
8208 (gst_registry_remove_plugin), (gst_registry_scan_path_level),
8209 (gst_registry_scan_path), (_gst_registry_remove_cache_plugins),
8210 (_gst_registry_cleanup):
8211 * gst/gstregistry.h:
8212 Revert previous change until I figure out why it breaks distcheck.
8214 2006-09-27 Jan Schmidt <thaytan@mad.scientist.com>
8216 * gst/gst.c: (init_pre), (scan_and_update_registry),
8217 (ensure_current_registry_nonforking),
8218 (ensure_current_registry_forking), (ensure_current_registry),
8219 (init_post), (gst_debug_help), (gst_deinit):
8221 Make init_pre and init_post take the full complement of GOptionFunc
8222 args so they can return useful GErrors. Make the registry updating
8225 Call _priv_gst_registry_remove_cache_plugins after scanning files to
8226 ensure that the registry we're about to write out doesn't contain
8227 stale information about old-deleted plugin files.
8229 Make _priv_gst_registry_remove_cache_plugins return a boolean so
8230 that deletion of plugin files is considered a registry change.
8232 * gst/gst_private.h:
8233 * gst/gstregistry.c: (gst_registry_finalize),
8234 (gst_registry_remove_features_for_plugin_unlocked),
8235 (gst_registry_remove_plugin), (gst_registry_scan_path_level),
8236 (gst_registry_scan_path),
8237 (_priv_gst_registry_remove_cache_plugins),
8238 (_priv_gst_registry_cleanup):
8239 * gst/gstregistry.h:
8240 Rename _gst_registry_remove_cache_plugins and _gst_registry_cleanup
8241 by adding _priv prefix, so that they won't appear in the global
8242 symbol table. They still do atm though because of #318031. Move the
8243 prototypes to gst_private.h
8245 When removing a plugin, remove all features for that plugin too.
8248 2006-09-27 Wim Taymans <wim@fluendo.com>
8250 * docs/random/moving-plugins:
8251 Make it clear that the "compiled-in descriptions" really mean
8252 the element details.
8254 * libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state),
8255 (gst_base_sink_wait_preroll):
8258 * docs/libs/gstreamer-libs-sections.txt:
8259 * libs/gst/base/gstbasesrc.c: (gst_base_src_wait_playing),
8260 (gst_base_src_get_range), (gst_base_src_activate_push):
8261 * libs/gst/base/gstbasesrc.h:
8262 Added function to block while waiting for PLAYING, this function
8263 is used by live sources that block on the clock.
8264 API: gst_base_src_wait_playing()
8266 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
8268 Patch by: Peter Kjellerstedt <pkj at axis com>
8271 gst-element-check.m4 is generated and should therefore be
8272 copied from the build dir rather than the source dir (#357593).
8273 'make distcheck' hasn't noticed this because we were disting
8274 the file as well, so stop doing that.
8276 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
8278 * tests/check/gst/gstcaps.c: (GST_START_TEST), (gst_caps_suite):
8279 Add some tests for gst_caps_intersect().
8281 * tools/gst-launch.c: (event_loop):
8282 Print all buffering percentages we get, even the 100% one.
8284 2006-09-26 Wim Taymans <wim@fluendo.com>
8286 * tools/gst-inspect.c: (print_element_properties_info),
8287 (print_signal_info):
8288 Fix printing of flags to match the look of enums.
8290 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
8292 * gst/gstelementfactory.c:
8293 Fix typo in docs blurb.
8295 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
8297 * gst/gsturi.c: (search_by_entry):
8298 Don't assert/crash here if a uri handler doesn't return any
8299 supported protocols. The list of protocols could be generated
8300 dynamically at runtime or at plugin registration, and an error
8301 in the underlying library shouldn't be fatal (#353301).
8303 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
8306 Fix warning if HAVE_PRINTF_EXTENSION is undefined
8307 (spotted by Peter Kjellerstedt).
8309 2006-09-23 Wim Taymans <wim@fluendo.com>
8311 Based on patch by: Antoine Tremblay <hexa00 at gmail dot com>
8313 * libs/gst/base/gstbasesrc.c:
8314 (gst_base_src_default_check_get_range), (gst_base_src_start),
8315 (gst_base_src_activate_push), (gst_base_src_activate_pull),
8316 (gst_base_src_change_state):
8317 Match _start/_stop calls in the activate functions. Remove redundant
8318 _stop call from the state change function. Fixes #356910.
8319 Turn failure DEBUG into ERROR.
8321 2006-09-22 Wim Taymans <wim@fluendo.com>
8323 * docs/design/part-buffering.txt:
8324 * gst/gstmessage.c: (gst_message_new_buffering),
8325 (gst_message_parse_buffering):
8326 Update docs about buffering.
8328 * docs/design/part-trickmodes.txt:
8331 2006-09-22 Stefan Kost <ensonic@users.sf.net>
8333 * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist),
8334 (gst_controller_new_list):
8335 Ref instances when returning them again (fixes #357180)
8337 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
8339 * gst/gstghostpad.c: (gst_ghost_pad_set_target):
8340 Don't forget to release proxy lock when there's an error.
8342 2006-09-20 Jan Schmidt <thaytan@mad.scientist.com>
8345 Add extra initialisers for Caps things, to fix some plugin warnings
8348 2006-09-18 Wim Taymans <wim@fluendo.com>
8350 * gst/gstghostpad.c: (gst_ghost_pad_new_full):
8351 Also set template on the internal pad so that a getcaps from the
8352 target pad returns the template caps.
8354 2006-09-18 Wim Taymans <wim@fluendo.com>
8356 * gst/gstelement.c: (gst_element_post_message),
8357 (gst_element_dispose):
8358 Use _DEBUG_OBJECT some more.
8360 * libs/gst/base/gstbasesrc.c: (gst_base_src_loop):
8363 * tools/gst-launch.c: (main):
8364 If the toplevel element is not a GstPipeline, it must be put in a
8365 pipeline so that a bus and clock is selected.
8367 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
8369 * libs/gst/base/gstbasesrc.c: (gst_base_src_default_query):
8370 JITTER, RATE, and LATENCY query should be handled by the
8371 default case and not by the CONVERT query code.
8373 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
8375 * gst/gstformat.c: (gst_format_register):
8376 Fix locking order (must take lock before using n_values).
8378 * gst/gstvalue.c: (gst_value_serialize_enum),
8379 (gst_value_deserialize_enum_iter_cmp),
8380 (gst_value_deserialize_enum):
8381 Fix serialisation/deserialisation of custom registered GstFormats.
8383 * tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
8384 Unit test for custom format serialisation/deserialisation.
8386 2006-09-17 Stefan Kost <ensonic@users.sf.net>
8388 * docs/pwg/building-boiler.xml:
8389 * plugins/elements/gstcapsfilter.c:
8390 More G_OBJECT macro fixing. Also Fix some details on the plugin-stamp
8393 2006-09-16 Edward Hervey <edward@fluendo.com>
8395 * libs/gst/base/gstbasetransform.c:
8396 (gst_base_transform_buffer_alloc):
8397 Check if requested caps are the same as the sinks caps IF
8398 ->have_same_caps is TRUE. If they are not, act as if have_same_caps
8400 This fixes the renegotiation issues stated in #352827.
8402 2006-09-16 Thomas Vander Stichele <thomas at apestaart dot org>
8405 * docs/manual/advanced-autoplugging.xml:
8406 * tests/examples/Makefile.am:
8407 * tests/examples/manual/.cvsignore:
8408 * tests/examples/manual/Makefile.am:
8409 * tests/examples/manual/extract.pl:
8410 Extract the manual examples again like we used to do.
8413 2006-09-16 Thomas Vander Stichele <thomas at apestaart dot org>
8415 * win32/common/config.h:
8418 2006-09-16 Stefan Kost <ensonic@users.sf.net>
8421 Documents how to receive errors.
8423 2006-09-15 Wim Taymans <wim@fluendo.com>
8425 * tools/gst-launch.c: (sigint_handler_sighandler), (check_intr),
8426 (event_loop), (main):
8427 Added some comments here and there.
8428 Post an application message when an interrupt is caught instead of doing
8429 an uncontrolled state change.
8430 Clean up the event loop.
8431 Handle buffering messages, pause/resume the pipeline.
8432 Make shutdown because of an interrupt more reliable.
8434 2006-09-15 Wim Taymans <wim@fluendo.com>
8436 * libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state),
8437 (gst_base_sink_wait_preroll), (gst_base_sink_do_sync),
8438 (gst_base_sink_preroll_object):
8439 Make sure that our internal state is correct when we commit our state
8440 asynchronously. This solves a race where a state change to PLAYING
8441 could cause the sink to remain blocked in preroll in some situations.
8443 2006-09-15 Wim Taymans <wim@fluendo.com>
8445 * tools/gst-inspect.c: (print_element_properties_info),
8446 (print_signal_info):
8447 List flags as hex so it's easier to deal with.
8449 2006-09-15 Wim Taymans <wim@fluendo.com>
8451 * docs/libs/gstreamer-libs-sections.txt:
8452 * libs/gst/base/gstbasesink.c: (gst_base_sink_wait_preroll),
8453 (gst_base_sink_do_sync):
8454 * libs/gst/base/gstbasesink.h:
8455 Expose logic to wait for preroll so that subclasses such as audiosink
8456 can also use this method.
8457 API: gst_base_sink_wait_preroll()
8459 2006-09-15 Wim Taymans <wim@fluendo.com>
8461 * gst/gstobject.c: (gst_object_set_parent):
8462 * gst/gstpipeline.c: (do_pipeline_seek):
8463 Small cleanups in docs and code.
8465 * gst/gstsegment.c: (gst_segment_clip):
8466 * tests/check/gst/gstsegment.c: (GST_START_TEST):
8467 if stop == start and start is in the segment, no clipping should be
8468 done. Also add a test for this.
8470 2006-09-15 Wim Taymans <wim@fluendo.com>
8472 * docs/design/part-buffering.txt:
8473 * docs/gst/gstreamer-sections.txt:
8474 * gst/gstmessage.c: (gst_message_new_buffering),
8475 (gst_message_parse_buffering):
8477 Added methods to create and parse BUFFERING messages.
8478 Added preliminary docs about buffering.
8479 API: gst_message_new_buffering
8480 API: gst_message_parse_buffering
8482 2006-09-06 Wim Taymans <wim@fluendo.com>
8485 Update documentation.
8487 * gst/gstelement.c: (gst_element_class_init),
8488 (gst_element_release_request_pad), (gst_element_set_clock),
8489 (gst_element_get_index), (gst_element_add_pad),
8490 (gst_element_remove_pad), (gst_element_get_random_pad),
8491 (gst_element_send_event), (gst_element_get_query_types),
8492 (gst_element_query), (gst_element_post_message),
8493 (gst_element_message_full), (gst_element_continue_state),
8494 (gst_element_lost_state), (gst_element_save_thyself),
8495 (gst_element_restore_thyself):
8496 Documentation updates.
8497 Rename last bit of the new-pad -> pad-added signal rename.
8498 Fix the case where an element query would only work if the source
8500 Avoid some useless type checking in message handling.
8505 Documentation updates.
8507 2006-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
8509 * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
8510 add an INFO line for when we actually update the fd
8512 2006-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
8517 === release 0.10.10 ===
8519 2006-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
8522 releasing 0.10.10, "Pais"
8524 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
8526 * docs/manual/advanced-position.xml:
8527 Fix typo in sample code.
8529 2006-09-05 Wim Taymans <wim@fluendo.com>
8531 * libs/gst/net/gstnetclientclock.c: (inet_aton),
8532 (gst_net_client_clock_init), (gst_net_client_clock_finalize),
8533 (gst_net_client_clock_do_select), (gst_net_client_clock_new):
8534 * libs/gst/net/gstnetclientclock.h:
8535 * libs/gst/net/gstnettimepacket.c: (gst_net_time_packet_send):
8536 * libs/gst/net/gstnettimepacket.h:
8537 * libs/gst/net/gstnettimeprovider.c: (inet_aton),
8538 (gst_net_time_provider_init), (gst_net_time_provider_finalize),
8539 (gst_net_time_provider_thread), (gst_net_time_provider_new):
8540 * libs/gst/net/gstnettimeprovider.h:
8541 Make stuff compile on windows. Fixes #345295.
8543 2006-09-03 Tim-Philipp Müller <tim at centricular dot net>
8545 * gst/gst.c: (ensure_current_registry_forking):
8546 Print better details when child was terminated by signal.
8548 2006-09-03 Tim-Philipp Müller <tim at centricular dot net>
8550 * gst/gstregistryxml.c: (gst_registry_xml_save_feature):
8551 Print a warning rather than g_assert() if a plugin feature
8552 is a URI handler but returns no protocols (#353976).
8554 2006-09-02 Stefan Kost <ensonic@users.sf.net>
8556 * docs/random/moving-plugins:
8559 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
8561 * gst/gstinfo.c: (_gst_debug_nameof_funcptr):
8562 Fix locking order, handle NULL function values properly.
8567 * gst/gstpad.c: (gst_pad_buffer_alloc_unchecked):
8568 Initialise variable before using it and fix debug statement to
8569 print the address of the function rather than the address of the
8570 variable on the stack holding the address of the function.
8572 2006-09-01 Wim Taymans <wim@fluendo.com>
8574 * gst/gstghostpad.c: (gst_proxy_pad_do_event),
8575 (gst_proxy_pad_do_bufferalloc), (gst_proxy_pad_do_chain),
8576 (gst_proxy_pad_do_getrange), (gst_proxy_pad_do_checkgetrange),
8577 (gst_proxy_pad_set_target_unlocked), (gst_ghost_pad_parent_set),
8578 (gst_ghost_pad_parent_unset),
8579 (gst_ghost_pad_internal_do_activate_push),
8580 (gst_ghost_pad_internal_do_activate_pull),
8581 (gst_ghost_pad_do_activate_push), (gst_ghost_pad_do_activate_pull),
8582 (gst_ghost_pad_do_link), (gst_ghost_pad_do_unlink),
8583 (gst_ghost_pad_init), (gst_ghost_pad_dispose),
8584 (gst_ghost_pad_new_full), (gst_ghost_pad_new_no_target),
8585 (gst_ghost_pad_new), (gst_ghost_pad_new_from_template),
8586 (gst_ghost_pad_new_no_target_from_template),
8587 (gst_ghost_pad_get_target), (gst_ghost_pad_set_target):
8589 Avoid needless typechecking in macros.
8590 Since the internal pad is always present and never changes, there is
8591 no need to locking or ref when retrieving it.
8592 Improve debugging a bit.
8593 Handle link errors when setting the target. Fixes #341029.
8595 2006-09-01 Wim Taymans <wim@fluendo.com>
8597 * docs/libs/gstreamer-libs-sections.txt:
8598 * docs/plugins/gstreamer-plugins-sections.txt:
8601 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad),
8602 (gst_collect_pads_event):
8603 * libs/gst/base/gstcollectpads.h:
8604 Documentation updates.
8605 Free queued buffer when removing a pad.
8607 2006-08-31 Michael Smith <msmith@fluendo.com>
8609 * gst/gstutils.c: (gst_element_link_pads),
8610 (gst_element_link_pads_filtered):
8611 Ensure that we set a capsfilter to NULL if we failed to link it
8612 when doing filtered linking, to avoid criticals.
8614 No need to check for unreffing srcpad, which is explicly NULLed
8615 above (a trivial code cleanup).
8617 2006-08-31 Wim Taymans <wim@fluendo.com>
8619 * docs/design/part-gstghostpad.txt:
8620 Update ascii art in documentation.
8622 * gst/gstghostpad.c: (gst_proxy_pad_do_internal_link),
8623 (gst_proxy_pad_set_target_unlocked), (gst_proxy_pad_init),
8624 (gst_ghost_pad_parent_set), (gst_ghost_pad_parent_unset),
8625 (gst_ghost_pad_internal_do_activate_push),
8626 (gst_ghost_pad_internal_do_activate_pull),
8627 (gst_ghost_pad_do_activate_push), (gst_ghost_pad_do_activate_pull),
8628 (gst_ghost_pad_do_link), (gst_ghost_pad_do_unlink),
8629 (gst_ghost_pad_dispose), (gst_ghost_pad_new_full),
8630 (gst_ghost_pad_set_target):
8631 Small cleanups and leak fixes.
8632 Remove some checks now that the internal pad is never NULL.
8633 Fix the case where linking pads without a target would create nasty
8634 criticals. Fixes #341029.
8635 Don't assign a GstPadLinkReturn to a gboolean and mess up the return
8636 value of _set_target().
8638 * tests/check/gst/gstghostpad.c: (GST_START_TEST),
8639 (gst_ghost_pad_suite):
8640 Some more tests for creating and linking untargeted ghostpads.
8642 2006-08-31 Edward Hervey <edward@fluendo.com>
8644 * docs/gst/gstreamer-sections.txt:
8645 * gst/gstghostpad.c: (gst_proxy_pad_do_getcaps),
8646 (gst_proxy_pad_do_setcaps), (gst_proxy_pad_set_target_unlocked),
8647 (gst_proxy_pad_dispose), (gst_ghost_pad_new_full),
8648 (gst_ghost_pad_new_no_target), (gst_ghost_pad_new),
8649 (gst_ghost_pad_new_from_template),
8650 (gst_ghost_pad_new_no_target_from_template):
8651 * gst/gstghostpad.h:
8652 Refactored *_new() functions.
8653 Templates are now used as a g_object_new() parameter.
8654 Use template in _do_getcaps() if we don't have a target.
8655 Small documentation cleanups.
8656 Added two new constructors:
8657 gst_ghost_pad_new_from_template()
8658 gst_ghost_pad_new_no_target_from_template()
8659 * tests/check/gst/gstghostpad.c: (GST_START_TEST),
8660 (gst_ghost_pad_suite):
8661 Added tests for new ghostpad instanciation functions.
8663 API additions: gst_ghost_pad_new_from_template,
8664 gst_ghost_pad_new_no_target_from_template
8666 2006-08-30 Stefan Kost <ensonic@users.sf.net>
8668 * docs/random/ensonic/profiling.txt:
8669 Ideas about qos profiling.
8671 2006-08-29 Wim Taymans <wim@fluendo.com>
8673 * gst/gstcaps.c: (gst_caps_structure_is_subset_field):
8677 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
8680 Improve and detypofy docs.
8682 * tests/check/Makefile.am:
8683 * tests/check/gst/.cvsignore:
8684 * tests/check/gst/gstxml.c: (GST_START_TEST), (gst_xml_suite):
8685 Add a basic test suite for GstXML.
8687 2006-08-29 Wim Taymans <wim@fluendo.com>
8689 * gst/gstelement.c: (activate_pads), (clear_caps),
8690 (iterator_activate_fold_with_resync), (gst_element_pads_activate):
8691 Clear the pad caps when the element shut down all of the pads and
8692 is not streaming data that could modify the caps.
8695 2006-08-28 Michael Smith <msmith@fluendo.com>
8697 * plugins/elements/gstidentity.c: (gst_identity_transform_ip):
8698 Revert previous change; I misunderstood single-segment mode.
8700 2006-08-28 Michael Smith <msmith@fluendo.com>
8702 * plugins/elements/gstidentity.c: (gst_identity_transform_ip):
8703 Unset DISCONT on buffers when using single-segment mode.
8705 2006-08-28 Wim Taymans <wim@fluendo.com>
8707 * gst/gstcaps.c: (gst_caps_merge_structure):
8709 Fix docs and indentation again.
8711 * tests/check/gst/gstquery.c: (GST_START_TEST):
8712 Fix leak in tests and add some more tests.
8714 2006-08-28 Edward Hervey <edward@fluendo.com>
8716 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
8717 Inform GstSegment of the last stop position in order for the current
8718 segment to have a proper duration if it doesn't have a specific stop
8719 position from which a duration could be calculated.
8720 This bug was noticeable when a non-flushing, non-update new segment was
8721 followed by another segment (all buffers from the new segment were being
8724 2006-08-28 Wim Taymans <wim@fluendo.com>
8726 * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek):
8727 Small comment update.
8729 * plugins/elements/gstidentity.c: (gst_identity_class_init),
8730 (gst_identity_transform_ip):
8731 Drop-probability is broken, mention this in the code with a
8732 FIXME and also in the property description.
8733 Make silent also be silent about the drop messages.
8735 2006-08-28 Tim-Philipp Müller <tim at centricular dot net>
8737 * docs/manual/appendix-win32.xml:
8738 Remove mention of popt, we don't depend on that any
8739 longer (#353136). Add some comments pointing out that
8740 this section is slightly outdated.
8742 2006-08-28 Wim Taymans <wim@fluendo.com>
8744 Patch by: Torsten Schoenfeld <kaffeetisch at gmx dot de>
8746 * gst/gstquery.c: (gst_query_new_segment):
8747 * tests/check/gst/gstquery.c: (GST_START_TEST):
8748 Initialize variables when creating a new segment query.
8751 2006-08-28 Wim Taymans <wim@fluendo.com>
8753 Patch by: Torsten Schoenfeld <kaffeetisch at gmx dot de>
8755 * gst/gstelement.c: (gst_element_get_bus):
8756 * tests/check/gst/gstelement.c: (GST_START_TEST):
8757 Check for NULL before _reffing the bus. Fixes #353122.
8759 2006-08-25 Tim-Philipp Müller <tim at centricular dot net>
8761 * docs/manual/basics-bus.xml:
8762 Docs update: fix wrong callback return value explanation; add
8763 some lines about the implicit relationship between main loop
8764 and main context; remove duplicate main loop variable declaration.
8766 2006-08-24 Tim-Philipp Müller <tim at centricular dot net>
8768 * tests/check/gst/gstcaps.c: (GST_START_TEST):
8769 Don't leak caps in unit test; add a few more simple
8772 2006-08-24 Stefan Kost <ensonic@users.sf.net>
8774 * docs/gst/gstreamer-sections.txt:
8775 * gst/gstcaps.c: (gst_caps_structure_is_subset_field),
8776 (gst_caps_structure_is_subset), (gst_caps_merge),
8777 (gst_caps_merge_structure):
8779 * libs/gst/base/gstbasetransform.c:
8780 (gst_base_transform_transform_caps):
8781 * tests/check/gst/gstcaps.c: (GST_START_TEST), (gst_caps_suite):
8782 implement caps merging (fixes #352580)
8784 2006-08-23 Stefan Kost <ensonic@users.sf.net>
8786 * tools/Makefile.am:
8787 * tools/gst-plot-timeline.py:
8788 add debug-log plotting developer tool (#340674)
8790 2006-08-23 Wim Taymans <wim@fluendo.com>
8792 * gst/gstpad.c: (gst_pad_start_task), (gst_pad_pause_task),
8793 (gst_pad_stop_task):
8794 Improve debugging for task functions.
8796 * gst/gsttask.c: (gst_task_func), (gst_task_set_lock),
8797 (gst_task_start), (gst_task_pause), (gst_task_join):
8798 Make sure that the task function started and finished after a
8800 Don't try to push the task function on the threadpool multiple
8802 Improve the g_warning message with some useful suggestions
8803 about how to fix the problem.
8805 2006-08-23 Wim Taymans <wim@fluendo.com>
8807 * gst/gstutils.c: (gst_pad_proxy_getcaps):
8808 Handle RESYNC correctly in _proxy_getcaps.
8810 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
8812 * gst/gstxml.c: (gst_xml_dispose), (gst_xml_parse_file),
8813 (gst_xml_parse_memory), (gst_xml_get_element):
8814 Chain up to parent class in dispose function and also
8815 unref the elements in the toplevel_elements GList.
8816 Don't leak XmlDocPtr in _parse_file() and _parse_memory().
8817 Always return a reference in gst_xml_get_element() rather
8818 than only sometimes.
8820 * tools/gst-launch.c: (xmllaunch_parse_cmdline):
8821 Don't leak GstXml object.
8823 2006-08-21 Stefan Kost <ensonic@users.sf.net>
8825 * docs/gst/gstreamer-sections.txt:
8826 * gst/gstcaps.c: (gst_structure_is_equal_foreach),
8829 * libs/gst/base/gstbasetransform.c:
8830 (gst_base_transform_transform_caps):
8831 API: Add gst_caps_merge() and use it in basetransform, fixes #345444
8834 2006-08-21 Edward Hervey <edward@fluendo.com>
8836 * gst/gstxml.c: (gst_xml_class_init), (gst_xml_dispose):
8837 Implement GObject::dispose virtual method in GstXML so we can free the
8840 2006-08-21 Wim Taymans <wim@fluendo.com>
8842 * gst/gstbuffer.c: (gst_buffer_make_metadata_writable),
8843 (gst_buffer_create_sub):
8844 Copy duration/offset_end/caps when creating a subbuffer of the
8846 Make the subbuffer read-only when we make the metadata writable for
8849 * tests/check/gst/gstbuffer.c: (GST_START_TEST):
8850 Added check for metadata copy when creating subbuffers.
8852 2006-08-21 Edward Hervey <edward@fluendo.com>
8854 * libs/gst/base/gstbasetransform.c:
8855 (gst_base_transform_buffer_alloc):
8856 Only call downstream buffer_alloc if transform element is passthrough
8857 or always_in_place. Closes #350449.
8859 2006-08-20 Stefan Kost <ensonic@users.sf.net>
8862 ChangeLog surgery to add comments to previous changes
8864 2006-08-20 Stefan Kost <ensonic@users.sf.net>
8869 * gst/gstpad.c: (gst_pad_set_active):
8870 Be more verbose in the log
8872 * libs/gst/base/gstbasetransform.c:
8873 (gst_base_transform_transform_caps):
8874 Simplify caps to get rid of duplicates, fixes #345444
8876 2006-08-20 Stefan Kost <ensonic@users.sf.net>
8880 Use these optimizations only internally.
8882 2006-08-20 Stefan Kost <ensonic@users.sf.net>
8884 * gst/gstvalue.c: (gst_value_compare_list),
8885 (gst_value_compare_fraction_range),
8886 (gst_value_intersect_fraction_fraction_range),
8887 (gst_value_intersect_fraction_range_fraction_range),
8888 (gst_value_subtract_fraction_fraction_range),
8889 (gst_value_subtract_fraction_range_fraction_range),
8890 (gst_value_get_compare_func), (gst_value_compare),
8891 (gst_value_compare_with_func):
8893 Saves the expensive lookup of the compare function in many cases
8896 2006-08-18 Edward Hervey <edward@fluendo.com>
8898 * tests/check/gst/gstinfo.c: (gst_info_suite):
8899 Disable test that require gstdebug if it wasn't built in core.
8901 2006-08-18 Stefan Kost <ensonic@users.sf.net>
8903 * docs/random/ensonic/logging.txt:
8906 * gst/gstinfo.c: (gst_debug_log_default):
8907 reorder fields, save some columns, add optional color codes for log
8910 2006-08-18 Stefan Kost <ensonic@users.sf.net>
8912 * docs/random/ensonic/logging.txt:
8913 add ideas about making the logs a bit more useful
8915 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
8917 * docs/pwg/advanced-events.xml:
8918 * docs/pwg/titlepage.xml:
8919 Update for 0.10 API (#340627). Add myself
8922 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
8924 * docs/libs/gstreamer-libs-docs.sgml:
8925 * docs/libs/gstreamer-libs-sections.txt:
8926 * libs/gst/check/gstbufferstraw.c:
8927 Make gstcheck stuff show up in docs (still needs to
8928 be documented properly though).
8930 2006-08-16 Jan Schmidt <thaytan@mad.scientist.com>
8932 * docs/gst/gstreamer-sections.txt:
8934 * gst/gst.c: (init_post):
8935 * gst/gst_private.h:
8936 * gst/gstquark.c: (_priv_gst_quarks_initialize):
8938 * gst/gstquery.c: (gst_query_new_position),
8939 (gst_query_set_position), (gst_query_parse_position),
8940 (gst_query_new_duration), (gst_query_set_duration),
8941 (gst_query_parse_duration), (gst_query_new_convert),
8942 (gst_query_set_convert), (gst_query_parse_convert),
8943 (gst_query_new_segment), (gst_query_set_segment),
8944 (gst_query_parse_segment), (gst_query_new_seeking),
8945 (gst_query_set_seeking), (gst_query_parse_seeking):
8946 Add internal helpers for pre-registering quarks from static strings
8947 and using the quark values directly instead of looking them up when
8948 creating and parsing queries. Can be used for event construction too.
8951 2006-08-16 Wim Taymans <wim@fluendo.com>
8956 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
8958 * gst/gstutils.c: (gst_util_set_value_from_string):
8959 Fix memleak (#351502).
8961 * tests/check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
8962 Add unit test for most of gst_util_set_value_from_string()
8963 (not that one would want to encourage use of this function).
8965 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
8967 * libs/gst/check/gstcheck.h:
8968 Use const gchar * variables in fail_unless_equals_string
8969 macro to avoid compiler warnings (and don't use tabs for
8972 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
8974 * tools/gst-launch.c: (print_tag):
8975 More space on the left for the tag names, to cater
8976 for the 'extended comment' tag (not touching the
8977 string for the first line since it's translated).
8979 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
8981 * libs/gst/check/gstcheck.h:
8982 Fix ASSERT_CRITICAL and ASSERT_WARNING macros to actually
8983 print something when they fail.
8985 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
8987 * docs/gst/gstreamer-sections.txt:
8988 * gst/gsttaglist.c: (_gst_tag_initialize):
8990 API: add GST_TAG_EXTENDED_COMMENT (#350935).
8991 Also change merge function for GST_TAG_COMMENT to
8994 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
8996 * gst/gstinfo.c: (gst_debug_print_object):
8997 Make GST_PTR_FORMAT print messages as well.
8999 * tests/check/gst/gstinfo.c: (printf_extension_log_func),
9000 (GST_START_TEST), (gst_info_suite):
9003 2006-08-14 Edward Hervey <edward@fluendo.com>
9005 * gst/gstelementfactory.c: (gst_element_register):
9006 If the GstElementClass doesn't have a GstElementDetails with all fields
9007 filled up correctly (longname, description AND author), then error out
9008 nicely instead of crashing.
9010 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
9012 * gst/gststructure.c:
9013 Fix typo in docs and re-wrap docs blurb to not exceed 80 chars/line.
9016 Expand on the difference between arrays and lists as we use them.
9018 2006-08-14 Wim Taymans <wim@fluendo.com>
9020 * libs/gst/base/gstbasesrc.c: (gst_base_src_change_state):
9021 If the parent state change function failed, don't assume we can safely
9022 stop the source, this will be done when the pads are deactivated.
9024 2006-08-14 Wim Taymans <wim@fluendo.com>
9027 * gst/gsttask.c: (gst_task_join):
9030 * gst/gstpad.c: (gst_pad_activate_pull), (gst_pad_activate_push),
9031 (gst_pad_stop_task):
9032 When pad (de)activation failed for some reason, restore the old
9033 activation mode and set the pad to flushing instead of assuming the
9035 If the _task_join() failed, reinstall the task on the pad so that it can
9036 be stopped later and return an error.
9038 2006-08-11 Andy Wingo <wingo@pobox.com>
9041 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packetizer_new):
9042 * tests/check/libs/gdp.c: (gst_dp_suite): GST_DISABLE_DEPRECATED
9043 is only for users of API that don't want to see deprecated
9044 functions in the headers; people that want to compile out
9045 deprecated code should pass -DGST_REMOVE_DEPRECATED into the
9046 CFLAGS. Fixes the build of multifdsink, or will soon..
9048 2006-08-11 Wim Taymans <wim@fluendo.com>
9050 * docs/gst/gstreamer-sections.txt:
9051 Add GstClockClass vmethod docs.
9054 Mark #endif with comment for associated #if
9056 * gst/gstclock.c: (gst_clock_id_wait):
9058 Add vmethod wait_jitter to avoid an unneeded _get_time() for
9059 most clock implementations.
9061 Flesh out docs about resolution methods.
9062 API: GstClockClass::wait_jitter
9064 * gst/gstsystemclock.c: (gst_system_clock_class_init),
9065 (gst_system_clock_async_thread),
9066 (gst_system_clock_id_wait_jitter_unlocked),
9067 (gst_system_clock_id_wait_jitter):
9068 Use base class wait_jitter variant for improved performance
9069 due to less clock polling.
9071 2006-08-11 Edward Hervey <edward@fluendo.com>
9073 * gst/gst.c: (gst_init_check), (init_post):
9074 Set gst as being initialized before scanning/updating the registry,
9075 since there might be my python plugin loader that calls gst_init() and
9076 we don't want to loop back in.
9079 2006-08-11 Wim Taymans <wim@fluendo.com>
9081 * docs/design/part-qos.txt:
9082 Bring docs in line with the code. Mostly the sign of the jitter was
9083 wrong in the docs. Fixes #349943.
9086 Fix the docs for the jitter.
9088 * gst/gstevent.c: (gst_event_new_custom), (gst_event_new_tag),
9089 (gst_event_parse_tag), (gst_event_new_buffer_size),
9090 (gst_event_parse_buffer_size), (gst_event_parse_qos),
9091 (gst_event_new_seek), (gst_event_parse_seek),
9092 (gst_event_new_navigation):
9093 Make sure the GstStructure has no parent when creating custom
9095 Add some more argument checking so that we avoid 0.0 rates.
9096 Flesh out the docs for the QoS event some more.
9098 2006-08-11 Wim Taymans <wim@fluendo.com>
9100 * docs/gst/gstreamer-sections.txt:
9101 * gst/gst.c: (gst_init_get_option_group), (gst_init_check),
9102 (ensure_current_registry_forking), (ensure_current_registry),
9103 (parse_one_option), (parse_goption_arg), (gst_deinit),
9104 (gst_registry_fork_is_enabled), (gst_registry_fork_set_enabled):
9107 Added API and command line option to disable registry forking in
9108 addition to the environment variable.
9109 Constify some static arrays.
9110 Added some more debug.
9112 API: gst_registry_fork_is_enabled()
9113 API: gst_registry_fork_set_enabled()
9114 API: --gst-disable-registry-fork command line option
9117 2006-08-11 Tim-Philipp Müller <tim at centricular dot net>
9119 * gst/gst.c: (gst_init):
9120 Fix typo in error message.
9122 2006-08-10 Stefan Kost <ensonic@users.sf.net>
9124 * libs/gst/controller/gstcontroller.h:
9125 fix ABI size-correction
9127 * tests/check/libs/gdp.c: (gst_dp_suite):
9128 make tests that use deprecated API conditional
9130 2006-08-10 Stefan Kost <ensonic@users.sf.net>
9132 * docs/libs/gstreamer-libs-sections.txt:
9133 * libs/gst/controller/gstcontroller.c:
9134 (_gst_controller_get_property), (_gst_controller_set_property),
9135 (_gst_controller_init), (_gst_controller_class_init):
9136 * libs/gst/controller/gstcontroller.h:
9137 * libs/gst/controller/gsthelper.c: (gst_object_get_control_rate),
9138 (gst_object_set_control_rate):
9139 API: add gst_object_{s,g}et_control_rate(), add private data section,
9142 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packetizer_new):
9143 * libs/gst/dataprotocol/dataprotocol.h:
9144 add deprecation guards to make gtk-doc happy and allow disabling cruft
9146 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
9148 * tests/check/Makefile.am:
9149 * tests/check/gst/.cvsignore:
9150 Let's enable the new unit test as well.
9152 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
9155 * docs/gst/gstreamer-sections.txt:
9156 * gst/gstconfig.h.in:
9157 * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_segment),
9158 (_gst_info_printf_extension_ptr),
9159 (_gst_info_printf_extension_segment):
9160 API: add GST_SEGMENT_FORMAT, which is a printf extension we
9161 register that lets us easily dump GstSegments into debug
9164 * tests/check/gst/gstinfo.c: (segment_printf_extension_log_func),
9165 (info_segment_format_printf_extension), (gst_info_suite):
9166 Add simple unit test that logs a bunch of different segments (not
9167 valgrinded at the moment because of leaks in
9168 gst_debug_add_log_function).
9170 2006-08-09 Edward Hervey <edward@fluendo.com>
9172 * libs/gst/base/gstbasetransform.c:
9173 (gst_base_transform_buffer_alloc):
9174 Even if we can't figure out the proper format to request downstream,
9175 call buffer_alloc() downstream with the input parameters without setting
9176 the caps on the srcpad. This will force negotiation in the chain
9180 2006-08-08 Edward Hervey <edward@fluendo.com>
9182 * gst/gstghostpad.c: (gst_ghost_pad_do_unlink):
9183 Unlinking from a pad without a target is now a perfectly valid case
9184 which should NOT raise an assertion.
9185 This case would happen if a linked ghostpad its target set to NULL after
9186 it was previously linked.
9188 2006-08-08 Edward Hervey <edward@fluendo.com>
9190 * tests/check/libs/gdp.c:
9191 Also comment out the test (see below).
9193 2006-08-08 Edward Hervey <edward@fluendo.com>
9195 * tests/check/libs/gdp.c: (gst_dp_suite):
9196 Use the architecture information from config.h and not gcc macros
9197 in order to properly disable a test that fails on PPC64.
9199 2006-08-04 Tim-Philipp Müller <tim at centricular dot net>
9201 * gst/gstelement.c: (gst_element_remove_pad):
9202 Don't crash printing the warning if the pad has no parent.
9204 2006-08-02 Wim Taymans <wim@fluendo.com>
9206 * libs/gst/dataprotocol/dataprotocol.c:
9207 (gst_dp_header_from_buffer_any), (gst_dp_packet_from_caps_any),
9208 (gst_dp_crc), (gst_dp_header_payload_length),
9209 (gst_dp_header_payload_type), (gst_dp_packet_from_event),
9210 (gst_dp_packet_from_event_1_0), (gst_dp_buffer_from_header),
9211 (gst_dp_caps_from_packet), (gst_dp_event_from_packet_0_2),
9212 (gst_dp_event_from_packet), (gst_dp_validate_header),
9213 (gst_dp_validate_payload):
9214 Make debug category static
9215 Constify the crc table.
9216 Do some more arg checking in public functions.
9217 Fix some docs and do some small cleanups.
9219 * tests/check/libs/gdp.c: (GST_START_TEST), (gst_dp_suite):
9220 Add some more checks to see if GDP deals with bogus input.
9222 2006-07-31 Wim Taymans <wim@fluendo.com>
9224 * gst/gstvalue.c: (gst_value_compare_list):
9225 Fix GstValueList comparison code. Fixes #347293.
9227 * tests/check/gst/gstvalue.c: (GST_START_TEST):
9228 Check to test GstValueList comparison.
9230 2006-07-31 Jan Schmidt <thaytan@mad.scientist.com>
9232 * gst/gstelementfactory.c: (gst_element_factory_create):
9233 Remove unnecessary ref/unref pair
9235 * gst/parse/grammar.y:
9236 Make sure to free the parse buffer on all code paths.
9237 Move a g_free up to the error handler where it's easier to see.
9239 * tests/check/gst/gstevent.c: (test_event):
9240 Extending timeout for downstream travelling events to 10 seconds to
9241 hopefully avoid intermittent failure on the buildbots.
9243 * tests/check/pipelines/parse-launch.c: (run_delayed_test):
9244 Don't manually set the state of the src element - it will happen as a
9245 natural consequence of the pipeline changing state, and that way it
9246 will do it in the right order too.
9248 2006-07-31 Wim Taymans <wim@fluendo.com>
9250 * libs/gst/base/gstbasetransform.c:
9251 (gst_base_transform_buffer_alloc):
9252 Use OBJECT_LOCK and refcounting to get the pad caps in the
9253 buffer_alloc function because the caps could change while we are
9254 busy with them. Fixes #349105
9256 2006-07-31 Wim Taymans <wim@fluendo.com>
9258 * gst/gstutils.c: (gst_pad_get_fixed_caps_func):
9259 Protect _PAD_CAPS with OBJECT_LOCK.
9261 2006-07-31 Wim Taymans <wim@fluendo.com>
9263 * gst/gstpad.c: (gst_pad_class_init), (gst_pad_dispose),
9264 (gst_pad_get_property), (gst_pad_activate_pull),
9265 (gst_pad_activate_push), (gst_pad_set_blocked_async),
9266 (gst_pad_set_activate_function),
9267 (gst_pad_set_activatepull_function),
9268 (gst_pad_set_activatepush_function), (gst_pad_set_chain_function),
9269 (gst_pad_set_getrange_function),
9270 (gst_pad_set_checkgetrange_function), (gst_pad_set_event_function),
9271 (gst_pad_set_query_function), (gst_pad_set_query_type_function),
9272 (gst_pad_set_internal_link_function), (gst_pad_set_link_function),
9273 (gst_pad_set_unlink_function), (gst_pad_set_getcaps_function),
9274 (gst_pad_set_acceptcaps_function),
9275 (gst_pad_set_fixatecaps_function), (gst_pad_set_setcaps_function),
9276 (gst_pad_set_bufferalloc_function), (gst_pad_link_check_hierarchy),
9277 (gst_pad_get_caps_unlocked), (gst_pad_get_caps),
9278 (gst_pad_peer_get_caps), (gst_pad_accept_caps),
9279 (gst_pad_peer_accept_caps), (gst_pad_set_caps),
9280 (gst_pad_configure_sink), (gst_pad_configure_src),
9281 (gst_pad_get_allowed_caps), (gst_pad_get_negotiated_caps),
9282 (gst_pad_buffer_alloc_unchecked), (gst_pad_alloc_buffer_full),
9283 (gst_pad_query), (gst_pad_load_and_link), (handle_pad_block),
9284 (gst_pad_chain_unchecked), (gst_pad_push), (gst_pad_get_range),
9285 (gst_pad_send_event):
9286 Use _DEBUG_OBJECT when it makes sense.
9287 Protect GST_PAD_CAPS with the OBJECT_LOCK.
9288 Small cleanups and code reflows.
9289 Avoid caps refcounting in _accept_caps.
9290 Refactor alloc_buffer so that the code performed on the peer is in a
9291 separate function. Also if the pad does not implement a buffer alloc
9292 function, we should still check if the pad is flushing before falling
9293 back to the default allocator.
9295 2006-07-31 Jan Schmidt <thaytan@mad.scientist.com>
9297 * tests/check/pipelines/parse-launch.c: (GST_START_TEST):
9298 Make all uses of identity and fakesink have silent=true to avoid
9299 serialising every passing data structure, which is breaking tests
9300 on FC4 for some unknown reason.
9302 2006-07-30 Stefan Kost <ensonic@users.sf.net>
9304 * gst/parse/Makefile.am:
9305 * gst/parse/grammar.y:
9306 * gst/parse/parse.l:
9307 Reverted previous patch as it required to bump the flex dependency to
9308 2.5.31, where fc4/5 seem to ship only the ancient 2.5.4a :(
9310 2006-07-30 Stefan Kost <ensonic@users.sf.net>
9312 Patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9314 * gst/parse/Makefile.am:
9315 * gst/parse/grammar.y:
9316 * gst/parse/parse.l:
9317 push & pop the state of the lexer for reentrant use case
9320 2006-07-29 Tim-Philipp Müller <tim at centricular dot net>
9322 * libs/gst/base/gstbasesrc.h:
9323 Note in the docs that the ::newsegment vfunc is not actually used by
9326 2006-07-28 Wim Taymans <wim@fluendo.com>
9328 * libs/gst/base/gstcollectpads.c:
9329 (gst_collect_pads_set_flushing_unlocked), (gst_collect_pads_pop),
9330 (gst_collect_pads_clear), (gst_collect_pads_flush),
9331 (gst_collect_pads_event), (gst_collect_pads_chain):
9332 When flushing a pad, also clear the queued buffer so that we don't
9333 accidentally use it when we shouldn't.
9334 Fix leaks by inreffing incomming buffer.
9335 Flush out queued buffers in case of errors.
9338 2006-07-28 Wim Taymans <wim@fluendo.com>
9340 * docs/random/phonon-gst:
9341 Random notes about a Phonon backend.
9343 2006-07-27 Jan Schmidt <thaytan@mad.scientist.com>
9345 * libs/gst/base/gstbasetransform.c: (gst_base_transform_setcaps):
9347 * tests/check/libs/gdp.c: (gst_dp_suite):
9348 Take a whack at fixing the ppc compile using a different define to
9349 disable the broken test.
9351 * tests/check/pipelines/parse-launch.c: (GST_START_TEST):
9352 Remove excess g_print()
9354 2006-07-27 Jan Schmidt <thaytan@mad.scientist.com>
9356 * tests/check/pipelines/parse-launch.c: (expected_fail_pipe):
9357 Oops, meant to uncomment this line too to dampen the noise a bit.
9359 2006-07-27 Jan Schmidt <thaytan@mad.scientist.com>
9361 * gst/parse/grammar.y:
9362 * gst/parse/parse.l:
9363 * tests/check/pipelines/parse-launch.c: (expected_fail_pipe),
9364 (GST_START_TEST), (parse_suite):
9365 Fix some of the leaks exposed by extending the parse-launch testsuite,
9366 and move the 3 I can't figure out into a separate test that won't run
9367 the pipelines unless the appropriate line is uncommented.
9369 2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
9371 * plugins/elements/gstfilesrc.c: (gst_file_src_create_read):
9372 Requesting 0 bytes before the end of the file should result in
9373 FLOW_OK and an empty buffer, not FLOW_UNEXPECTED. Thank you
9376 2006-07-27 Wim Taymans <wim@fluendo.com>
9378 * gst/gstcaps.c: (gst_static_caps_get), (gst_caps_get_structure):
9379 Fix useless assert, a uint is always positive.
9381 * gst/gststructure.c: (gst_structure_nth_field_name),
9382 (gst_structure_foreach), (gst_structure_map_in_place):
9383 Check input arguments for public functions to avoid obvious crashes.
9385 * plugins/elements/gstfakesink.c: (gst_fake_sink_render):
9386 * plugins/elements/gstfakesink.h:
9387 Do less useless typechecking.
9389 2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
9391 * plugins/elements/gstfilesrc.c: (gst_file_src_class_init):
9392 Do not use mmap() by default since there are a number of error
9393 conditions that we would like to handle in a non-fatal way that
9394 will result in a SIGBUS if we use mmap(). Examples: external
9395 devices (USB harddrive, portable music player) being unplugged
9396 while in use; file on mounted CD/DVD that can't be read because
9397 the medium is partly damaged. Fixes #348455 and #348475.
9399 2006-07-27 Jan Schmidt <thaytan@mad.scientist.com>
9402 Delete unused and misleading define of GST_QUERY_TYPE_RATE_DEN -
9405 2006-07-26 Stefan Kost <ensonic@users.sf.net>
9407 * gst/gstregistry.c:
9408 Move big documentation comment into class section header, so that it
9409 appears in the API docs.
9411 2006-07-26 Jan Schmidt <thaytan@mad.scientist.com>
9413 * docs/gst/gstreamer-sections.txt:
9414 Oops. Commit the docs additions too for new API.
9415 Also, remove the mention of the non-existent GST_QUERY_TYPE_RATE_DEN
9417 2006-07-26 Jan Schmidt <thaytan@mad.scientist.com>
9419 * gst/gststructure.c: (gst_structure_id_set),
9420 (gst_structure_id_set_valist):
9421 * gst/gststructure.h:
9422 Add API for setting values into structures without performing
9423 a quark lookup, if the appropriate quark is already known.
9425 API: gst_structure_id_set
9426 API: gst_structure_id_set_valist
9428 * gst/parse/grammar.y:
9429 * gst/parse/parse.l:
9430 Remove some dead code shown by the coverage information.
9431 Don't throw a critical g_warning when encountering a syntax error,
9432 just warn and let the normal error path handle it.
9434 * plugins/elements/gstelements.c:
9435 Bump the rank of filesink up to PRIMARY so that it is preferred over
9436 gnomevfssink for file:// sink uri's
9438 * tests/check/pipelines/parse-launch.c: (expected_fail_pipe),
9439 (GST_START_TEST), (run_delayed_test),
9440 (gst_parse_test_element_base_init),
9441 (gst_parse_test_element_class_init), (gst_parse_test_element_init),
9442 (gst_parse_test_element_change_state),
9443 (gst_register_parse_element), (parse_suite):
9444 Beef up the tests for parse syntax to check that more error cases
9445 fail as they are supposed to. Increases the test coverage a bit.
9447 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
9449 * docs/manual/basics-elements.xml:
9450 Fix gst_element_link() example.
9453 Mention in API docs that one should usually gst_bin_add()
9454 elements to a bin or pipeline before doing the linking.
9456 2006-07-26 Wim Taymans <wim@fluendo.com>
9458 * gst/gstbuffer.c: (gst_buffer_get_type), (gst_buffer_new),
9459 (gst_subbuffer_get_type), (gst_buffer_create_sub):
9460 Avoid function call for known types by keeping the buffer and
9461 subbuffer GType global.
9463 * plugins/elements/gstfilesrc.c: (gst_file_src_create_read):
9464 Random silly optimisations in read() path.
9466 2006-07-26 Jan Schmidt <thaytan@mad.scientist.com>
9468 * tools/gst-launch.c: (main):
9469 If the top-level of the parse is a normal bin, it doesn't do the
9470 right logic to run as a top-level element, so place it inside a
9473 2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
9475 * plugins/elements/gstfilesrc.c: (gst_file_src_set_property):
9476 Remove superfluous g_object_notify() calls, GObject does
9477 that for us automatically.
9479 2006-07-25 Stefan Kost <ensonic@users.sf.net>
9482 on Win32, use dllspec to export the debug category symbols
9484 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
9486 * gst/gsttaglist.c: (_gst_tag_initialize):
9487 Allow more than one GST_TAG_IMAGE per taglist.
9489 2006-07-24 Thomas Vander Stichele <thomas at apestaart dot org>
9491 * gst/gstminiobject.c:
9493 * plugins/elements/gstfdsrc.c: (gst_fd_src_set_property),
9494 (gst_fd_src_create):
9495 log recurring events at LOG level
9496 add more debug for when the fd gets set
9498 2006-07-21 Stefan Kost <ensonic@users.sf.net>
9500 * gst/gstparse.c: (gst_parse_launch):
9501 Also remove reentrance checks if flex is MT safe (#348179)
9502 Fix my empty ChangeLog entry below
9504 2006-07-21 Andy Wingo <wingo@pobox.com>
9506 * docs/libs/gstreamer-libs-sections.txt: Attempt to pacify buildbot.
9508 * libs/gst/check/Makefile.am
9509 (libgstcheck_@GST_MAJORMINOR@include_HEADERS)
9510 (libgstcheck_@GST_MAJORMINOR@_la_SOURCES):
9511 * libs/gst/check/gstbufferstraw.h:
9512 * libs/gst/check/gstbufferstraw.c: Add some new hype testing
9513 functions, thus proving I am still a GStreamer haxor. OK I wrote
9514 them a long time ago, but anyways.
9516 2006-07-21 Stefan Kost <ensonic@users.sf.net>
9519 * gst/gstparse.c: (gst_parse_launch):
9520 Check for flex version and omit mutex if we have a MT save flex
9523 2006-07-21 Wim Taymans <wim@fluendo.com>
9525 * gst/gstparse.c: (gst_parse_launch):
9526 Protect recursive calls to _parse with a recursive mutex
9529 2006-07-21 Wim Taymans <wim@fluendo.com>
9531 * tests/check/gst/gstpad.c: (GST_START_TEST):
9534 2006-07-20 Stefan Kost <ensonic@users.sf.net>
9536 * gst/gstparse.c: (gst_parse_launch):
9537 Do not hang on recursive usage of gst_parse_launch()
9539 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
9542 Add some more docs, comments and FIXME 0.11s here and there
9543 and also fix some typos.
9545 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
9548 Convert tabs to spaces for better readability.
9550 2006-07-20 Edward Hervey <edward@fluendo.com>
9552 * tests/check/libs/gdp.c: (gst_dp_suite):
9553 the test_buffer test fails at line 140 on ppc64 at the following
9555 fail_unless (GST_BUFFER_FLAG_IS_SET (newbuffer,
9556 GST_BUFFER_FLAG_IN_CAPS),
9557 "GST_BUFFER_IN_CAPS flag should have been copied !");
9558 See bug #348114 for more details.
9560 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
9562 * docs/pwg/advanced-scheduling.xml:
9564 Fix typos (#348000).
9566 2006-07-18 Tim-Philipp Müller <tim at centricular dot net>
9568 * docs/pwg/intro-basics.xml:
9569 Fix wrong links (#347927).
9571 2006-07-18 Stefan Kost <ensonic@users.sf.net>
9573 * gst/gstregistry.h:
9574 * gst/gstregistryxml.c: (load_feature),
9575 (gst_registry_xml_read_cache), (gst_registry_xml_save_feature):
9576 * win32/common/config.h:
9577 make --disable-index work (#342564)
9579 2006-07-18 Wim Taymans <wim@fluendo.com>
9581 Patch by: Peter Kjellerstedt <pkj at axis dot com>
9585 The attached patch adds two missing defines to gsttrace.h when tracing
9586 is disabled. It also corrects one existing define.
9589 2006-07-17 Wim Taymans <wim@fluendo.com>
9591 * docs/gst/gstreamer-sections.txt:
9592 * gst/gst.c: (gst_segtrap_is_enabled), (gst_segtrap_set_enabled):
9594 * gst/gstplugin.c: (_gst_plugin_fault_handler_restore):
9595 Add two functions to check and change the SIGSEGV behaviour
9596 when loading plugins.
9597 Don't mess with the SIGSEGV handler when we were told not to.
9599 API: gst_segtrap_is_enabled
9600 API: gst_segtrap_set_enabled
9602 2006-07-14 Wim Taymans <wim@fluendo.com>
9604 * libs/gst/base/gstbasesrc.c: (gst_base_src_update_length):
9605 * tests/check/elements/filesrc.c: (GST_START_TEST):
9606 Revert fix for regression in #347408 after release.
9608 2006-07-14 Tim-Philipp Müller <tim at centricular dot net>
9610 Patch by: Antoine Tremblay <hexa00 at gmail com>
9612 * gst/gstutils.c: (gst_element_unlink):
9613 Free iterator when done (#347311).
9615 * tests/check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
9616 And add a test case for this.
9618 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
9621 Bump nano back to CVS
9623 === release 0.10.9 ===
9625 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
9628 releasing 0.10.9, "On the road again"
9630 2006-07-13 Wim Taymans <wim@fluendo.com>
9632 * libs/gst/base/gstbasesrc.c: (gst_base_src_update_length):
9633 * tests/check/elements/filesrc.c: (GST_START_TEST):
9634 Revert pull-0 fix for release. Disable check. Fixes #347408.
9636 2006-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
9638 * libs/gst/dataprotocol/dataprotocol.c:
9639 (gst_dp_event_from_packet_1_0):
9640 Fixes #347337: failure to deserialize event packets with
9641 empty payload (only event type)
9643 2006-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
9646 do not install a .c file in the header directory
9648 2006-07-13 Edward Hervey <edward@fluendo.com>
9650 * gst/gstghostpad.c: (gst_proxy_pad_set_target_unlocked):
9651 GhostPad no longer implicitely use the padtemplates of the targets.
9654 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
9656 * gst/gstvalue.c: (gst_value_compare_list),
9657 (gst_value_compare_array), (_gst_value_initialize):
9658 * tests/check/gst/gstvalue.c: (GST_START_TEST):
9659 Make GstValueArray comparison be order dependent as designed.
9660 Add checks for value lists and value array comparisons.
9663 2006-07-11 Edward Hervey <edward@fluendo.com>
9665 * gst/gstbin.c: (activate_pads),
9666 (iterator_activate_fold_with_resync), (gst_bin_src_pads_activate),
9667 (gst_bin_change_state_func):
9668 (de)activate src pads before calling state_change on the childs.
9669 This is to avoid the case where a src ghostpad is blocked (holding the
9670 stream lock), which would block the deactivation of the ghostpad's
9672 * gst/gstghostpad.c: (gst_proxy_pad_do_query_type),
9673 (gst_proxy_pad_do_event), (gst_proxy_pad_do_query),
9674 (gst_proxy_pad_do_internal_link), (gst_proxy_pad_do_bufferalloc),
9675 (gst_proxy_pad_do_chain), (gst_proxy_pad_do_getrange),
9676 (gst_proxy_pad_do_checkgetrange), (gst_proxy_pad_do_getcaps),
9677 (gst_proxy_pad_do_acceptcaps), (gst_proxy_pad_do_fixatecaps),
9678 (gst_proxy_pad_do_setcaps), (gst_proxy_pad_set_target_unlocked),
9679 (gst_proxy_pad_set_target), (gst_proxy_pad_get_internal),
9680 (gst_proxy_pad_dispose), (gst_proxy_pad_init),
9681 (gst_ghost_pad_parent_set), (gst_ghost_pad_parent_unset),
9682 (gst_ghost_pad_class_init),
9683 (gst_ghost_pad_internal_do_activate_push),
9684 (gst_ghost_pad_internal_do_activate_pull),
9685 (gst_ghost_pad_do_activate_push), (gst_ghost_pad_do_activate_pull),
9686 (gst_ghost_pad_do_link), (gst_ghost_pad_do_unlink),
9687 (gst_ghost_pad_dispose), (gst_ghost_pad_new_no_target),
9688 (gst_ghost_pad_new), (gst_ghost_pad_set_target):
9689 GhostPads now create their internal GstProxyPad at creation (and not
9690 when they're linked, as it was being done previously).
9691 The internal and target pads are linked straight away.
9692 The data will also travel through the other pad in order to make
9693 pad blocking and probes non-hackish (the probe/block now really happens
9694 on the GhostPad and not on the target).
9695 * gst/gstpad.c: (gst_pad_set_blocked_async),
9696 (gst_pad_link_prepare), (gst_pad_push_event):
9697 Remove previous ghostpad cruft.
9698 * gst/gstutils.c: (gst_pad_add_data_probe),
9699 (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
9700 (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
9701 (gst_pad_remove_buffer_probe):
9702 Remove previous ghost pad cruft.
9703 Added more detailed debug statements.
9704 * tests/check/gst/gstghostpad.c: (GST_START_TEST):
9705 Fix the testsuite for refcounting changes.
9706 The comments about who has references were correct, but the refcount
9707 being checked wasn't the same (!?!).
9711 2006-07-10 Stefan Kost <ensonic@users.sf.net>
9713 * docs/gst/gstreamer-sections.txt:
9714 * gst/gstconfig.h.in:
9715 More docs for configuration options, add docs to gtk-doc.
9717 2006-07-10 Stefan Kost <ensonic@users.sf.net>
9720 * gst/gstconfig.h.in:
9721 * win32/common/config.h:
9722 Fix build when disabling tracing (fixes #344016). Also start to document
9723 the defines that disable the sub-systems.
9725 2006-07-10 Edward Hervey <edward@fluendo.com>
9727 * gst/gst.c: (ensure_current_registry_forking):
9728 let's make valgrind happy...
9730 2006-07-09 Wim Taymans <wim@fluendo.com>
9732 * gst/gstelement.c: (activate_pads),
9733 (iterator_activate_fold_with_resync), (gst_element_pads_activate):
9734 Better pad activation code: Reset the collect value too on resync.
9737 2006-07-09 Wim Taymans <wim@fluendo.com>
9739 * gst/gstpad.c: (gst_pad_init), (gst_pad_activate_pull),
9740 (gst_pad_activate_push):
9741 Use some more macros where it makes sense.
9742 Allow pad mode switching instead of asserting. When a pad
9743 is activated in one mode and we activate it in another,
9744 deactivate it first before activating it in a different mode.
9747 2006-07-08 Andy Wingo <wingo@pobox.com>
9749 * tools/gst-launch.c (main): Handle err == NULL.
9751 * gst/gst.c (init_post, ensure_current_registry)
9752 (ensure_current_registry_forking)
9753 (ensure_current_registry_nonforking): Reduce #ifdef ratnest by
9754 factoring out the registry scanning into separate functions. Don't
9755 fork for the rescan is GST_REGISTRY_FORK=no; useful in debugging.
9756 Better environment var name/interface suggestions accepted.
9758 2006-07-07 Tim-Philipp Müller <tim at centricular dot net>
9760 * gst/gstobject.c: (gst_object_set_name_default),
9761 (gst_object_set_name):
9762 Random micro-optimisation: don't use a hash table
9763 with strings as keys and the usual strdup/strcmp
9764 involved, but rather just use the GQuark of the
9765 type name as key, since it needs to be looked up
9766 anyway to get the type name string.
9768 * tests/check/gst/gstobject.c: (GST_START_TEST):
9771 2006-07-07 Tim-Philipp Müller <tim at centricular dot net>
9773 * gst/gstbin.c: (compare_interface), (gst_bin_get_by_interface),
9774 (gst_bin_iterate_all_by_interface):
9775 Can't use GPOINTER_TO_INT and GINT_TO_POINTER with GTypes.
9776 GTypes are gulongs and thus the top 4 bytes might be cut
9777 off on some platforms when doing GPOINTER_TO_INT, leading
9778 to invalid GTypes and bad things happening (see RH bug #179654).
9779 Also add a check to make sure the type passed in is really
9782 2006-07-07 Tim-Philipp Müller <tim at centricular dot net>
9787 2006-07-07 Tim-Philipp Müller <tim at centricular dot net>
9791 * gst-element-check.m4:
9792 * gst-element-check.m4.in:
9793 Make gst-element-check-$VERSION.m4 call gst-inspect-$VERSION
9794 instead of the unversioned gst-inspect (#324176, #168659).
9796 2006-07-06 Wim Taymans <wim@fluendo.com>
9799 Use a valid int for the _MESSAGE_ANY enum value to avoid compiler
9802 2006-07-06 Wim Taymans <wim@fluendo.com>
9804 * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
9805 (gst_base_src_wait), (gst_base_src_update_length),
9806 (gst_base_src_get_range), (gst_base_src_default_check_get_range),
9807 (gst_base_src_check_get_range), (gst_base_src_pad_check_get_range),
9808 (gst_base_src_loop), (gst_base_src_start),
9809 (gst_base_src_activate_pull):
9811 blocksize == 0 now means the default blocksize when working in push
9813 Remove some pointless asserts in _wait function.
9814 Fix offset/length calculations and EOS handling. We can now pull 0
9815 bytes as well, which is allowed.
9816 use _check_get_range() to decide if we can operate in _pull based
9818 Fix refcounting leak when check_get_range function was not
9820 API GstBaseSrc::blocksize range can be 0 too now (default)
9822 * tests/check/elements/filesrc.c: (GST_START_TEST),
9824 Added check to test _get_range() behaviour.
9826 2006-07-06 Wim Taymans <wim@fluendo.com>
9828 * gst/gstpad.c: (gst_pad_chain_unchecked), (gst_pad_chain),
9829 (gst_pad_push), (gst_pad_check_pull_range), (gst_pad_get_range),
9830 (gst_pad_pull_range):
9832 Lots of comments and docs added to the pad functions.
9833 Flesh out the expected behaviour of the get_range() functions.
9835 2006-07-06 Wim Taymans <wim@fluendo.com>
9840 * gst/gstiterator.h:
9844 Remove comma at end of enumerator list.
9846 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
9848 * win32/common/libgstbase.def:
9849 * win32/common/libgstdataprotocol.def:
9850 * win32/common/libsgtreamer.def:
9851 Add new exported functions.
9853 2006-07-05 Wim Taymans <wim@fluendo.com>
9855 * libs/gst/base/gstpushsrc.c: (gst_push_src_check_get_range):
9856 Add some more docs here and there.
9858 2006-07-05 Wim Taymans <wim@fluendo.com>
9860 * libs/gst/base/gstbasesink.c: (gst_base_sink_preroll_object),
9861 (gst_base_sink_loop), (gst_base_sink_get_position):
9862 When operating in pull mode update the offset so that we
9865 2006-07-05 Wim Taymans <wim@fluendo.com>
9867 * gst/gstregistryxml.c: (read_string):
9868 Avoid strdup. (will happen in libxml, but hey!)
9873 2006-07-05 Wim Taymans <wim@fluendo.com>
9875 * gst/gstbuffer.c: (_gst_buffer_copy), (gst_buffer_create_sub):
9876 * tests/check/gst/gstbuffer.c: (GST_START_TEST),
9878 No point in checking if the size of the subbuffer > 0, the
9879 code handles it correclty as demonstrated by unit test.
9880 Also add a unit test for the zero sized _new_and_alloc and
9881 _copy. Fixes #346663.
9883 2006-07-05 Wim Taymans <wim@fluendo.com>
9885 * libs/gst/base/gstbasetransform.c:
9886 (gst_base_transform_prepare_output_buffer),
9887 (gst_base_transform_buffer_alloc),
9888 (gst_base_transform_handle_buffer):
9889 Make sure the buffer we pass to transform_ip has a refcount of
9890 1 and thus is writable. Fixes #343196
9892 2006-07-04 Jan Schmidt <thaytan@mad.scientist.com>
9894 * plugins/elements/gstfilesrc.c: (gst_file_src_class_init),
9895 (gst_file_src_init), (gst_file_src_set_property),
9896 (gst_file_src_get_property), (gst_file_src_map_region):
9897 * plugins/elements/gstfilesrc.h:
9898 Add "sequential" property, off by default, to use madvise and hint
9899 to the kernel that sequential access is desired.
9900 Touch all retrieved pages by default to ensure they are pulled
9901 into memory. (Closes #345720)
9903 2006-07-03 Wim Taymans <wim@fluendo.com>
9905 * docs/design/part-block.txt:
9906 * docs/design/part-dynamic.txt:
9909 2006-07-03 Wim Taymans <wim@fluendo.com>
9911 * gst/gstcaps.c: (gst_caps_new_empty), (_gst_caps_free),
9912 (gst_caps_unref), (gst_static_caps_get),
9913 (gst_caps_append_structure):
9914 * gst/gstclock.c: (gst_clock_entry_new), (_gst_clock_id_free):
9915 Use GSlice when the glib we build against is >= 2.10
9917 2006-07-03 Wim Taymans <wim@fluendo.com>
9919 * gst/gstelement.c: (gst_element_pads_activate):
9920 Small cleanup in pad activation code.
9922 2006-07-03 Wim Taymans <wim@fluendo.com>
9924 Patch by: Peter Kjellerstedt <pkj at axis dot com>
9926 * gst/gst-i18n-app.h:
9927 * gst/gst-i18n-lib.h:
9928 * tools/gst-inspect.c: (print_signal_info):
9929 The attached patch will make the inclusion of gettext.h unconditional in
9930 gst/gst-i18n-app.h and gst/gst-i18n-lib.h, and it will remove the inclusion of
9931 libintl.h in tools/gst-inspect.c.
9932 This allows use of --disable-nls again and fixes #344642.
9934 2006-07-03 Edward Hervey <edward@fluendo.com>
9936 * gst/gstpad.c: (handle_pad_block), (gst_pad_push_event):
9937 Implement pad blocking on events according to part-block.txt.
9938 More comments on behaviour.
9939 * tests/check/gst/gstevent.c: (test_event):
9940 Send event to peer pad of blocked pad (else it will block).
9942 2006-07-03 Thomas Vander Stichele <thomas at apestaart dot org>
9944 * libs/gst/check/gstcheck.c: (gst_check_message_error),
9945 (gst_check_run_suite):
9946 if we get the wrong message, give us the types as string
9947 * plugins/elements/gstfilesrc.c: (gst_file_src_start):
9949 * tests/check/elements/filesrc.c: (GST_START_TEST):
9950 add a test for trying to open a non-existing file
9952 2006-07-03 Thomas Vander Stichele <thomas at apestaart dot org>
9954 * tests/check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
9955 add a test for adding self
9957 2006-07-03 Thomas Vander Stichele <thomas at apestaart dot org>
9959 * libs/gst/check/gstcheck.h:
9960 add some assert_ as alias for fail_unless_*
9961 * tests/check/gst/gst.c: (GST_START_TEST), (gst_suite):
9962 increase test coverage
9964 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
9967 include lcov.mak for lcov coverage generation
9968 * tools/Makefile.am:
9971 2006-07-02 Edward Hervey <edward@fluendo.com>
9973 * tests/check/elements/.cvsignore:
9976 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
9979 don't set CFLAGS and friends for gcov, done from GST_GCOV now
9980 * tests/check/Makefile.am:
9983 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
9985 * gst/gstcaps.c: (gst_caps_remove_and_get_structure):
9986 remove gst_caps_simplify; it was not declared and not used
9987 and deprecated in 0.8
9989 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
9991 * docs/faq/gst-uninstalled:
9992 don't put empty paths on PYTHONPATH
9993 * docs/gst/gstreamer-sections.txt:
9994 remove some symbols that are not there
9996 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
9998 * gst/gstcaps.c: (gst_caps_compare_structures):
10000 * tests/check/gst/gstbuffer.c: (GST_START_TEST):
10001 * tests/check/gst/gstcaps.c: (GST_START_TEST), (gst_caps_suite):
10004 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
10006 * libs/gst/dataprotocol/Makefile.am:
10007 build dataprotocol test by linking to the lib, instead of
10008 compiling the source, so we get coverage
10009 * tests/check/Makefile.am:
10010 * tests/check/elements/filesrc.c: (event_func), (setup_filesrc),
10011 (cleanup_filesrc), (GST_START_TEST), (filesrc_suite):
10012 add a test for filesrc
10014 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
10016 * tests/check/gst/gststructure.c: (GST_START_TEST),
10017 (gst_structure_suite):
10018 Push coverage from 59.04% to 70.00%
10020 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
10022 * tests/check/Makefile.am:
10023 gst-inspect every element; this makes sure that we also get
10024 coverage on element's get/set functions
10026 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
10029 set CFLAGS and friends to -O0 if gcov is being used
10032 * libs/gst/base/Makefile.am:
10033 * libs/gst/check/Makefile.am:
10034 * libs/gst/controller/Makefile.am:
10035 * libs/gst/dataprotocol/Makefile.am:
10036 * libs/gst/net/Makefile.am:
10037 * plugins/elements/Makefile.am:
10038 * plugins/indexers/Makefile.am:
10039 add makefile rules to generate gcov data and clean up
10040 * tests/check/Makefile.am:
10041 add a coverage target that generates an html overview
10044 2006-07-01 Thomas Vander Stichele <thomas at apestaart dot org>
10046 * tests/check/elements/fakesink.c:
10047 * tests/check/elements/fakesrc.c:
10048 * tests/check/elements/fdsrc.c:
10049 * tests/check/elements/identity.c:
10050 * tests/check/generic/sinks.c: (gst_sinks_suite):
10051 * tests/check/generic/states.c:
10052 * tests/check/gst/gst.c:
10053 * tests/check/gst/gstabi.c:
10054 * tests/check/gst/gstbin.c:
10055 * tests/check/gst/gstbuffer.c: (gst_buffer_suite):
10056 * tests/check/gst/gstbus.c: (gst_bus_suite):
10057 * tests/check/gst/gstcaps.c: (GST_START_TEST):
10058 * tests/check/gst/gstelement.c:
10059 * tests/check/gst/gstevent.c: (gst_event_suite):
10060 * tests/check/gst/gstghostpad.c:
10061 * tests/check/gst/gstiterator.c: (gst_iterator_suite):
10062 * tests/check/gst/gstmessage.c: (gst_message_suite):
10063 * tests/check/gst/gstminiobject.c:
10064 * tests/check/gst/gstobject.c:
10065 * tests/check/gst/gstpad.c:
10066 * tests/check/gst/gstpipeline.c:
10067 * tests/check/gst/gstplugin.c:
10068 * tests/check/gst/gstquery.c: (gst_query_suite):
10069 * tests/check/gst/gstsegment.c: (gst_segment_suite):
10070 * tests/check/gst/gststructure.c:
10071 * tests/check/gst/gstsystemclock.c:
10072 * tests/check/gst/gsttag.c:
10073 * tests/check/gst/gsttask.c: (gst_task_suite):
10074 * tests/check/gst/gstutils.c:
10075 * tests/check/gst/gstvalue.c:
10076 * tests/check/libs/adapter.c:
10077 * tests/check/libs/basesrc.c:
10078 * tests/check/libs/collectpads.c:
10079 * tests/check/libs/controller.c:
10080 * tests/check/libs/gdp.c: (gst_dp_suite):
10081 * tests/check/libs/gstnetclientclock.c:
10082 * tests/check/libs/gstnettimeprovider.c:
10083 * tests/check/libs/libsabi.c: (libsabi_suite):
10084 * tests/check/libs/typefindhelper.c:
10085 * tests/check/pipelines/cleanup.c:
10086 * tests/check/pipelines/parse-launch.c:
10087 * tests/check/pipelines/simple-launch-lines.c:
10088 * tests/check/pipelines/stress.c: (stress_suite):
10091 2006-07-01 Thomas Vander Stichele <thomas at apestaart dot org>
10093 * libs/gst/check/gstcheck.c: (gst_check_run_suite):
10094 * libs/gst/check/gstcheck.h:
10095 create a macro and function so that the simple unit test
10096 case can be just one macro to create main()
10098 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
10100 * gst/gstbin.c: (gst_bin_restore_thyself):
10101 * gst/gstxml.c: (gst_xml_make_element):
10102 Fix deserialisation from XML. Set parent manually
10103 instead of using gst_bin_add(), since gst_bin_add()
10104 will unlink all pads of the element being added.
10107 2006-06-28 Tim-Philipp Müller <tim at centricular dot net>
10109 Patch by: Peter Kjellerstedt <pkj at axis com>
10111 * gst/gst.c: (prepare_for_load_plugin_func), (split_and_iterate):
10112 Fix missing g_strdup() and double free when using the
10113 --gst-plugin-load command line option (#346097).
10115 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
10118 Promote GST_DEBUG_CATEGORY_STATIC in example in docs.
10120 * libs/gst/net/gstnetclientclock.c:
10121 * libs/gst/net/gstnettimeprovider.c:
10122 Use GST_DEBUG_CATEGORY_STATIC here too (#342503).
10124 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
10126 * docs/manual/advanced-dataaccess.xml:
10127 Fix buffer probe example compilation in
10130 2006-06-22 Edward Hervey <edward@fluendo.com>
10132 * gst/gstelement.c: (gst_element_pads_activate):
10133 We need to deactivate src pads first and then sink pads.
10134 The reason is the src pads might be blocking while holding the streaming
10135 lock, so we need to deactivate them first so that deactivating the sink
10136 pads doesn't block (since it will require the streaming lock).
10138 2006-06-22 Wim Taymans <wim@fluendo.com>
10140 * libs/gst/base/gstbasetransform.c:
10141 (gst_base_transform_buffer_alloc):
10142 Forgot to remove two unneeded unrefs.
10143 Simplify a check _is_equal allready checks the obvious case.
10145 2006-06-22 Wim Taymans <wim@fluendo.com>
10147 * docs/design/part-block.txt:
10148 Some docs about what pad_block should do.
10150 2006-06-22 Wim Taymans <wim@fluendo.com>
10152 * gst/gstcaps.c: (gst_caps_replace):
10153 Fix crasher when passed NULL. Doc clarification.
10154 Optimize for the trivial case.
10156 * gst/gstpipeline.c: (gst_pipeline_change_state):
10159 * libs/gst/base/gstbasesrc.c: (gst_base_src_loop):
10160 Small documentation cleanup.
10162 * libs/gst/base/gstbasetransform.c:
10163 (gst_base_transform_buffer_alloc):
10164 Don't use silly gst_pad_get_negotiated_caps, GST_PAD_CAPS
10165 is what we need and it avoids a whole lot of redundant
10166 refcount operations.
10168 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
10170 Patch by: Philip Jägenstedt <philip at lysator liu se>
10172 * docs/manual/advanced-dataaccess.xml:
10173 Fix 'Embedding static elements' section to use
10174 GST_PLUGIN_DEFINE_STATIC (#345607).
10176 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
10178 * tests/check/pipelines/simple-launch-lines.c: (test_stop_from_app):
10179 Attempt to 'fix' spuriously failing test case: it seems like the
10180 timeout of half a second is simply too small when the system is under
10181 load otherwise, and the timeout doesn't really seem to serve any
10182 particular purpose here. Give the pipeline a few seconds to preroll
10183 first, and then give it another half a second to go from PAUSED to
10184 PLAYING and marshal the message into the main thread.
10186 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
10188 * tools/gst-feedback-m.m:
10189 Don't only use unversioned tools, try versioned tools as well
10192 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
10194 * gst/gstbus.c: (gst_bus_class_init):
10195 Fix some typos, make docs more explicit.
10197 2006-06-20 Wim Taymans <wim@fluendo.com>
10199 * tests/check/gst/gstghostpad.c: (block_callback),
10200 (GST_START_TEST), (gst_ghost_pad_suite):
10201 Added some more ghostpad tests, mainly blocking
10204 2006-06-16 Wim Taymans <wim@fluendo.com>
10206 * plugins/elements/gstfilesink.c: (gst_file_sink_open_file),
10207 (gst_file_sink_close_file), (gst_file_sink_do_seek),
10208 (gst_file_sink_event), (gst_file_sink_render):
10209 * plugins/elements/gstfilesink.h:
10210 Check if we can seek in the file instead of assuming
10211 we always can. Post an error when we are asked to seek in a
10212 non-seekable file (like a fifo). Fixes #343312.
10215 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
10217 * tools/gst-launch.1.in:
10218 Un-garble (fourcc) bit in filtered caps section.
10220 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
10222 * docs/manual/advanced-autoplugging.xml:
10223 * docs/manual/basics-helloworld.xml:
10224 * docs/manual/highlevel-components.xml:
10225 Don't leak bus reference in sample code.
10227 2006-06-15 Tim-Philipp Müller <tim at centricular dot net>
10230 Add default for new --enable-plugin-docs switch.
10233 Use new GST_PLUGIN_DOCS macro to check for pyxml etc.
10236 * docs/Makefile.am:
10237 Use new ENABLE_PLUGIN_DOCS conditional.
10239 2006-06-14 Wim Taymans <wim@fluendo.com>
10241 * gst/gstbin.c: (bin_query_duration_done), (gst_bin_query):
10242 Make it clear with a FIXME and a real define what the #if 0
10243 previously disabled.
10245 2006-06-14 Wim Taymans <wim@fluendo.com>
10247 * libs/gst/base/gstbasesink.c: (gst_base_sink_configure_segment),
10248 (gst_base_sink_preroll_object), (gst_base_sink_get_position):
10249 * libs/gst/base/gstbasetransform.c:
10250 (gst_base_transform_sink_eventfunc):
10251 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_event):
10252 Don't randomly and silently reset a segment when the format
10253 changes as this is a bug somewhere upstream. Fixes #330379.
10255 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
10257 Patch by: Wouter Paesen <wouter at kangaroot net>
10259 * libs/gst/controller/gstcontroller.c:
10260 (gst_controlled_property_new):
10261 Fix controlling of float properties (#344849).
10263 * tests/check/libs/controller.c:
10264 (gst_test_mono_source_get_property),
10265 (gst_test_mono_source_set_property),
10266 (gst_test_mono_source_class_init), (GST_START_TEST):
10267 While we're at it, add some float stuff to unit test.
10269 2006-06-13 Thomas Vander Stichele <thomas at apestaart dot org>
10272 * docs/images/gdp-header.svg:
10274 * docs/libs/Makefile.am:
10275 * docs/libs/gdp-header.png:
10276 * libs/gst/dataprotocol/dataprotocol.c:
10277 add it to the API docs
10278 * docs/manual/intro-motivation.xml:
10281 2006-06-13 Tim-Philipp Müller <tim at centricular dot net>
10283 * gst/gst.c: (scan_and_update_registry), (init_post):
10284 If the fork()'ed child process can't write the updated registry cache
10285 file to disk for some reason, make it exit with a failure exit code,
10286 so that the parent can then re-scan the plugins itself and update the
10287 registry structures in memory and work with that (rather than failing
10288 when creating elements because seemingly no plugins are available).
10289 Refactor registry scanning code into separate function for this and
10290 also separate fork() and non-fork() code paths. Fixes #344748.
10292 2006-06-13 Wim Taymans <wim@fluendo.com>
10294 * docs/manual/advanced-dataaccess.xml:
10295 Fix wrong PluginDesc. Fixes #344755.
10297 2006-06-13 Tim-Philipp Müller <tim at centricular dot net>
10299 * gst/gstregistryxml.c: (gst_registry_xml_write_cache):
10300 Fix silly bug that prevented us from creating
10301 ~/.gstreamer-0.10 and writing the registry in one
10302 go (the first call to g_mkstemp() would overwrite the
10303 placeholder in the template string, so the second call
10304 to g_mkstemp() after creating the missing directory
10305 would then error out with 'invalid argument').
10307 2006-06-13 Edward Hervey <edward@fluendo.com>
10309 * gst/gst.c: (init_post):
10312 2006-06-13 Thomas Vander Stichele <thomas at apestaart dot org>
10314 * gst/glib-compat-private.h:
10315 * gst/glib-compat.c:
10316 * gst/glib-compat.h:
10317 * gst/gstvalue.c: (gst_value_serialize_flags):
10318 remove GLib 2.6 compatibility code
10320 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
10322 * gst/parse/Makefile.am:
10323 Fix build with 'make -j N' even more (#340016).
10325 2006-06-12 Wim Taymans <wim@fluendo.com>
10327 * docs/gst/gstreamer-sections.txt:
10330 2006-06-12 Wim Taymans <wim@fluendo.com>
10332 * gst/gstsegment.c: (gst_segment_set_duration),
10333 (gst_segment_set_last_stop), (gst_segment_set_seek),
10334 (gst_segment_set_newsegment_full), (gst_segment_to_stream_time),
10335 (gst_segment_to_running_time), (gst_segment_clip):
10336 Use G_UNLIKELY to help the compiler a bit.
10338 2006-06-12 Wim Taymans <wim@fluendo.com>
10340 Patch by: Stefan Kost <ensonic at sonicpulse dot de>
10342 * gst/gstevent.c: (gst_event_get_type):
10343 * gst/gstmessage.c:
10344 * gst/gstpad.c: (gst_pad_chain_unchecked), (gst_pad_chain),
10346 constify quark registration strings. Fixes #344115
10347 Avoid unneeded type checking is _pad_push() by internally
10348 calling gst_pad_chain_unchecked().
10350 2006-06-12 Wim Taymans <wim@fluendo.com>
10352 * gst/gstbuffer.c: (gst_buffer_get_type), (gst_buffer_finalize),
10353 (_gst_buffer_copy), (gst_buffer_is_metadata_writable),
10354 (gst_subbuffer_finalize), (gst_buffer_create_sub),
10355 (gst_buffer_is_span_fast), (gst_buffer_span):
10356 Init _type for consistency.
10357 Use _FLAGS macro to avoid type check.
10358 Avoid unneeded type checks in subbufer code.
10360 2006-06-12 Wim Taymans <wim@fluendo.com>
10362 * gst/gst.c: (gst_debug_help):
10363 * gst/gstplugin.c: (gst_plugin_finalize), (gst_plugin_list_free):
10364 * gst/gstpluginfeature.c: (gst_plugin_feature_finalize),
10365 (gst_plugin_feature_list_free):
10366 * gst/gstregistry.c: (gst_registry_add_plugin),
10367 (gst_registry_add_feature), (gst_registry_plugin_filter),
10368 (gst_registry_feature_filter), (gst_registry_find_plugin),
10369 (gst_registry_find_feature), (gst_registry_get_plugin_list),
10370 (gst_registry_lookup_feature_locked), (gst_registry_lookup_locked):
10371 * gst/gstregistryxml.c: (load_feature),
10372 (gst_registry_xml_read_cache), (gst_registry_xml_write_cache):
10373 * gst/gstminiobject.c: (gst_mini_object_unref),
10374 (gst_mini_object_replace), (gst_value_mini_object_free),
10375 (gst_value_mini_object_copy):
10376 Use _CAST macros to avoid unneeded type checking.
10377 Added some more G_UNLIKELY.
10379 2006-06-12 Wim Taymans <wim@fluendo.com>
10382 Avoid unneeded type checking.
10383 API: GST_BUFFER_IS_DISCONT
10385 * gst/gstminiobject.h:
10386 Avoid type check in flag accessor.
10388 * gst/gstelementfactory.h:
10390 * gst/gstpluginfeature.h:
10392 API: GST_ELEMENT_FACTORY_CAST
10393 API: GST_PLUGIN_CAST
10394 API: GST_PLUGIN_FEATURE_CAST
10396 2006-06-12 Wim Taymans <wim@fluendo.com>
10398 * gst/gstobject.c: (gst_object_get_type), (gst_object_ref),
10399 (gst_object_unref):
10400 Add G_UNLIKELY in type registration.
10401 Avoid type check in _ref/_unref since that is also
10404 2006-06-12 Wim Taymans <wim@fluendo.com>
10406 * gst/gsterror.c: (gst_g_error_get_type):
10407 * gst/gstpadtemplate.c: (gst_pad_template_get_type),
10408 (gst_static_pad_template_get_type):
10409 * gst/gsttaglist.c: (gst_tag_list_get_type):
10410 * gst/gsttagsetter.c: (gst_tag_setter_get_type):
10411 * gst/gsttypefindfactory.c: (gst_type_find_factory_get_type):
10412 * gst/gsturi.c: (gst_uri_handler_get_type):
10413 * gst/gstvalue.c: (gst_date_get_type):
10414 * gst/gstxml.c: (gst_xml_get_type):
10415 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_type),
10416 (gst_base_sink_preroll_object), (gst_base_sink_get_position):
10417 * libs/gst/base/gstbasesrc.c: (gst_base_src_get_type):
10418 Add G_UNLIKELY in type registration.
10420 2006-06-12 Wim Taymans <wim@fluendo.com>
10422 * tools/gst-inspect.c: (print_signal_info):
10423 Properly print enum values.
10425 2006-06-12 Wim Taymans <wim@fluendo.com>
10427 * gst/gstinfo.c: (gst_debug_set_active),
10428 (gst_debug_category_set_threshold), (_gst_debug_nameof_funcptr):
10430 Add some G_[UN]LIKELY.
10431 Maintain __gst_debug_min to avoid formatting the arguments of
10432 debug messages that will be dropped anyway to avoid a lot of
10433 overhead from the debugging system.
10435 2006-06-11 Stefan Kost <ensonic@users.sf.net>
10438 * po/POTFILES.skip:
10439 add missing files containing translatable strings, tell intltool about
10442 2006-06-11 Stefan Kost <ensonic@users.sf.net>
10444 * tests/check/libs/.cvsignore:
10445 add test-binary to ignore list
10447 2006-06-11 Stefan Kost <ensonic@users.sf.net>
10449 * docs/libs/gstreamer-libs-docs.sgml:
10450 reorder (put dp into a chapter) and indent
10452 2006-06-10 Thomas Vander Stichele <thomas at apestaart dot org>
10457 === release 0.10.8 ===
10459 2006-06-10 Thomas Vander Stichele <thomas at apestaart dot org>
10462 releasing 0.10.8, "Soepeke, ik zie ou nog altijd nie"
10464 2006-06-10 Thomas Vander Stichele <thomas at apestaart dot org>
10466 * gst/gst.c: (init_post):
10467 move pid declaration to declaration block
10469 2006-06-10 Thomas Vander Stichele <thomas at apestaart dot org>
10471 * gst/gst.c: (init_post):
10472 use _exit() instead of exit() in our forked child; this ensures
10473 that none of the registered exit handlers from whatever is using
10474 GStreamer get executed. This fixes gnome-mixer-applet failing
10475 to load, because ORBit would shut down.
10476 Spotted by: Edward Hervey <edward@fluendo.com>
10477 Fix suggested by: Tim-Philipp Müller <tim at centricular dot net>
10480 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
10485 === release 0.10.7 ===
10487 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
10490 releasing 0.10.7, "Soepeke, ik zie ou"
10492 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
10515 * win32/common/config.h:
10516 0.10.6.2 prerelease
10518 2006-06-07 Wim Taymans <wim@fluendo.com>
10520 * gst/gstindex.c: (gst_index_gtype_resolver):
10521 * tools/gst-xmlinspect.c: (print_plugin_info):
10522 Fix leak spotted by coverity checker. Fixes #343827
10523 Fix another other leak found by paolo borelli.
10525 2006-06-06 Thomas Vander Stichele <thomas at apestaart dot org>
10527 * libs/gst/dataprotocol/dataprotocol.c:
10528 (gst_dp_header_from_buffer_any), (gst_dp_packet_from_caps_any),
10529 (gst_dp_version_get_type), (gst_dp_init),
10530 (gst_dp_header_from_buffer), (gst_dp_header_from_buffer_1_0),
10531 (gst_dp_packet_from_caps), (gst_dp_packet_from_caps_1_0),
10532 (gst_dp_packet_from_event), (gst_dp_packet_from_event_1_0),
10533 (gst_dp_event_from_packet_0_2), (gst_dp_event_from_packet_1_0),
10534 (gst_dp_event_from_packet), (gst_dp_packetizer_new),
10535 (gst_dp_packetizer_free):
10536 * libs/gst/dataprotocol/dataprotocol.h:
10537 API: add a GstDPPacketizer object, and create/free functions
10538 API: add GstDPVersion enum
10539 Add 1.0 event function that uses the string serialization
10540 Serialize more useful buffer flags
10543 2006-06-06 Thomas Vander Stichele <thomas at apestaart dot org>
10545 * tests/check/Makefile.am:
10546 * tests/check/gst/gstabi.c:
10547 * tests/check/gst/struct_ppc64.h:
10548 * tests/check/libs/libsabi.c:
10549 * tests/check/libs/struct_ppc64.h:
10550 add ppc64 structure sizes
10552 2006-06-06 Thomas Vander Stichele <thomas at apestaart dot org>
10554 * tests/check/Makefile.am:
10555 * tests/check/gst/gstabi.c:
10556 * tests/check/gst/struct_x86_64.h:
10557 * tests/check/libs/libsabi.c:
10558 * tests/check/libs/struct_x86_64.h:
10559 generate and add structure size lists for x86_64
10561 2006-06-06 Thomas Vander Stichele <thomas at apestaart dot org>
10563 * libs/gst/check/gstcheck.c: (gst_check_abi_list):
10564 * libs/gst/check/gstcheck.h:
10565 factor out the method from tests that checks size of structures,
10566 and add code to generate the header containing these sizes
10567 * tests/check/gst/gstabi.c: (GST_START_TEST):
10568 * tests/check/gst/struct_i386.h:
10569 * tests/check/libs/libsabi.c: (GST_START_TEST):
10570 * tests/check/libs/struct_i386.h:
10573 2006-06-06 Michael Smith <msmith@fluendo.com>
10575 * gst/gstsegment.h:
10576 Don't use c++-style comments, fixes #343929
10578 2006-06-05 Edward Hervey <edward@fluendo.com>
10581 plugin_paths is not used if we build without registry support.
10583 * gst/gstsegment.c: (gst_segment_copy):
10584 _copy() was always returning NULL...
10586 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
10588 * libs/gst/dataprotocol/dataprotocol.c:
10589 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
10590 (gst_dp_packet_from_event):
10591 factor out CRC code
10593 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
10595 * libs/gst/check/gstcheck.c: (gst_check_teardown_src_pad):
10596 make sure we unset caps
10598 2006-06-02 Michael Smith <msmith@fluendo.com>
10600 * libs/gst/check/gstcheck.c: (gst_check_init),
10601 (gst_check_chain_func):
10602 * libs/gst/check/gstcheck.h:
10603 Add a cond/mutex to the check support lib, signal this whenever we
10604 add to the buffers list. This will allow tests to not busy-wait on
10607 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
10609 * libs/gst/dataprotocol/dataprotocol.c:
10610 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
10611 (gst_dp_packet_from_event):
10612 factor out some common header init code
10614 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
10616 * docs/libs/gstreamer-libs-sections.txt:
10617 * docs/libs/tmpl/gstdataprotocol.sgml:
10618 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
10619 * libs/gst/dataprotocol/dataprotocol.h:
10620 API: make gst_dp_crc() public
10622 2006-06-01 Stefan Kost <ensonic@users.sf.net>
10624 * plugins/indexers/gstindexers.c: (plugin_init):
10625 conditionally register fileindexer (fixes #343598)
10627 2006-06-01 Stefan Kost <ensonic@users.sf.net>
10629 * gst/gsttagsetter.h:
10630 Can't cast ifaces to a class
10632 * libs/gst/net/gstnetclientclock.h:
10633 * libs/gst/net/gstnettimeprovider.h:
10634 * plugins/elements/gstfakesink.h:
10635 * plugins/elements/gstfakesrc.h:
10636 * plugins/elements/gstfdsink.h:
10637 * plugins/elements/gstfdsrc.h:
10638 * plugins/elements/gstfilesink.h:
10639 * plugins/elements/gstfilesrc.h:
10640 * plugins/elements/gstidentity.h:
10641 * plugins/elements/gstqueue.h:
10642 * plugins/elements/gsttee.h:
10643 * plugins/indexers/gstfileindex.c:
10644 * plugins/indexers/gstmemindex.c:
10645 * tests/old/examples/plugins/example.h:
10646 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10648 2006-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
10650 * libs/gst/dataprotocol/dataprotocol.c:
10651 (gst_dp_header_from_buffer):
10652 make sure we zero the whole ABI-compatible area
10654 2006-06-01 Wim Taymans <wim@fluendo.com>
10656 Patch by: Alessandro Decina <alessandro at nnva dot org>
10658 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_stop):
10659 Make sure the EOS flag is cleared from pads after a flush
10660 or stop. Fixes #343538.
10662 * tests/check/libs/collectpads.c: (GST_START_TEST),
10663 (gst_collect_pads_suite):
10664 Added test for collectpads reusage after EOS.
10666 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
10669 set #include <sys/wait.h> in a #ifdef #ifdef HAVE_FORK
10670 * win32/common/libgstbase.def:
10671 export gst_collect_pads_set_flushing
10672 * win32/common/libgstreamer.def:
10673 export gst_pad_set_acceptcaps_function, gst_structure_empty_new,
10674 gst_value_fraction_multiply
10675 * win32/vs6/gst_inspect.dsp:
10676 add a link to intl.lib
10678 2006-05-30 Wim Taymans <wim@fluendo.com>
10680 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad),
10681 (gst_collect_pads_chain):
10682 Handle the case where a pad is removed from the collection
10683 that could cause the other pads to become collectable.
10685 2006-05-30 Wim Taymans <wim@fluendo.com>
10687 * gst/gstelement.c:
10688 Clarify the use of _release_request_pad() and
10689 _get_request_pad() a bit better.
10691 * libs/gst/base/gstadapter.c: (gst_adapter_peek),
10692 (gst_adapter_take_buffer):
10693 Fix some doc and comment typos.
10695 2006-05-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10697 * docs/gst/gstreamer-sections.txt:
10698 * docs/libs/gstreamer-libs-sections.txt:
10699 add declared symbols
10701 2006-05-30 Jan Schmidt <thaytan@mad.scientist.com>
10703 * gst/gstsystemclock.c: (gst_system_clock_id_wait_unlocked):
10704 Add debug that can be enabled using a #define at the top of the file,
10705 for dumping stats about how late/early we were when waking up from
10706 waiting on the clock.
10708 2006-05-30 Wim Taymans <wim@fluendo.com>
10710 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_check_pads):
10711 When rebuilding the pad list, don't leak the previous list.
10713 2006-05-30 Wim Taymans <wim@fluendo.com>
10715 Patch by: Lutz Mueller <lutz at topfrose dot de>
10717 * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
10718 (gst_base_src_get_query_types), (gst_base_src_update_length):
10719 Publish supported query types.
10720 Update last_stop field in get_range mode so the position
10721 query works. Fixes #342321.
10723 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
10725 * docs/gst/gstreamer-sections.txt:
10726 * gst/gsttaglist.c: (_gst_tag_initialize):
10727 * gst/gsttaglist.h:
10728 API: add GST_TAG_PREVIEW_IMAGE (#343341).
10730 2006-05-30 Wim Taymans <wim@fluendo.com>
10732 Patch by: Alessandro Decina <alessandro at nnva dot org>
10734 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad):
10735 Unlock mutex when removing an unknown pad.
10738 * tests/check/Makefile.am:
10739 * tests/check/libs/collectpads.c: (collected_cb), (push_buffer),
10740 (push_event), (setup), (teardown), (GST_START_TEST),
10741 (gst_collect_pads_suite), (main):
10742 Added collecpads check, disabled for now as check crashes for
10745 2006-05-29 Wim Taymans <wim@fluendo.com>
10747 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize):
10748 Don't leak pads lists.
10750 2006-05-29 Wim Taymans <wim@fluendo.com>
10752 * docs/libs/gstreamer-libs-sections.txt:
10753 * libs/gst/base/gstcollectpads.c:
10754 (gst_collect_pads_set_flushing_unlocked),
10755 (gst_collect_pads_set_flushing), (gst_collect_pads_start),
10756 (gst_collect_pads_stop):
10757 * libs/gst/base/gstcollectpads.h:
10758 API: gst_collect_pads_set_flushing()
10759 Added api to set the pads to flushing, useful for seeking
10760 code in elements using collectpads.
10761 Clear segment when receiving a flush.
10763 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
10765 * gst/gst.c: (add_path_func), (init_post):
10766 Don't scan registry paths passed via --gst-plugin-path immediately
10767 (will crash, because absolutely nothing is set up and no types are
10768 registered etc.); do this later in init_post(). Fixes #343057.
10770 2006-05-28 Thomas Vander Stichele <thomas at apestaart dot org>
10772 * gst/gst.c: (init_post):
10773 if we have fork, fork while reading/rebuilding the registry
10774 so the parent doesn't take the hit of having all plugins loaded
10775 in memory. Fixes #342777.
10777 Check if we have fork()
10778 * win32/common/config.h.in:
10781 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
10783 * plugins/elements/gstelements.c:
10784 * plugins/elements/gstfilesrc.c: (gst_file_src_class_init),
10785 (gst_file_src_init), (gst_file_src_set_property),
10786 (gst_file_src_get_property), (gst_file_src_start):
10787 * plugins/elements/gstfilesrc.h:
10788 API: GstFileSrc::use-mmap
10790 Add a use-mmap property to enable easier testing of all code paths.
10791 Bump rank to PRIMARY, so filesrc is the preferred file reader and used
10792 in the absence of gnomevfssrc. (Closes #340501)
10794 2006-05-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10796 * tools/gst-inspect.c:
10797 Add missing include, removes warning of ngettext not being defined on
10800 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
10802 * gst/gstvalue.c: (gst_value_deserialize_fraction):
10803 Handle NULL input and output pointers silently as a failed conversion,
10804 rather than g_warnings.
10806 2006-05-25 Wim Taymans <wim@fluendo.com>
10808 * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_start):
10809 Initialize variable before using. Fixes #342820.
10811 2006-05-24 Tim-Philipp Müller <tim at centricular dot net>
10813 * libs/gst/base/gsttypefindhelper.c: (buf_helper_find_peek):
10814 Fix off-by-one bug that would only allow peeks of N-1 bytes
10815 from the start even if the buffer to typefind on contains
10816 in fact N bytes of data (makes vorbis typefinding from a
10817 vorbis identification header buffer work).
10819 * tests/check/Makefile.am:
10820 * tests/check/libs/.cvsignore:
10821 * tests/check/libs/typefindhelper.c: (GST_START_TEST),
10822 (gst_typefindhelper_suite), (main), (foobar_typefind),
10824 Add very basic unit test for gst_type_find_helper_for_buffer()
10825 that checks for the problem fixed above.
10827 2006-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
10829 * tools/gst-inspect.c: (print_interfaces),
10830 (print_element_properties_info), (print_element_list), (main):
10831 add more translatable strings
10833 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
10835 Patch by: Julien Moutte <julien at moutte net>
10837 * docs/gst/gstreamer-sections.txt:
10838 Make new GST_FLOW_IS_SUCCESS macro visible in docs.
10840 * plugins/elements/gstfakesink.c: (gst_fake_sink_class_init),
10841 (gst_fake_sink_preroll):
10842 * plugins/elements/gstfakesink.h:
10843 API: Add new GstFakeSink::preroll-handoff signal (#337100).
10845 2006-05-23 Wim Taymans <wim@fluendo.com>
10847 * gst/gstpad.c: (gst_flow_get_name), (gst_flow_to_quark):
10849 Added _CUSTOM error and success GstFlowReturn that can be
10850 used be elements internally.
10851 Added macro to check for SUCCESS flowreturns.
10852 API: GST_FLOW_CUSTOM_SUCCESS
10853 API: GST_FLOW_CUSTOM_ERROR
10854 API: GST_FLOW_IS_SUCCESS
10856 * tests/check/gst/gstpad.c: (GST_START_TEST), (gst_pad_suite):
10857 Added check for GstFlowReturn sanity.
10859 2006-05-23 Wim Taymans <wim@fluendo.com>
10861 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
10863 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad),
10864 (gst_collect_pads_event):
10865 clear/reset segment info in FLUSH_STOP.
10868 2006-05-22 Stefan Kost <ensonic@users.sf.net>
10870 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_stop),
10871 (gst_collect_pads_check_collected):
10872 Flush queued buffer on _stop(), fixes playing again (#342454)
10874 2006-05-22 Thomas Vander Stichele <thomas at apestaart dot org>
10876 * tests/check/gst/gststructure.c: (GST_START_TEST),
10877 (gst_structure_suite):
10878 add a test for a complete structure
10880 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
10882 * docs/faq/developing.xml:
10883 * docs/faq/faq.xml:
10884 * docs/faq/troubleshooting.xml:
10885 * docs/faq/using.xml:
10886 Some minor FAQ updates that won't change the fact that
10887 our FAQ is badly structured, full of information hardly
10888 anyone new to GStreamer needs to know and lacking lots
10889 of information people constantly ask for.
10891 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
10893 * gst/gstpad.c: (gst_pad_set_caps):
10894 Short-circuit gst_pad_set_caps if setting the existing
10895 caps pointer again, and avoid printing debug and
10896 reffing/unreffing the caps.
10898 * plugins/elements/gstqueue.c: (gst_queue_push_one):
10899 There's actually no need to set the caps before pushing -
10900 the acceptcaps method will handle it anyway.
10902 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
10904 * docs/gst/gstreamer-sections.txt:
10905 * win32/common/libgstreamer.def:
10906 * gst/gstutils.c: (gst_element_seek_simple):
10908 API: add gst_element_seek_simple() (#342238).
10910 2006-05-18 Edward Hervey <edward@fluendo.com>
10912 * gst/gsttypefind.c: (gst_type_find_get_type):
10913 * gst/gsttypefind.h:
10914 Added GST_TYPE_TYPE_FIND and gst_type_find_get_type() so a GType gets
10915 registered for GstTypeFind pointers. This allows wrapping the structure
10916 in bindings (i.e. gst-python).
10918 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
10920 * gst/gsttagsetter.c:
10921 Docs additions and fixes (see #339918).
10923 2006-05-18 Jan Schmidt <thaytan@mad.scientist.com>
10925 * plugins/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
10926 The caps intersection algorithm can produce multiple copies of the
10927 caps. Until that is fixed, we need to simplify the result to be
10928 sure whether the allowed caps are fixed or not.
10930 * plugins/elements/gstqueue.c: (gst_queue_init),
10931 (gst_queue_bufferalloc), (gst_queue_acceptcaps),
10932 (gst_queue_push_one):
10933 Proxied buffer alloc should not set the caps on the source pad.
10934 When pushing buffers, we always accept the caps change that triggers.
10935 This prevents negotiation errors caused by caps changing mid-stream
10936 and then being refused on our source pad (because upstream is now
10937 refusing those caps).
10939 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
10941 * tests/examples/helloworld/helloworld.c: (main):
10942 Must plug audioconvert and audioresample between decoder
10945 2006-05-17 Jan Schmidt <thaytan@mad.scientist.com>
10947 * gst/gstregistryxml.c: (read_string), (load_pad_template),
10948 (load_feature), (load_plugin):
10949 Allow empty strings for some of the plugin fields so we don't
10950 drop valid plugin entries that were written out correctly
10953 2006-05-17 Sebastien Moutte <sebastien@moutte.net>
10955 * gst/gstregistryxml.c: (gst_registry_xml_write_cache):
10956 Use g_remove and g_rename instead of remove and rename that don't
10957 handle utf8 characters. rename was failing for users who had specific
10958 characters in their name then the registry was built at each
10960 * win32/vs6/gst_inspect.dsp:
10961 * win32/vs6/gst_launch.dsp:
10962 * win32/vs6/libgstbase.dsp:
10963 * win32/vs6/libgstcoreelements.dsp:
10964 * win32/vs6/libgstreamer.dsp:
10965 Use a debug version of libxml2 (libxml2D.lib,libxml2D.dll) for DEBUG
10966 build of libgstreamer and clean unused libraries in projects link
10969 2006-05-17 Edward Hervey <edward@fluendo.com>
10971 * plugins/elements/gstqueue.c: (gst_queue_push_one):
10972 The queue is not responsible for pushing an EOS when receiving a fatal
10973 flow error. It's up to the real element driving the pipeline to do that.
10975 2006-05-16 Edward Hervey <edward@fluendo.com>
10977 * plugins/elements/gstqueue.c: (gst_queue_push_one):
10978 The queue was posting a non-needed GST_MESSAGE_ERROR when pushing a
10979 buffer returned a fatal error. It should just send an EOS and stop
10981 Upstream elements will then properly receive the GST_FLOW_UNEXPECTED
10982 when pushing buffers on the queue and will be able to handle the event.
10984 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
10986 * docs/manual/basics-bins.xml:
10987 * docs/manual/basics-init.xml:
10988 Fix typos and minor errors in sample code (#341856).
10990 2006-05-16 Wim Taymans <wim@fluendo.com>
10992 * docs/design/part-qos.txt:
10993 Fix indexes in formulas to make more sense.
10995 2006-05-15 Wim Taymans <wim@fluendo.com>
10997 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
10998 Don't report POSITION based on clock time if sync is
10999 disabled in a sink.
11001 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
11004 Add cast to make compiler happy - refcount variable was a gint
11005 in GstObject but is a guint in GObject and g_atomic_int_get()
11008 2006-05-15 Thomas Vander Stichele <thomas at apestaart dot org>
11010 * gst/parse/Makefile.am:
11011 chain commands using &&, which also makes parallel make work
11013 2006-05-14 Tim-Philipp Müller <tim at centricular dot net>
11015 * docs/gst/gstreamer-sections.txt:
11018 * gst/gstmessage.h:
11021 === release 0.10.6 ===
11023 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
11026 releasing 0.10.6, "Take the cannoli"
11028 2006-05-13 Tim-Philipp Müller <tim at centricular dot net>
11030 * tools/gst-launch.c: (print_tag):
11031 Fix use of uninitialized variable in the hypothetical
11032 case that some broken plugin creates a GST_TAG_IMAGE
11033 tag containing a NULL buffer (#341667).
11035 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
11037 * tools/gst-launch.c: (print_tag):
11038 Print something more intelligible for image tags when
11039 using the -t switch (#341556).
11041 2006-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
11046 define GST_MAJORMINOR so we have it available in win32/common/config.h
11047 Possibly remove it from our Makefile.am files later
11048 * win32/common/config.h:
11049 * win32/common/config.h.in:
11050 added GST_MAJORMINOR
11051 * win32/common/gstenumtypes.c: (register_gst_resource_error):
11052 * win32/common/gstversion.h:
11055 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
11058 Update win32 files listing.
11059 * win32/common/gstversion.h:
11060 Add GST_MAJORMINOR definition.
11061 * win32/common/libgstreamer.def:
11062 Add new exported functions.
11064 2006-05-12 Michael Smith <msmith@fluendo.com>
11066 * gst/gstplugin.c: (gst_plugin_load_file):
11067 If an so file has no plugin entry point, unload the module.
11069 2006-05-11 Wim Taymans <wim@fluendo.com>
11071 * plugins/elements/gstqueue.c: (gst_queue_chain), (gst_queue_loop),
11072 (gst_queue_set_property):
11073 Don't forget to signal the _chain or _loop function
11074 when the queue size or thresholds change since that might
11075 cause them to make progres again.
11077 2006-05-11 Stefan Kost <ensonic@users.sf.net>
11079 * gst/gstclock.c: (gst_clock_class_init):
11080 * gst/gstindex.c: (gst_index_class_init):
11081 * gst/gstobject.c: (gst_object_class_init):
11082 * gst/gstpad.c: (gst_pad_class_init):
11083 * gst/gstpipeline.c: (gst_pipeline_class_init):
11084 * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init):
11085 * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init):
11086 * libs/gst/base/gstbasetransform.c:
11087 (gst_base_transform_class_init):
11088 * libs/gst/net/gstnetclientclock.c:
11089 (gst_net_client_clock_class_init):
11090 * libs/gst/net/gstnettimeprovider.c:
11091 (gst_net_time_provider_class_init):
11092 * plugins/elements/gstcapsfilter.c: (gst_capsfilter_class_init):
11093 * plugins/elements/gstfakesink.c: (gst_fake_sink_class_init):
11094 * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init):
11095 * plugins/elements/gstfdsink.c: (gst_fd_sink_class_init):
11096 * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init):
11097 * plugins/elements/gstfilesink.c: (gst_file_sink_class_init):
11098 * plugins/elements/gstfilesrc.c: (gst_file_src_class_init):
11099 * plugins/elements/gstidentity.c: (gst_identity_class_init):
11100 * plugins/elements/gsttee.c: (gst_tee_class_init):
11101 * tests/old/examples/plugins/example.c: (gst_example_class_init):
11102 * tests/old/testsuite/threads/signals.c: (gst_test_class_init):
11103 G_OBJECT_CLASS macro usage batch cleanup, fixes #337747 for core
11105 2006-05-11 Wim Taymans <wim@fluendo.com>
11107 * gst/gstbuffer.c: (_gst_buffer_initialize):
11108 Register subbufer along with the buffer type so that
11109 it does not accidentally gets registered from N
11110 different streaming threads in a non threadsafe way.
11112 2006-05-10 Tim-Philipp Müller <tim at centricular dot net>
11116 * gst/gstmessage.h:
11117 Make gtk-doc generate docs for our inlined gst_buffer_ref(),
11118 gst_event_ref() and gst_message_ref() functions again
11119 (ugly hack, please do fix if there's a better way besides
11120 overrides.txt, which doesn't seem to work).
11122 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
11124 * libs/gst/check/gstcheck.h:
11125 add an assert for setting state to avoid lots of repetitive code
11128 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
11130 * gst/gstvalue.c: (gst_value_serialize_flags):
11131 fix a leak if no flags are set
11132 * tests/check/gst/gstvalue.c: (GST_START_TEST):
11135 2006-05-10 Tim-Philipp Müller <tim at centricular dot net>
11137 * docs/manual/basics-pads.xml:
11138 Expand a bit on caps and filtered links and update
11139 examples that were still using the no longer existing
11140 gst_pad_link_filtered() (#338206).
11142 2006-05-10 Wim Taymans <wim@fluendo.com>
11144 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize),
11145 (gst_collect_pads_add_pad), (gst_collect_pads_remove_pad),
11146 (gst_collect_pads_set_flushing), (gst_collect_pads_start),
11147 (gst_collect_pads_stop):
11148 * libs/gst/base/gstcollectpads.h:
11149 No need to call _stop in _finalize.
11150 Iterate the main pad list in _finalize.
11151 Added some more debug.
11152 Free lists and data in the right order.
11153 Also free data whem doing _remove_pad when stopped for
11154 backward compatibility protect ::started with PAD_LOCK as
11157 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
11159 * gst/gststructure.c: (gst_structure_gtype_from_abbr),
11160 (gst_structure_parse_value):
11162 rename a method so that it actually says what it does better
11164 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
11166 * gst/gstevent.c: (_gst_event_initialize):
11167 * gst/gstformat.c: (_gst_format_initialize):
11168 make sure some essential types used by events are registered
11169 as part of gst_init()
11170 * gst/gstvalue.c: (gst_value_serialize_flags):
11171 if no flags are set, serialize them to a value that represents NONE
11172 so that deserializing them works
11173 * tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
11174 add tests for serialization and deserialization of flags
11176 2006-05-10 Wim Taymans <wim@fluendo.com>
11178 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_collect),
11179 (gst_collect_pads_collect_range), (gst_collect_pads_available),
11180 (gst_collect_pads_check_pads), (gst_collect_pads_check_collected),
11181 (gst_collect_pads_event), (gst_collect_pads_chain):
11184 Catch and return errors from the collect function
11185 Refuse data on eos pads.
11187 2006-05-10 Edward Hervey <edward@fluendo.com>
11189 * gst/gstinterface.h:
11190 GST_IMPLEMENTS_INTERFACE and GST_IS_IMPLEMENTS_INTERFACE use the normal
11191 GInterface type checking.
11192 They were previously using non-defined macros.
11194 2006-05-09 Wim Taymans <wim@fluendo.com>
11196 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_init),
11197 (gst_collect_pads_finalize), (gst_collect_pads_add_pad),
11198 (gst_collect_pads_remove_pad), (gst_collect_pads_set_flushing),
11199 (gst_collect_pads_start), (gst_collect_pads_stop),
11200 (gst_collect_pads_peek), (gst_collect_pads_pop),
11201 (gst_collect_pads_available), (gst_collect_pads_read),
11202 (gst_collect_pads_flush), (gst_collect_pads_check_pads),
11203 (gst_collect_pads_is_collected), (gst_collect_pads_event),
11204 (gst_collect_pads_chain):
11205 * libs/gst/base/gstcollectpads.h:
11206 Clean up the mess that is collectpads, add comments and
11207 FIXMEs where needed.
11208 Maintain a separate pad list so we can add pads while
11209 collecting the other ones. For this we need a new separate
11211 Fix memory leak in finalize.
11212 Refactor some weird code to set/unset pad flushing flags, mark
11214 Don't crash in _available, _read, _flush when we're EOS.
11216 * tests/check/libs/.cvsignore:
11217 Ignore adapter check binary.
11219 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
11221 * gst/gstindex.c: (gst_index_resolver_get_type):
11222 * plugins/elements/gstfakesink.c:
11223 (gst_fake_sink_state_error_get_type):
11224 * plugins/elements/gstfakesrc.c: (gst_fake_src_data_get_type),
11225 (gst_fake_src_sizetype_get_type), (gst_fake_src_filltype_get_type):
11226 * plugins/elements/gstqueue.c: (queue_leaky_get_type):
11227 Const-ify GEnumValue arrays.
11229 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
11231 * tests/check/gst/gstbuffer.c: (GST_START_TEST):
11232 Add test case for flags + gst_buffer_make_metadata_writable().
11234 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
11236 * gst/gstbuffer.c: (gst_buffer_make_metadata_writable):
11237 gst_buffer_make_metadata_writable() should maintain the
11238 buffer flags (those that make sense at least) (see #340859).
11240 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
11242 * tools/gst-inspect.c:
11243 * tools/gst-launch.c:
11244 * tools/gst-typefind.c:
11245 * tools/gst-xmlinspect.c:
11247 Fix up includes: need to include stdlib.h in tools.h for exit().
11249 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
11251 * gst/gsttaglist.c: (_gst_tag_initialize):
11252 * gst/gsttaglist.h:
11253 API: add GST_TAG_IMAGE tag (#340721).
11255 2006-05-08 Wim Taymans <wim@fluendo.com>
11258 Added some docs for the segment query.
11260 2006-05-08 Wim Taymans <wim@fluendo.com>
11262 * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek),
11263 (gst_base_src_loop), (gst_base_src_change_state):
11264 Always push non-flushing serialized events in the streaming
11267 2006-05-08 Thomas Vander Stichele <thomas at apestaart dot org>
11269 * gst/gsterror.c: (_gst_stream_errors_init):
11270 Add a missing error string.
11272 2006-05-08 Jan Schmidt <thaytan@mad.scientist.com>
11274 * libs/gst/base/gstbasesink.c: (gst_base_sink_configure_segment):
11275 Add applied_rate to the debug
11277 * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek):
11278 Copy applied_rate into the outgoing NEWSEGMENT event
11280 2006-05-08 Wim Taymans <wim@fluendo.com>
11282 Patch by: Philippe Rouquier <philippero at libertysurf dot fr>
11284 * libs/gst/base/gstbasesink.c: (gst_base_sink_set_flushing),
11285 (gst_base_sink_change_state):
11286 call ::unlock before taking the PREROLL_LOCK so we can safely
11287 handle elements that lock in ::render.
11290 2006-05-08 Edward Hervey <edward@fluendo.com>
11292 * autogen.sh: (CONFIGURE_DEF_OPT):
11293 Darwin's libtoolize is in fact called glibtoolize.
11294 Adding glibtoolize to the list of accepted names for libtoolize.
11296 2006-05-08 Wim Taymans <wim@fluendo.com>
11298 * libs/gst/base/gstbasesrc.c: (gst_base_src_loop):
11299 Unify error handling, don't post an error message
11300 when a push() returns EOS but perform our normal EOS
11301 handling code. Fixes #340772.
11303 2006-05-08 Wim Taymans <wim@fluendo.com>
11305 * docs/design/part-overview.txt:
11306 Make upsteam/downstream concepts more clear.
11307 Give an example of serialized/non-serialized events.
11309 * docs/design/part-events.txt:
11310 * docs/design/part-streams.txt:
11311 Mention applied_rate.
11313 * docs/design/part-trickmodes.txt:
11314 Mention applied rate, flesh out some more use cases.
11316 * gst/gstevent.c: (gst_event_new_new_segment),
11317 (gst_event_parse_new_segment), (gst_event_new_new_segment_full),
11318 (gst_event_parse_new_segment_full), (gst_event_new_tag),
11319 (gst_event_parse_tag), (gst_event_new_buffer_size),
11320 (gst_event_parse_buffer_size), (gst_event_new_qos),
11321 (gst_event_parse_qos), (gst_event_parse_seek),
11322 (gst_event_new_navigation):
11324 Add applied_rate field to NEWSEGMENT event.
11325 API: gst_event_new_new_segment_full()
11326 API: gst_event_parse_new_segment_full()
11328 * gst/gstsegment.c: (gst_segment_init), (gst_segment_set_seek),
11329 (gst_segment_set_newsegment), (gst_segment_set_newsegment_full),
11330 (gst_segment_to_stream_time), (gst_segment_to_running_time):
11331 * gst/gstsegment.h:
11332 Add applied_rate to GstSegment structure.
11333 Make calculation of stream_time and running_time more correct
11334 wrt rate/applied_rate.
11335 Add some more docs.
11336 API: GstSegment::applied_rate field
11337 API: gst_segment_set_newsegment_full();
11339 * libs/gst/base/gstbasesink.c: (gst_base_sink_configure_segment),
11340 (gst_base_sink_get_sync_times), (gst_base_sink_get_position):
11341 * libs/gst/base/gstbasetransform.c:
11342 (gst_base_transform_sink_eventfunc),
11343 (gst_base_transform_handle_buffer):
11344 Parse and use applied_rate in the GstSegment field.
11346 * tests/check/gst/gstevent.c: (GST_START_TEST):
11347 Add check for applied_rate field.
11349 * tests/check/gst/gstsegment.c: (GST_START_TEST),
11350 (gstsegments_suite):
11351 Add more checks for various GstSegment operations.
11353 2006-05-08 Wim Taymans <wim@fluendo.com>
11355 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times),
11356 (gst_base_sink_do_sync), (gst_base_sink_chain_unlocked),
11357 (gst_base_sink_get_position), (gst_base_sink_change_state):
11358 Store the sync time of the buffer end position separatly in a
11359 new variable eos_rtime so we can properly sync the EOS event.
11361 Fix the docs for gst_base_sink_set_qos_enabled().
11362 Don't set segment start to invalid value when we receive a
11363 non TIME newsegment.
11364 get closer to handling position reporting for negative rates
11367 2006-05-07 Stefan Kost <ensonic@users.sf.net>
11370 Docs about how to print caps for debug purposes.
11372 * gst/gstpadtemplate.c: (gst_static_pad_template_get):
11373 use gst_caps_make_writable instead of gst_caps_copy, Fixes #340608
11375 2006-05-07 Stefan Kost <ensonic@users.sf.net>
11377 * gst/gstelement.c:
11378 use full enum names and preprend a '%' in docs strings to make recent
11379 gtk-doc turn that into a link
11381 2006-05-05 Tim-Philipp Müller <tim at centricular dot net>
11383 * docs/manual/basics-bins.xml:
11384 * docs/manual/basics-bus.xml:
11385 * docs/manual/basics-pads.xml:
11386 Some typo fixes, some additions, some clarifications.
11388 2006-05-05 Tim-Philipp Müller <tim at centricular dot net>
11390 * tools/gst-inspect.c: (main):
11391 * tools/gst-launch.c: (main):
11392 * tools/gst-run.c: (main):
11393 * tools/gst-typefind.c: (main):
11394 * tools/gst-xmlinspect.c: (main):
11395 Use the string passed to g_option_context_new() for
11396 what it's intended for - the program name is already
11399 2006-05-05 Tim-Philipp Müller <tim at centricular dot net>
11401 * tools/Makefile.am:
11402 * tools/gst-inspect.c: (main):
11403 * tools/gst-launch.c: (main):
11404 * tools/gst-xmlinspect.c: (main):
11406 Add back --version command line option (#340460).
11408 * tools/gst-typefind.c: (have_type_handler), (typefind_file), (main):
11409 Add --version option and use GOption for argument parsing; refactor a
11410 bit; accept directories as arguments and recurse into them; lastly,
11411 print a decent error message when things go wrong.
11413 2006-05-05 Maciej Katafiasz <mathrick@freedesktop.org>
11415 * docs/manual/basics-bins.xml:
11416 Don't mention GstThread (#340611)
11417 * docs/manual/basics-elements.xml:
11418 Update link to GObject tutorial (#340607)
11420 2006-05-05 Wim Taymans <wim@fluendo.com>
11423 * gst/gstminiobject.c:
11424 Add note about refcounting and miniobject/buffer writeability
11425 to docs. Fixes #340604
11427 * gst/gstelementfactory.h:
11428 Added some explanation about @klass.
11430 2006-05-05 Maciej Katafiasz <mathrick@freedesktop.org>
11432 * docs/manual/intro-motivation.xml:
11433 * docs/manual/manual.xml:
11434 Avoid CORBA & Bonobo references (#340598)
11436 2006-05-05 Maciej Katafiasz <mathrick@freedesktop.org>
11438 * docs/manual/basics-bus.xml:
11439 * docs/manual/basics-pads.xml:
11440 Fix up some inaccuracies and omissions (#340609)
11442 2006-05-05 Maciej Katafiasz <mathrick@freedesktop.org>
11444 * gst/gstghostpad.c:
11445 Small typo in docs (#340625)
11447 2006-05-05 Tim-Philipp Müller <tim at centricular dot net>
11449 * gst/parse/Makefile.am:
11450 Make 'make -j' proof (see #340698).
11452 2006-05-05 Tim-Philipp Müller <tim at centricular dot net>
11455 Require GLib-2.8 here as well.
11457 2006-05-05 Wim Taymans <wim@fluendo.com>
11459 * gst/glib-compat.c:
11460 * gst/gst.c: (init_pre):
11461 * gst/gstobject.c: (gst_object_init), (gst_object_ref),
11462 (gst_object_unref), (gst_object_replace), (gst_object_dispose),
11463 (gst_object_dispatch_properties_changed):
11465 * gst/gstregistryxml.c: (gst_registry_xml_read_cache):
11466 * gst/gststructure.c: (gst_structure_set_valist):
11467 * gst/gstvalue.c: (gst_date_get_type), (_gst_value_initialize):
11468 Remove pre glib2.8 compatibility, fixes #340508
11470 2006-05-04 Tim-Philipp Müller <tim at centricular dot net>
11472 * gst/gsttaglist.h:
11473 Mention type of tags in doc blurbs.
11475 2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
11477 * gst/gstpad.c: (gst_pad_init), (gst_pad_configure_sink),
11478 (gst_pad_configure_src), (gst_pad_push):
11479 Restore acceptcaps checking behaviour now that good plugins have
11482 2006-05-04 Tim-Philipp Müller <tim at centricular dot net>
11484 Patch by: James Andrewartha <trs80 at tartarus uwa edu au>
11491 * gst/gstmessage.c:
11495 * gst/parse/Makefile.am:
11496 * libs/gst/base/gstadapter.c:
11497 * libs/gst/base/gstbasesrc.c:
11498 * libs/gst/base/gstpushsrc.c:
11499 * libs/gst/base/gsttypefindhelper.c:
11500 * plugins/elements/gstfakesrc.c:
11501 * plugins/elements/gstidentity.c:
11502 Make sure gstprivate.h and/or config.h are
11503 always included first, otherwise some of our
11504 defines (like _FILE_OFFSET_BITS) might be
11505 redefined in the system headers. Fixes build
11506 on opensolaris (#340016).
11508 2006-05-04 Wim Taymans <wim@fluendo.com>
11510 * docs/libs/gstreamer-libs-sections.txt:
11511 API: addition: gst_adapter_take_buffer()
11513 * libs/gst/base/gstadapter.c: (gst_adapter_push),
11514 (gst_adapter_peek), (gst_adapter_take), (gst_adapter_take_buffer),
11515 (gst_adapter_available_fast):
11516 * libs/gst/base/gstadapter.h:
11517 Prepare for optimizing the hell out of this hugely inefficient
11519 Added gst_adapter_take_buffer() so we can at least start thinking
11520 about subbuffering and merging.
11521 Added some comments.
11523 * tests/check/Makefile.am:
11524 * tests/check/libs/adapter.c: (GST_START_TEST),
11525 (gst_adapter_suite), (main):
11526 Added GstAdapter check.
11528 2006-05-04 Wim Taymans <wim@fluendo.com>
11530 * docs/design/part-overview.txt:
11531 Fix some typos, add blurb about buffer flags.
11533 2006-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
11535 * docs/libs/gstreamer-libs-sections.txt:
11536 make sure GstBaseTransformClass shows up in the docs
11537 * libs/gst/base/gstbasetransform.c:
11538 * libs/gst/base/gstbasetransform.h:
11539 move docs so gtk-doc picks it up now
11541 2006-05-02 Stefan Kost <ensonic@users.sf.net>
11543 * docs/libs/gstreamer-libs-sections.txt:
11544 add missing symbols to docs
11546 2006-05-02 Stefan Kost <ensonic@users.sf.net>
11548 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_event):
11549 back out the newsegment handling change, see #340060 for ongoing
11552 2006-04-30 Tim-Philipp Müller <tim at centricular dot net>
11554 * tools/gst-run.c: (get_candidates), (main):
11555 Fix wrong g_file_test() usage (see glib docs for why it doesn't
11556 work); fix typo in error message. Fixes #340079.
11558 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
11560 * common/Makefile.am:
11561 * docs/Makefile.am:
11562 * docs/faq/Makefile.am:
11563 * docs/gst/Makefile.am:
11564 * docs/libs/Makefile.am:
11565 * docs/manual/Makefile.am:
11566 * docs/plugins/Makefile.am:
11567 * docs/pwg/Makefile.am:
11568 * docs/slides/Makefile.am:
11570 * common/upload.mak:
11571 move upload.mak to common
11573 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
11575 * tests/check/gst/gstghostpad.c: (GST_START_TEST):
11576 add more asserts on refcounts
11577 do more cleanup at end of tests
11578 fix test leaks showing in FC5
11580 2006-04-29 Stefan Kost <ensonic@users.sf.net>
11582 * plugins/elements/gsttypefindelement.c:
11583 (gst_type_find_element_handle_event):
11584 reverted wrong change and reflowed code to avoid others falling into
11587 2006-04-28 Stefan Kost <ensonic@users.sf.net>
11589 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_event):
11590 fix changelog entry about last collectpads change,
11591 add notes about proper fix
11593 2006-04-28 Stefan Kost <ensonic@users.sf.net>
11596 * gst/gstregistry.c: (gst_registry_scan_path_level),
11597 (gst_registry_scan_path):
11598 * gst/gstregistry.h:
11599 only write out registry if it has changed, fixes #338339
11601 2006-04-28 Stefan Kost <ensonic@users.sf.net>
11604 * gst/gstpipeline.c:
11605 * plugins/elements/gstcapsfilter.c:
11606 * plugins/elements/gstfakesink.c:
11607 * plugins/elements/gstfakesrc.c:
11608 * plugins/elements/gstfdsink.c:
11609 * plugins/elements/gstfdsrc.c:
11610 * plugins/elements/gstfilesink.c:
11611 * plugins/elements/gstfilesrc.c:
11612 * plugins/elements/gstidentity.c:
11613 * plugins/elements/gstqueue.c:
11614 * plugins/elements/gsttee.c:
11615 * plugins/elements/gsttypefindelement.c:
11616 (gst_type_find_element_handle_event):
11617 make GstElementDetails const
11619 2006-04-28 Stefan Kost <ensonic@users.sf.net>
11621 * libs/gst/base/gstbasesink.c: (gst_base_sink_event):
11622 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_base_init),
11623 (gst_collect_pads_is_collected), (gst_collect_pads_event):
11624 more detailed debug and formatting cleanup,
11625 forward newsegments to src-pad (so that e.g. adder not eats them)
11627 2006-04-28 Stefan Kost <ensonic@users.sf.net>
11629 * gst/gstutils.c: (gst_element_link_pads):
11630 cleanup double code
11632 2006-04-28 Stefan Kost <ensonic@users.sf.net>
11634 * libs/gst/controller/gstcontroller.c:
11635 (gst_controller_sync_values):
11637 * tests/check/libs/controller.c: (GST_START_TEST),
11638 (gst_controller_suite):
11639 a new test for live value handling
11641 2006-04-28 Wim Taymans <wim@fluendo.com>
11643 * gst/gstutils.c: (push_and_ref):
11644 Added some more docs.
11645 Fix refcount issue whith gst_element_found_tags() helper
11646 function. Fixes #338335
11648 * tests/check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
11649 Added testsuite for gst_element_found_tags().
11651 2006-04-28 Michael Smith <msmith@fluendo.com>
11653 * gst/gstvalue.c: (gst_value_serialize_flags):
11654 Avoid NULL dereference when trying to serialize flags containing
11657 2006-04-28 Michael Smith <msmith@fluendo.com>
11659 * plugins/elements/gsttypefindelement.c:
11660 (gst_type_find_element_handle_event):
11661 If we get EOS before any data is accumulated, don't use
11662 uninitialised local variables.
11664 2006-04-28 Michael Smith <msmith@fluendo.com>
11666 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
11667 (gst_dp_event_from_packet):
11668 Fixes in reading/writing events over GDP (not currently used?) -
11669 dereferencing NULL events for unknown/invalid event types, memory
11670 leak, and change g_warning to GST_WARNING.
11672 2006-04-28 Wim Taymans <wim@fluendo.com>
11674 * libs/gst/base/gstbasesink.c: (gst_base_sink_is_too_late),
11675 (gst_base_sink_do_render_stats), (gst_base_sink_render_object),
11676 (gst_base_sink_get_position), (gst_base_sink_change_state):
11677 When frame dropping is enabled, we should not ignore frames
11678 without a duration.
11679 Update some documentation.
11681 2006-04-28 Wim Taymans <wim@fluendo.com>
11683 * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek),
11684 (gst_base_src_send_event), (gst_base_src_change_state):
11685 Documentation updates.
11687 2006-04-28 Wim Taymans <wim@fluendo.com>
11689 * plugins/elements/gstfdsink.c: (gst_fd_sink_render),
11690 (gst_fd_sink_check_fd), (gst_fd_sink_update_fd):
11691 handle EAGAIN, EINTR and short writes correctly. Also clean
11692 up some error cases, avoid a deadlock on bad file descriptors and
11693 use GST_DEBUG_OBJECT.
11696 2006-04-28 Wim Taymans <wim@fluendo.com>
11698 * gst/gstvalue.c: (gst_value_serialize_buffer),
11699 (gst_value_deserialize_buffer):
11700 Don't try to serialize a GValue with a NULL buffer.
11703 * tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
11704 Added check for serialisation of NULL buffers.
11706 2006-04-28 Wim Taymans <wim@fluendo.com>
11708 * gst/gstminiobject.c: (gst_value_take_mini_object):
11709 Taking a NULL miniobject is valid, fix the case where
11710 we try to unref the NULL miniobject.
11712 2006-04-28 Wim Taymans <wim@fluendo.com>
11714 Patch by: Stefan Kost <ensonic at sonicpulse dot de>
11716 * gst/gstbin.c: (gst_bin_handle_message_func):
11718 Don't leak bin refcount when a state recalc is
11719 in progress and we delay another one #339808.
11721 2006-04-28 Wim Taymans <wim@fluendo.com>
11723 * docs/design/part-TODO.txt:
11724 Mention QoS as an ongoing work item.
11726 * docs/design/part-buffering.txt:
11727 New doc about buffering that needs to be fleshed out
11730 * docs/design/part-qos.txt:
11731 More QoS policy for decoders/demuxers/transforms
11733 * docs/design/part-trickmodes.txt:
11736 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
11741 === release 0.10.5 ===
11743 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
11746 releasing 0.10.5, "Fogo"
11748 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
11750 patch by: Wim Taymans
11752 * gst/gstpad.c: (gst_pad_init), (gst_pad_configure_sink),
11753 (gst_pad_configure_src), (gst_pad_push):
11754 * gst/gstpipeline.c: (gst_pipeline_init):
11755 Fix internal data flow errors. Fixes #338711.
11757 2006-04-12 Wim Taymans <wim@fluendo.com>
11759 * tests/check/gst/gstelement.c: (GST_START_TEST):
11760 Don't leak the factory.
11762 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
11765 * win32/common/config.h:
11768 2006-04-12 Tim-Philipp Müller <tim at centricular dot net>
11770 * libs/gst/controller/gstcontroller.c: (gst_controller_unset),
11771 (gst_controller_unset_all):
11772 Free allocated GstTimedValues when freeing list nodes.
11773 Should fix leaks 'make check-valgrind' complains about.
11775 * win32/common/libgstcontroller.def:
11776 Add gst_controller_unset_all.
11778 2006-04-11 Stefan Kost <ensonic@users.sf.net>
11780 * docs/libs/gstreamer-libs-sections.txt:
11781 * libs/gst/controller/gstcontroller.c: (gst_controller_unset),
11782 (gst_controller_unset_all):
11783 * libs/gst/controller/gstcontroller.h:
11784 API: Added new method gst_controller_unset_all()
11785 fixed gst_controller_unset()
11786 * tests/check/libs/controller.c: (GST_START_TEST),
11787 (gst_controller_suite):
11788 Added two testcases for new and fixed method
11790 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
11792 * libs/gst/net/gstnettimepacket.c: (gst_net_time_packet_send):
11793 MSG_DONTWAIT is not defined on Cygwin, so work
11794 around that (fixes #317048).
11796 2006-04-11 Wim Taymans <wim@fluendo.com>
11798 * gst/gstelementfactory.c: (gst_element_register),
11799 (gst_element_factory_create), (gst_element_factory_make):
11802 Updated docs (Fixes #131079)
11804 * gst/gstpluginfeature.c: (gst_plugin_feature_load):
11807 * tests/check/gst/gstelement.c: (GST_START_TEST),
11808 (gst_element_suite):
11809 Added testcase for elementfactory class field.
11811 2006-04-10 Wim Taymans <wim@fluendo.com>
11813 * gst/gstsegment.c:
11814 Added some more docs.
11816 * libs/gst/base/gstbasesink.c: (gst_base_sink_perform_qos),
11817 (gst_base_sink_reset_qos):
11818 Calculate more accurate rate values.
11820 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
11822 * gst/gst_private.h:
11823 add a new #ifdef to use __declspec(dllimport) only for
11824 other modules and not for gstreamer core
11825 * gst/gstbasesink.c: (gst_base_sink_perform_qos):
11826 use gst_guint64_to_gdouble for conversion
11827 * win32/common/libgstreamer.def:
11828 add new exported functions
11829 * win32/vs6/gst_inspect.dsp:
11830 * win32/vs6/gst_launch.dsp:
11831 * win32/vs6/libgstbase.dsp:
11832 * win32/vs6/libgstcontroller.dsp:
11833 * win32/vs6/libgstcoreelements.dsp:
11834 * win32/vs6/libgstdataprotocol.dsp:
11835 * win32/vs6/libgstnet.dsp:
11836 update project files
11838 2006-04-08 Stefan Kost <ensonic@users.sf.net>
11840 * gst/gstbuffer.c: (gst_subbuffer_class_init):
11841 * gst/gstclock.c: (gst_clock_class_init):
11842 * gst/gstelement.c: (gst_element_class_init):
11843 * gst/gstindex.c: (gst_index_class_init):
11844 * gst/gstindexfactory.c: (gst_index_factory_class_init):
11845 * gst/gstobject.c: (gst_object_class_init),
11846 (gst_signal_object_class_init):
11847 * gst/gstpad.c: (gst_pad_class_init):
11848 * gst/gstpadtemplate.c: (gst_pad_template_class_init):
11849 * gst/gstpluginfeature.c: (gst_plugin_feature_class_init):
11850 * gst/gstregistry.c: (gst_registry_class_init):
11851 * gst/gstsystemclock.c: (gst_system_clock_class_init):
11852 * gst/gsttask.c: (gst_task_class_init):
11853 * gst/gstxml.c: (gst_xml_class_init):
11854 * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init):
11855 * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
11856 (gst_base_src_loop):
11857 * libs/gst/controller/gstcontroller.c:/
11858 (_gst_controller_class_init):
11859 * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init):
11860 * plugins/indexers/gstfileindex.c: (gst_file_index_class_init):
11861 * plugins/indexers/gstmemindex.c: (gst_mem_index_class_init):
11862 * tests/old/examples/plugins/example.c: (gst_example_class_init):
11863 * tests/old/testsuite/threads/signals.c: (gst_test_class_init):
11864 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11866 2006-04-08 Tim-Philipp Müller <tim at centricular dot net>
11868 * gst/gstpad.c: (gst_pad_link):
11869 Must set peer pads before calling the link function, otherwise
11870 a task started from a link function might get a flow-not-linked
11871 result when trying to push because the other thread where the
11872 linking happens hasn't had a chance to set the peers yet. This
11873 might happen for example when a queue gets linked to a downstream
11874 element, as queue starts a streaming task when its source pad
11875 gets linked. Happens in real life when playing back flac/musepack
11876 files in playbin (#332390).
11878 2006-04-08 Stefan Kost <ensonic@users.sf.net>
11882 * libs/gst/base/gstadapter.h:
11883 * libs/gst/base/gstbasesink.h:
11884 * libs/gst/base/gstbasesrc.h:
11885 * libs/gst/base/gstbasetransform.h:
11886 * libs/gst/base/gstcollectpads.h:
11887 * libs/gst/base/gstpushsrc.h:
11888 Fix broken GObject macros
11890 2006-04-07 Wim Taymans <wim@fluendo.com>
11892 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
11893 Initialize start and stop times, thanks valgrind.
11895 2006-04-07 Wim Taymans <wim@fluendo.com>
11897 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
11898 Be a bit nicer to badly behaving upstream elements that expect
11899 us to deal with non TIME segments and timestamps (such as fakesrc
11902 2006-04-07 Wim Taymans <wim@fluendo.com>
11905 Small documentation clarification about the signal watch.
11907 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times),
11908 (gst_base_sink_wait_clock), (gst_base_sink_do_sync),
11909 (gst_base_sink_perform_qos), (gst_base_sink_reset_qos),
11910 (gst_base_sink_do_render_stats), (gst_base_sink_render_object),
11911 (gst_base_sink_get_position_last),
11912 (gst_base_sink_get_position_paused), (gst_base_sink_change_state):
11913 Convert and store timestamps in stream time and running time, the
11914 raw timestamps are not useful, also document this better.
11915 Use different window sizes for good and bad QoS observations so
11916 we react to badness a little quicker.
11917 Keep track of the amount of rendered and dropped buffers.
11918 Send QoS timestamps in running time.
11920 * libs/gst/base/gstbasetransform.c:
11921 (gst_base_transform_sink_eventfunc),
11922 (gst_base_transform_handle_buffer):
11923 Compare QoS timestamps against running time.
11925 2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
11928 Typo fixes in docs.
11930 2006-04-06 Michael Smith <msmith@fluendo.com>
11932 * gst/gstpad.c: (gst_pad_set_property):
11933 Use g_value_get_object() instead of g_value_dup_gst_object(),
11934 to avoid double-reffing the pad template (which we then sink,
11935 so this worked previously if (and only if) the pad template
11938 * gst/gstpadtemplate.c: (gst_pad_template_init),
11939 (gst_pad_template_pad_created):
11940 Never return floating references to pad templates, create
11941 them as initially-sunken.
11943 Document an extra function (and make this stop sinking our
11944 pad template, since that is now guaranteed to do nothing,
11945 since we created it sunken).
11947 * gst/gstghostpad.c:
11950 2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
11952 * gst/gstinfo.c: (__gst_in_valgrind):
11955 * plugins/elements/gsttypefindelement.c:
11956 (gst_type_find_element_chain):
11957 Don't leak buffer caps.
11959 2006-04-06 Michael Smith <msmith@fluendo.com>
11961 * gst/parse/grammar.y:
11962 Fix a leak in parse-launch for any source-or-sink named element
11965 * tests/check/pipelines/parse-launch.c: (expected_fail_pipe):
11966 Unref the pipeline if it exists after we've failed parsing.
11968 2006-04-05 Michael Smith <msmith@fluendo.com>
11970 * gst/gstpipeline.c: (gst_pipeline_init):
11971 When we create a pipeline bus, initially create it in flushing mode.
11972 Fixes leaks in at least one test, and makes a new pipeline work the
11973 same as one that has gone to READY and then back to NULL.
11975 * gst/gstelement.c:
11978 2006-04-05 Michael Smith <msmith@fluendo.com>
11980 * tests/check/gst/gstghostpad.c: (GST_START_TEST):
11981 Unref a pad we reffed.
11982 * tests/check/gst/gstutils.c: (GST_START_TEST):
11985 2006-04-05 Michael Smith <msmith@fluendo.com>
11987 * gst/gstquery.c: (gst_query_set_formats),
11988 (gst_query_set_formatsv):
11989 Fix leaking GValues in queries, as shown by valgrind/testsuite.
11991 2006-04-05 Michael Smith <msmith@fluendo.com>
11993 * tests/check/generic/sinks.c: (GST_START_TEST):
11994 Fix a variety of memleaks in sinks check, which are only sometimes
11995 shown by running the tests under valgrind (weird?).
11997 2006-04-05 Jan Schmidt <thaytan@mad.scientist.com>
11999 * docs/version.entities.in:
12000 Fix the substituted entity name after thomas' changes on the
12003 2006-04-05 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12005 * gst/gstinfo.c: (__gst_in_valgrind): Use printf instead of
12008 2006-04-05 Andy Wingo <wingo@pobox.com>
12010 * gst/gstpad.c (gst_pad_set_blocked_async): More debug.
12012 * libs/gst/base/gstbasetransform.c
12013 (gst_base_transform_sink_eventfunc): When resetting our segment on
12014 FLUSH_STOP, also update the flag saying we haven't seen a
12017 2006-04-04 Tim-Philipp Müller <tim at centricular dot net>
12019 Patch by: Paolo Borelli <pborelli at katamail dot com>
12021 * gst/gstplugin.c: (gst_plugin_finalize), (gst_plugin_class_init),
12022 (gst_plugin_check_license):
12023 minor clean-ups: G_DEFINE_TYPE already takes care of the
12024 parent_class stuff, no need to do it twice. Mark array of
12025 license strings as constant. (#337103)
12027 2006-04-04 Michael Smith <msmith@fluendo.com>
12029 * tools/gst-inspect.c: (print_element_list):
12030 Free the right plugin list; fixes a memory leak.
12032 2006-04-04 Tim-Philipp Müller <tim at centricular dot net>
12034 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12036 * plugins/elements/gstfilesink.c: (gst_file_sink_render):
12037 Don't error out on empty buffers (#336945).
12039 2006-04-04 Jan Schmidt <thaytan@mad.scientist.com>
12041 * docs/libs/gstreamer-libs-sections.txt:
12042 * gst/gsttaglist.c:
12043 * libs/gst/base/gstbasesink.c:
12044 * libs/gst/base/gstbasesink.h:
12045 * libs/gst/base/gstbasesrc.c:
12046 * libs/gst/base/gstbasesrc.h:
12047 Documentation updates. Make BaseSink and BaseSrc docs contain the
12048 class structure so that people can actually see the prototypes for
12049 virtual functions they're supposed to be overriding.
12051 2006-04-04 Tim-Philipp Müller <tim at centricular dot net>
12053 * plugins/elements/gsttypefindelement.c:
12054 (gst_type_find_element_chain):
12055 More debug info; when skipping typefinding, send cached
12056 events in all cases.
12058 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
12061 use new AS_VERSION and AS_NANO macros
12062 * gst/gst-i18n-lib.h:
12065 * gst/gstversion.h.in:
12066 * win32/common/config.h:
12067 * win32/common/config.h.in:
12070 2006-03-31 Michael Smith <msmith@fluendo.com>
12072 * plugins/elements/gsttypefindelement.c:
12073 (gst_type_find_element_chain):
12074 Do not typefind content if the buffers already have caps.
12075 Neccesary for icydemux (#333657), and the right thing to do anyway.
12077 2006-03-30 Wim Taymans <wim@fluendo.com>
12079 * libs/gst/base/gstbasesink.c: (gst_base_sink_init),
12080 (gst_base_sink_finalize), (gst_base_sink_set_qos_enabled),
12081 (gst_base_sink_is_qos_enabled), (gst_base_sink_do_sync),
12082 (gst_base_sink_record_qos_observation),
12083 (gst_base_sink_perform_qos), (gst_base_sink_reset_qos),
12084 (gst_base_sink_is_too_late), (gst_base_sink_render_object),
12085 (gst_base_sink_change_state):
12086 More QoS measurements as described in the design doc.
12087 Get rid of ringbuffer with observations, running average is
12088 more simple and equally good.
12089 Calculates valid proportion now.
12090 Added beginning of flood measurement.
12092 2006-03-29 Wim Taymans <wim@fluendo.com>
12094 * docs/design/part-qos.txt:
12096 Small documentation updates and additions.
12098 2006-03-29 Wim Taymans <wim@fluendo.com>
12100 * libs/gst/base/gstbasesrc.c: (gst_base_src_finalize),
12101 (gst_base_src_send_event), (gst_base_src_loop),
12102 (gst_base_src_change_state):
12103 Perform the EOS logic when we reach the segment stop position.
12104 Fix compilation on gcc4.1
12106 2006-03-29 Wim Taymans <wim@fluendo.com>
12108 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
12110 * plugins/elements/gstqueue.c: (gst_queue_init),
12111 (gst_queue_locked_flush), (gst_queue_handle_sink_event),
12112 (gst_queue_set_property):
12113 * plugins/elements/gstqueue.h:
12114 In queue, when EOS is received, if minimum threshold > max_size -
12115 current_level, there is chance that queue blocks forever in conditional
12116 item del wait. This is because the queue is not emptied completely due
12117 to minimum threshold. Here is another approach. Instead of setting
12118 cur_levels to max in EOS, just zero all minimum threshold levels. This
12119 should make sure that queue gives out all data. When going to READY
12120 (stop) state, just reset the original minimum threshold levels.
12123 2006-03-29 Tim-Philipp Müller <tim at centricular dot net>
12125 * plugins/elements/gsttypefindelement.c: (stop_typefinding),
12126 (gst_type_find_element_handle_event),
12127 (gst_type_find_element_send_cached_events),
12128 (gst_type_find_element_change_state):
12129 * plugins/elements/gsttypefindelement.h:
12130 When typefinding is done in push mode, we should cache
12131 events we receive during typefinding instead of just
12132 dropping them (e.g. newsegment, custom events from
12133 dvdreadsrc etc.) and then send them out once we've
12134 determined the type of the stream (and decodebin
12135 has had a chance to plug in a decoder/demuxer).
12137 2006-03-27 Wim Taymans <wim@fluendo.com>
12139 * docs/design/part-qos.txt:
12142 2006-03-27 Wim Taymans <wim@fluendo.com>
12144 Inspired by a patch of: Lutz Mueller <lutz at topfrose dot de>
12146 * libs/gst/base/gstbasesrc.c: (gst_base_src_finalize),
12147 (gst_base_src_send_event), (gst_base_src_change_state):
12148 Handle element seek correctly when we are streaming.
12151 2006-03-24 Michael Smith <msmith@fluendo.com>
12153 * docs/faq/gst-uninstalled:
12154 Set up LD_LIBRARY_PATH to point at all the gstreamer libs. This will
12155 allow you to correctly run intalled applications built against old
12156 core, using plugins that require updated core (e.g. running
12157 installed totem against a full uninstalled gstreamer stack)
12159 2006-03-24 Stefan Kost <ensonic@users.sf.net>
12161 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_is_collected):
12164 2006-03-24 Wim Taymans <wim@fluendo.com>
12166 * docs/gst/gstreamer-sections.txt:
12167 Rearrange the order of the methods so that related methods
12168 are grouped together in sections.
12170 2006-03-24 Stefan Kost <ensonic@users.sf.net>
12172 * gst/gstelement.c:
12173 Little clarification in the docs
12175 2006-03-24 Stefan Kost <ensonic@users.sf.net>
12179 * plugins/elements/gstidentity.c:
12180 * plugins/elements/gstqueue.c:
12181 * plugins/elements/gsttee.c:
12182 * plugins/elements/gsttypefindelement.c:
12183 GST_ELEMENT_DETAILS formatting
12185 2006-03-24 Wim Taymans <wim@fluendo.com>
12187 * libs/gst/base/gstbasesink.h:
12188 Only add fields, not insert or we break ABI.
12190 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
12192 * win32/common/libgstbase.def:
12193 * win32/common/libgstreamer.def:
12194 Update, add recently added functions.
12196 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
12198 * docs/gst/gstreamer-sections.txt:
12199 * gst/gstutils.c: (gst_pad_query_peer_position),
12200 (gst_pad_query_peer_duration), (gst_pad_query_peer_convert):
12202 API: add some new utility functions:
12203 - gst_pad_query_peer_position()
12204 - gst_pad_query_peer_duration()
12205 - gst_pad_query_peer_convert()
12207 2006-03-23 Wim Taymans <wim@fluendo.com>
12209 * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
12210 (gst_base_sink_init), (gst_base_sink_finalize),
12211 (gst_base_sink_set_qos_enabled), (gst_base_sink_is_qos_enabled),
12212 (gst_base_sink_set_property), (gst_base_sink_get_property),
12213 (gst_base_sink_commit_state), (gst_base_sink_get_sync_times),
12214 (gst_base_sink_wait_clock), (gst_base_sink_do_sync),
12215 (gst_base_sink_add_qos_observation), (gst_base_sink_send_qos),
12216 (gst_base_sink_perform_qos), (gst_base_sink_reset_qos),
12217 (gst_base_sink_is_too_late), (gst_base_sink_render_object),
12218 (gst_base_sink_preroll_object), (gst_base_sink_event),
12219 (gst_base_sink_chain_unlocked), (gst_base_sink_get_position_last),
12220 (gst_base_sink_get_position_paused), (gst_base_sink_get_position),
12221 (gst_base_sink_query), (gst_base_sink_change_state):
12222 Decouple max-lateness and the fact that QoS messages are generated
12223 with a new property (qos).
12224 added API: GstBaseSink::async_play()
12225 Add vmethod so subclasses can be notified of ASYNC playing
12227 Collect timestamp start and stop to report better current
12228 position in EOS/PLAYING/PAUSED/READY/NULL.
12229 Refactor QoS/frame dropping and other measurements.
12230 API: GstBaseSrc::qos
12233 * libs/gst/base/gstbasesink.h:
12234 Added Private struct.
12235 API: gst_base_sink_set_qos_enabled()
12236 API: gst_base_sink_is_qos_enabled()
12238 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
12240 * gst/gstregistryxml.c: (gst_registry_xml_read_cache):
12241 If compiling against GLib-2.8 or newer, try to read the
12242 registry file using GMappedFile first before falling back
12243 to fopen() + fread() (#332151).
12245 2006-03-22 Wim Taymans <wim@fluendo.com>
12247 * gst/gstinfo.c: (gst_debug_set_active),
12248 (gst_debug_category_set_threshold):
12249 Disable debugging unless explicitly activated.
12252 2006-03-22 Wim Taymans <wim@fluendo.com>
12254 * gst/gstelement.c: (gst_element_set_locked_state),
12255 (gst_element_dispose):
12256 Cleanup the error case.
12258 * gst/gstobject.c: (gst_object_dispose):
12259 print a critical when some object was disposed with
12260 a parent, also revive the object since it might
12263 2006-03-22 Tim-Philipp Müller <tim at centricular dot net>
12265 * tools/gst-launch.1.in:
12268 2006-03-21 Thomas Vander Stichele <thomas at apestaart dot org>
12271 * tests/check/Makefile.am:
12272 disable some tests when we don't have a registry
12273 * tests/check/gst/gstutils.c: (gst_utils_suite):
12274 don't build the part that needs parsing
12276 2006-03-21 Thomas Vander Stichele <thomas at apestaart dot org>
12279 * tests/examples/Makefile.am:
12280 fix --disable-parse build
12282 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
12284 * tools/gst-feedback.1.in:
12285 Fix typo: s/feeback/feedback/ (#133494).
12287 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
12289 * tools/Makefile.am:
12290 * tools/gst-launch.1.in:
12291 Add FILES section and correct entry about GST_REGISTRY_PATH
12292 environment variable (#133495; #133494).
12294 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
12296 * tools/Makefile.am:
12297 * tools/gst-md5sum.1.in:
12298 * tools/gst-md5sum.c:
12299 Remove gst-md5sum and man page (the md5sink element
12300 required was removed ages ago)
12302 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
12304 * gst/gststructure.c: (gst_structure_id_set_value):
12305 Make sure that string fields in structures/taglists
12306 contain valid UTF-8 - we don't want to pass rubbish to
12307 applications because of a buggy plugin (cp. #334167).
12309 2006-03-21 Edward Hervey <edward@fluendo.com>
12311 * gst/gstbin.c: (gst_bin_dispose), (gst_bin_provide_clock_func),
12312 (gst_bin_handle_message_func):
12313 * gst/gstclock.c: (gst_clock_dispose), (gst_clock_set_master):
12314 * gst/gstelement.c: (gst_element_set_clock), (gst_element_dispose),
12315 (gst_element_set_bus_func):
12316 * gst/gstghostpad.c: (gst_proxy_pad_dispose):
12317 * gst/gstminiobject.c: (gst_value_set_mini_object),
12318 (gst_value_take_mini_object):
12319 * gst/gstpad.c: (gst_pad_set_pad_template):
12320 * gst/gstpipeline.c: (gst_pipeline_dispose),
12321 (gst_pipeline_use_clock), (gst_pipeline_auto_clock):
12322 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_pop),
12323 (gst_collect_pads_chain):
12324 * libs/gst/net/gstnettimeprovider.c:
12325 (gst_net_time_provider_set_property):
12326 Series of fixes for dereferenced pointers that gcc 4.1 complains about.
12327 It's in fact all issues with gst_*object_replace().
12329 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
12331 Patch by: Loïc Minier <lool + gnome at via dot ecp dot fr>
12333 * pkgconfig/gstreamer-check-uninstalled.pc.in:
12334 * pkgconfig/gstreamer-check.pc.in:
12335 Use @CHECK_LIBS@ here instead of hard-coding -lcheck (#334109).
12337 2006-03-21 Edward Hervey <edward@fluendo.com>
12341 * gst/gstmessage.h:
12342 gst_[buffer|event|message]_ref() macros are replaced by a static
12343 inline functions because gcc-4.1 will about if the return value
12345 * tests/check/gst/gstevent.c: (event_probe):
12346 gst_event_ref now has to be given a GstEvent* , fix check accordingly.
12348 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
12351 Add G_UNLIKELY to our boilerplate to optimise the 'already registered
12352 the type' case. (Closes: #335195 for now). In the future, when we
12353 depend on GLib 2.10, we could also intern the type name using
12354 g_intern_static_string()
12356 2006-03-20 Wim Taymans <wim@fluendo.com>
12358 * gst/gstbin.c: (gst_bin_handle_message_func),
12359 (bin_query_max_init), (bin_query_position_fold),
12360 (bin_query_position_done), (gst_bin_query):
12361 Position query should also take max of all streams.
12363 2006-03-20 Wim Taymans <wim@fluendo.com>
12365 * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
12366 (gst_fake_src_finalize):
12367 Fix leaks in fakesrc.
12369 * tests/check/pipelines/parse-launch.c: (GST_START_TEST):
12370 Fix leaks in the testcase.
12372 2006-03-19 Sebastien Moutte <sebastien@moutte.net>
12374 * gst/gst_private.h:
12375 add win32 specific import decoration(__declspec(dllimport))
12376 for all extern GstDebugCategory * variables
12377 * win32/common/libgstbase.def:
12378 * win32/common/libgstcontroller.def:
12379 * win32/common/libgstreamer.def:
12380 Add some exports, remove empty lines
12381 * win32/common/libgstdataprotocol.def:
12382 * win32/common/libgstdataprotocol.dsp:
12383 * win32/common/libgstnet.def:
12384 * win32/common/libgstnet.dsp:
12385 new project files and exportation files added
12387 2006-03-19 Wim Taymans <wim@fluendo.com>
12389 * tests/check/libs/basesrc.c: (eos_event_counter):
12390 Use proper return value for probe.
12392 2006-03-17 Wim Taymans <wim@fluendo.com>
12394 * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_alloc_buffer_full),
12396 Don't leak buffers, caps and pads on negotiation errors.
12398 2006-03-16 Stefan Kost <ensonic@users.sf.net>
12400 * docs/faq/cvs.xml:
12401 * docs/faq/dependencies.xml:
12402 * docs/faq/developing.xml:
12403 * docs/faq/faq.xml:
12404 * docs/faq/general.xml:
12405 * docs/faq/getting.xml:
12406 * docs/faq/legal.xml:
12407 * docs/faq/troubleshooting.xml:
12408 * docs/faq/using.xml:
12409 Faq review and update.
12411 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
12413 * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_alloc_buffer_full),
12415 Don't pound the cpu to pieces by checking get_caps when accept_caps
12416 is called with the same caps as the pad already has.
12417 Use GST_DEBUG_OBJECT when outputting caps change information.
12419 2006-03-15 Wim Taymans <wim@fluendo.com>
12421 * gst/gstclock.c: (gst_clock_class_init):
12424 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
12429 * gst/gstpad.c: (gst_pad_init), (gst_pad_acceptcaps_default),
12430 (gst_pad_accept_caps), (gst_pad_configure_sink),
12431 (gst_pad_configure_src), (gst_pad_chain), (gst_pad_push):
12432 Make the default acceptcaps behaviour be to check the requested
12433 caps against the gst_pad_get_caps output.
12435 Ensure that gst_pad_accept_caps is used to check caps when a pad
12436 doesn't have a setcaps function, so that pads automatically refuse
12437 caps that they don't allow in their pad template. (Fixes #332986)
12439 When a buffer with attached caps is pushed, ensure that the source
12440 pad receives those caps even if the element didn't call
12441 gst_pad_set_caps first.
12443 2006-03-15 Wim Taymans <wim@fluendo.com>
12445 * libs/gst/base/gstadapter.c:
12448 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
12450 * win32/common/libgstbase.def:
12451 * win32/common/libgstcontroller.def:
12452 * win32/common/libgstreamer.def:
12453 Add a whole bunch of missing functions (#334434).
12455 2006-03-14 Wim Taymans <wim@fluendo.com>
12457 * libs/gst/base/gstbasesink.c: (gst_base_sink_configure_segment),
12458 (gst_base_sink_get_sync_times), (gst_base_sink_wait_clock),
12459 (gst_base_sink_do_sync), (gst_base_sink_do_qos):
12460 Better debug info when we receive a segment event.
12461 Reorganize a bit so we can pass the get_times() results around.
12462 Use the segment format when calculating the running time.
12463 Don't do QoS is sync is disabled or we have no clock or the
12464 element does not want us to sync to the clock.
12465 Don't drop buffers if QoS is disabled for now.
12467 2006-03-14 Wim Taymans <wim@fluendo.com>
12469 * gst/gstclock.c: (gst_clock_class_init), (do_linear_regression):
12470 Marked the stats property as unimplemented so people don't get
12472 Add debug message when regression goes wrong.
12473 Added some more docs.
12475 2006-03-14 Wim Taymans <wim@fluendo.com>
12477 * gst/gstsegment.c: (gst_segment_to_stream_time):
12478 Return correct return type in case of errors.
12480 2006-03-14 Wim Taymans <wim@fluendo.com>
12482 * gst/gstformat.c: (gst_format_get_name), (gst_format_to_quark):
12483 Don't segfault on invalid formats.
12485 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
12487 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
12488 Can't use gst_segment_to_running_time() when the segment
12489 is not in GST_TIME_FORMAT (like with filesink, for example).
12490 Stops flac encoding pipelines from spewing critical warnings
12493 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
12495 * gst/gstpipeline.c: (gst_pipeline_class_init):
12496 Add 'Since: 0.10.5' to gtk-doc blurb for added property.
12498 * plugins/elements/gsttypefindelement.c:
12499 (gst_type_find_element_handle_event):
12500 Don't try to typefind empty streams.
12502 2006-03-14 Wim Taymans <wim@fluendo.com>
12504 * libs/gst/base/gstbasesink.c: (gst_base_sink_do_sync),
12505 (gst_base_sink_do_qos):
12506 Separate QoS calculation.
12507 Only drop buffers when lateness is bigger than the
12508 duration of the buffer.
12510 2006-03-13 Wim Taymans <wim@fluendo.com>
12512 * gst/gstpipeline.c: (gst_pipeline_set_property),
12513 (gst_pipeline_get_property), (do_pipeline_seek),
12514 (gst_pipeline_change_state), (gst_pipeline_set_delay),
12515 (gst_pipeline_get_delay):
12516 Don't deadlock when reading properties.
12518 2006-03-13 Wim Taymans <wim@fluendo.com>
12520 * libs/gst/base/gstbasetransform.c:
12521 (gst_base_transform_class_init), (gst_base_transform_init),
12522 (gst_base_transform_sink_event),
12523 (gst_base_transform_sink_eventfunc),
12524 (gst_base_transform_src_event), (gst_base_transform_src_eventfunc),
12525 (gst_base_transform_handle_buffer), (gst_base_transform_chain),
12526 (gst_base_transform_set_property),
12527 (gst_base_transform_get_property),
12528 (gst_base_transform_change_state), (gst_base_transform_update_qos),
12529 (gst_base_transform_set_qos_enabled),
12530 (gst_base_transform_is_qos_enabled):
12531 * libs/gst/base/gstbasetransform.h:
12532 Make basetransform virtual method for src events too.
12533 Handle QOS in basetransform.
12534 API: gst_base_transform_update_qos()
12535 API: gst_base_transform_set_qos_enabled()
12536 API: gst_base_transform_is_qos_enabled()
12538 2006-03-13 Wim Taymans <wim@fluendo.com>
12540 * libs/gst/base/gstbasesink.c: (gst_base_sink_init),
12541 (gst_base_sink_do_sync):
12543 Use QOS debug category.
12545 2006-03-13 Wim Taymans <wim@fluendo.com>
12547 * plugins/elements/gstqueue.c:
12548 Very small doc update.
12550 2006-03-13 Wim Taymans <wim@fluendo.com>
12552 * gst/gst_private.h:
12553 * gst/gstinfo.c: (_gst_debug_init):
12554 Added QOS debug category
12556 2006-03-13 Wim Taymans <wim@fluendo.com>
12558 * docs/gst/gstreamer-sections.txt:
12559 * gst/gstbin.c: (bin_bus_handler), (gst_bin_handle_message_func):
12561 * gst/gstbus.c: (gst_bus_class_init):
12564 * gst/gstelement.c: (gst_element_set_locked_state):
12565 * gst/gstsegment.c:
12566 Documentation updates.
12568 * gst/gstpipeline.c: (gst_pipeline_get_type),
12569 (gst_pipeline_class_init), (gst_pipeline_init),
12570 (gst_pipeline_dispose), (gst_pipeline_set_property),
12571 (gst_pipeline_get_property), (do_pipeline_seek),
12572 (gst_pipeline_send_event), (gst_pipeline_change_state),
12573 (gst_pipeline_provide_clock_func), (gst_pipeline_set_delay),
12574 (gst_pipeline_get_delay):
12575 * gst/gstpipeline.h:
12576 Added methods for setting the delay.
12577 API: gst_pipeline_set_delay()
12578 API: gst_pipeline_get_delay()
12579 Add pipeline debug category
12582 Don't reset stream time when seek failed.
12584 2006-03-13 Wim Taymans <wim@fluendo.com>
12586 * docs/design/draft-klass.txt:
12587 * docs/design/part-clocks.txt:
12588 * docs/design/part-events.txt:
12589 * docs/design/part-gstbin.txt:
12590 * docs/design/part-gstpipeline.txt:
12591 * docs/design/part-messages.txt:
12592 * docs/design/part-negotiation.txt:
12593 * docs/design/part-overview.txt:
12594 * docs/design/part-preroll.txt:
12595 * docs/design/part-seeking.txt:
12596 * docs/design/part-states.txt:
12597 * docs/design/part-streams.txt:
12598 Documentation updates.
12600 2006-03-12 Julien MOUTTE <julien@moutte.net>
12602 * gst/gsttaglist.c: Fix rubbish docs that are encouraging
12603 us to leak strings...
12605 2006-03-12 Thomas Vander Stichele <thomas at apestaart dot org>
12607 * libs/gst/net/gstnettimeprovider.c:
12609 * win32/common/config.h:
12612 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
12614 Patch by: Julio M. Merino Vidal <jmmv at netbsd org>
12617 Don't check for libgnomeui (leftover from old examples
12618 that aren't built or disted any longer) (#334303).
12620 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
12622 * plugins/elements/gstfdsink.c: (gst_fd_sink_render):
12623 * plugins/elements/gstfilesink.c: (gst_file_sink_render):
12624 Emit RESOURCE_NO_SPACE_LEFT error here as well when
12625 there's no space left on the device.
12627 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
12630 Fix GST_CLOCK_TIME_IS_VALID signedness issues - we need
12631 to cast the input to GstClockTime before comparing with
12632 another GstClockTime value.
12634 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
12639 === release 0.10.4 ===
12641 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
12644 releasing 0.10.4, "Light"
12646 2006-03-10 Michael Smith <msmith@fluendo.com>
12648 * libs/gst/dataprotocol/dataprotocol.c:
12649 Fix docs for dataprocotol to not get the return types completely
12650 wrong for a few functions.
12652 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
12654 * docs/gst/gstreamer-sections.txt:
12655 * gst/gstpipeline.c: (gst_pipeline_class_init),
12656 (gst_pipeline_init), (gst_pipeline_set_property),
12657 (gst_pipeline_get_property), (gst_pipeline_change_state),
12658 (gst_pipeline_set_auto_flush_bus),
12659 (gst_pipeline_get_auto_flush_bus):
12660 * gst/gstpipeline.h:
12661 Add new API: gst_pipeline_set_auto_flush_bus() and
12662 gst_pipeline_get_auto_flush_bus() to disable automatic
12663 flushing of the pipeline's GstBus when going from READY
12664 to NULL state (#332045).
12666 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
12668 * docs/gst/gstreamer-sections.txt:
12669 * gst/gsturi.c: (gst_uri_has_protocol):
12671 Add new API: gst_uri_has_protocol() (#333779).
12673 2006-03-09 Wim Taymans <wim@fluendo.com>
12675 * gst/gstclock.c: (gst_clock_entry_new),
12676 (gst_clock_id_compare_func), (gst_clock_id_wait),
12677 (gst_clock_id_wait_async), (gst_clock_id_unschedule),
12678 (gst_clock_init), (gst_clock_get_internal_time),
12679 (gst_clock_set_master), (do_linear_regression),
12680 (gst_clock_add_observation), (gst_clock_set_property):
12684 Fix a possible segfault when the window-size is made smaller.
12685 Calculate jitter before performing the clock wait. Ideally
12686 the clock implementation should calculate jitter but we need
12687 API breakage for that.
12689 * gst/gstsystemclock.c: (gst_system_clock_init):
12692 * libs/gst/base/gstbasesink.c: (gst_base_sink_do_sync):
12693 Remove leftover else
12695 * tests/check/gst/gstsystemclock.c: (GST_START_TEST),
12696 (gst_systemclock_suite):
12697 Added check to test GST_CLOCK_DIFF.
12699 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
12701 * libs/gst/base/gsttypefindhelper.c: (helper_find_get_length),
12702 (gst_type_find_helper_get_range):
12703 If we are provided with the size, we should implement
12704 GstTypeFind::get_length, so that typefind functions who
12705 want to can actually peek at the middle of a file.
12707 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
12709 * docs/manual/advanced-dataaccess.xml:
12710 Add some very very basic error checking.
12712 * docs/pwg/appendix-checklist.xml:
12713 Some updates to the list of things to check when writing an element.
12715 2006-03-08 Wim Taymans <wim@fluendo.com>
12717 * docs/design/part-element-transform.txt:
12718 Added some docs about the design of tranform elements.
12720 * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek),
12721 (gst_base_src_loop), (gst_base_src_change_state):
12722 Mark buffers with the DISCONT flag.
12724 2006-03-08 Michael Smith <msmith@fluendo.com>
12726 * gst/gstregistry.h:
12727 * gst/gstregistryxml.c: (gst_registry_save),
12728 (gst_registry_save_escaped), (gst_registry_xml_save_caps),
12729 (gst_registry_xml_save_pad_template),
12730 (gst_registry_xml_save_feature), (gst_registry_xml_save_plugin),
12731 (gst_registry_xml_write_cache):
12732 Rewrite registry-saving to avoid race conditions and check for
12735 2006-03-08 Wim Taymans <wim@fluendo.com>
12737 * libs/gst/base/gstbasetransform.c:
12738 (gst_base_transform_transform_caps),
12739 (gst_base_transform_transform_size),
12740 (gst_base_transform_prepare_output_buffer),
12741 (gst_base_transform_get_unit_size),
12742 (gst_base_transform_buffer_alloc),
12743 (gst_base_transform_handle_buffer),
12744 (gst_base_transform_change_state):
12745 Cleanups, separate normal flow from errors, add sensible
12747 Don't try to renegotiate when allocating an output buffer.
12748 Also copy DISCONT buffer flag when copying a buffer.
12749 Reset the transform after we finish streaming, not during.
12751 2006-03-08 Wim Taymans <wim@fluendo.com>
12753 * libs/gst/base/gstbasesink.c: (gst_base_sink_do_sync):
12754 Use last buffer timestamp in qos message.
12756 2006-03-07 Wim Taymans <wim@fluendo.com>
12758 Patch by: Christophe Fergeau
12760 * docs/pwg/advanced-tagging.xml:
12761 * docs/pwg/building-pads.xml:
12764 2006-03-07 Wim Taymans <wim@fluendo.com>
12766 * docs/libs/gstreamer-libs-sections.txt:
12767 Added basesink new methods.
12771 Docs updates. Flesh out the QoS docs.
12773 * libs/gst/base/gstadapter.c:
12774 Small doc clarification about ownership and flushing.
12776 * libs/gst/base/gstbasesink.c: (gst_base_sink_set_sync),
12777 (gst_base_sink_get_sync), (gst_base_sink_set_max_lateness),
12778 (gst_base_sink_get_max_lateness), (gst_base_sink_set_property),
12779 (gst_base_sink_get_property), (gst_base_sink_do_sync):
12780 * libs/gst/base/gstbasesink.h:
12782 Added new methods to allow subclass to control max-lateness
12784 Generate very basic QoS events based on last sync observation.
12785 Updated docs, fix typo, added some QoS blurb.
12787 * libs/gst/base/gstbasesrc.c:
12788 Remove obsolete _get_state() calls from docs.
12790 2006-03-07 Wim Taymans <wim@fluendo.com>
12792 * docs/libs/gstreamer-libs-sections.txt:
12793 * libs/gst/base/gstbasetransform.h:
12794 API addition: Fix #333669, Add pad accessor defines for GstBaseTransform
12795 Fix docs for GstBaseSrc.
12797 2006-03-07 Wim Taymans <wim@fluendo.com>
12799 * docs/gst/gstreamer-sections.txt:
12802 * libs/gst/base/gstbasetransform.h:
12803 Small documentation fixes.
12805 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
12808 Document thread-unsafety of gst_value_register_foo_func()
12809 when used at the same time as gst_value_foo() (#322628).
12811 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
12813 * libs/gst/base/gstpushsrc.c: (gst_push_src_class_init),
12814 (gst_push_src_check_get_range):
12815 Push sources don't support pull mode by default.
12817 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
12819 * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
12820 (gst_base_src_init), (gst_base_src_pad_check_get_range),
12821 (gst_base_src_default_check_get_range):
12822 * libs/gst/base/gstbasesrc.h:
12823 API addition: Add ::check_get_range() vfunc to GstBaseSrc (#332611),
12824 provide default implementation, and rename
12825 gst_base_src_check_get_range() to
12826 gst_base_src_pad_check_get_range() for clarity.
12828 2006-03-06 Wim Taymans <wim@fluendo.com>
12830 * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init):
12831 Make property overridable.
12833 2006-03-06 Wim Taymans <wim@fluendo.com>
12835 * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
12836 (gst_base_sink_init), (gst_base_sink_set_property),
12837 (gst_base_sink_get_property), (gst_base_sink_do_sync):
12838 * libs/gst/base/gstbasesink.h:
12839 API addition: Make max-lateness a property.
12841 2006-03-06 Wim Taymans <wim@fluendo.com>
12843 * libs/gst/base/gstbasesink.c: (gst_base_sink_wait_clock),
12844 (gst_base_sink_do_sync), (gst_base_sink_render_object):
12845 Don't ever draw a frame that is >10ms late.
12847 2006-03-06 Michael Smith <msmith@fluendo.com>
12849 * gst/gstmessage.c: (_gst_message_copy):
12850 When copying a message, set the parent_refcount of the enclosed
12851 structure to point at the copy, not the original message.
12853 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
12855 Patch by: Christophe Fergeau
12858 Do proper cast here to make GST_BOILERPLATE_WITH_INTERFACE
12859 usable in c++ code (#333417)
12861 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
12864 Show GST_CLOCK_TIME_NONE as 99:99:99.999999999
12866 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
12868 * libs/gst/base/gstbasetransform.c:
12869 (gst_base_transform_transform_caps):
12870 Make sure caps are writable before passing them to
12873 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
12876 Fix some minor docs errors.
12878 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
12880 Patch by: Ross Burton <ross at burtonini dot com>
12882 * gst/gsterror.c: (_gst_resource_errors_init):
12884 Add GST_RESOURCE_ERROR_NO_SPACE_LEFT (for #333352;
12886 2006-03-03 Jan Schmidt <thaytan@mad.scientist.com>
12889 Add a check and output a g_warning when GStreamer is built
12890 against GLib 2.6 but running against 2.8 or higher, and vice
12891 versa. (Closes: #323542)
12893 2006-03-03 Jan Schmidt <thaytan@mad.scientist.com>
12895 * gst/parse/parse.l:
12896 Commit patch for parse_launch syntax from #331255. Removes
12897 support for quoted strings and mimetypes when writing filtered
12898 caps. See the bug report for more details - I'm pretty sure this
12899 obscure feature is not in use by _anyone_ anywhere.
12901 With this simple change, the size of the gstreamer.so here
12902 drops from 2193KB to 1565KB.
12904 2006-03-03 Tim-Philipp Müller <tim at centricular dot net>
12906 * plugins/elements/gsttypefindelement.h:
12907 * plugins/elements/gsttypefindelement.c:
12908 (gst_type_find_element_src_event), (start_typefinding),
12909 (stop_typefinding), (gst_type_find_element_handle_event),
12910 (gst_type_find_element_chain),
12911 (gst_type_find_element_chain_do_typefinding):
12912 Use gst_type_find_helper_for_buffer() for chain-based
12915 2006-03-03 Tim-Philipp Müller <tim at centricular dot net>
12917 * plugins/elements/gsttypefindelement.c:
12918 (gst_type_find_element_class_init),
12919 (gst_type_find_element_set_property),
12920 (gst_type_find_element_get_property):
12921 Deprecate "maximum" property (not only was it only taken into
12922 account for typefinding in push-mode anyway, it also was never
12923 actually possible to set it in the first place because the
12924 property was registered with the numeric property ID for the
12925 "minimum" property). Register "maximum" property correctly,
12926 for the sake of future copy'n'pasters. Remove some cruft
12927 from property get/set functions.
12929 2006-03-03 Tim-Philipp Müller <tim at centricular dot net>
12931 * plugins/elements/gsttypefindelement.c:
12932 (gst_type_find_element_activate):
12933 Use gst_type_find_helper_get_range() here, so we
12934 can honour the "minimum" property and also emit
12935 the signal with the correct probability of the found caps.
12937 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
12939 * docs/libs/gstreamer-libs-sections.txt:
12940 * libs/gst/base/gsttypefindhelper.c: (helper_find_peek),
12941 (helper_find_suggest), (gst_type_find_helper_get_range),
12942 (gst_type_find_helper):
12943 * libs/gst/base/gsttypefindhelper.h:
12944 New API: gst_type_find_helper_get_range() (#333042).
12946 2006-03-02 Michael Smith <msmith@fluendo.com>
12948 * gst/gstregistryxml.c: (load_feature):
12949 Asserting on a failure to read part of the registry is Not Cool.
12950 Just log a warning and return NULL (which is already handled)
12952 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
12954 * win32/common/libgstbase.def:
12955 added export of gst_type_find_helper_for_buffer
12956 * win32/common/libgstbase.def:
12957 added some exports : gst_bin_iterate_elements, gst_iterator_resync,
12958 gst_ghost_pad_get_target
12960 2006-02-28 Wim Taymans <wim@fluendo.com>
12962 * docs/design/draft-klass.txt:
12964 Added Connector to mark elements that are only used to
12965 allow pipeline connections.
12966 Moved Debug to extra feature since most of them are
12967 functionally something else.
12969 2006-02-28 Wim Taymans <wim@fluendo.com>
12971 * docs/design/draft-klass.txt:
12972 Some updates and clarifications.
12974 2006-02-28 Wim Taymans <wim@fluendo.com>
12976 * docs/design/draft-klass.txt:
12977 Proposal for klass field values.
12979 * docs/design/part-streams.txt:
12980 Start of a doc describing stream anatomy.
12982 2006-02-28 Wim Taymans <wim@fluendo.com>
12984 * gst/gstbin.c: (gst_bin_get_type), (gst_bin_handle_message_func):
12985 Help the compiler a bit with type registration.
12986 Use existing forward cod path instead of duplicating it when
12987 handling a message.
12989 * gst/gstbus.c: (gst_bus_get_type):
12990 * gst/gstcaps.c: (gst_caps_get_type), (gst_static_caps_get_type):
12991 * gst/gstchildproxy.c: (gst_child_proxy_get_type):
12992 * gst/gstclock.c: (gst_clock_get_type):
12993 * gst/gstelement.c: (gst_element_get_type),
12994 * gst/gstelementfactory.c: (gst_element_factory_get_type):
12995 * gst/gstindexfactory.c: (gst_index_factory_get_type):
12996 * gst/gstminiobject.c: (gst_mini_object_get_type):
12997 * gst/gstpad.c: (gst_pad_get_type):
12998 * gst/gstsegment.c: (gst_segment_get_type):
12999 * gst/gststructure.c: (gst_structure_get_type):
13000 * gst/gstsystemclock.c: (gst_system_clock_get_type):
13001 * gst/gsttask.c: (gst_task_get_type), (gst_task_join):
13003 Help compiler with type registration.
13005 * plugins/elements/gstqueue.c: (gst_queue_handle_sink_event):
13008 2006-02-27 Tim-Philipp Müller <tim at centricular dot net>
13010 * plugins/elements/gsttypefindelement.c:
13011 (gst_type_find_element_handle_event):
13012 When we get an EOS event and have not found a type yet
13013 (most likely because we had not yet accumulated
13014 TYPE_FIND_MIN_SIZE of data yet), try to determine the
13015 type given the data we have so far. Fixes typefinding
13016 for very short streams again, most notably quicktime
13017 redirections as used on Apple's trailer site (#331701).
13019 2006-02-27 Tim-Philipp Müller <tim at centricular dot net>
13021 * libs/gst/base/gsttypefindhelper.c: (type_find_factory_rank_cmp),
13022 (gst_type_find_helper):
13023 Try typefinding factories with the highest rank first.
13025 2006-02-27 Tim-Philipp Müller <tim at centricular dot net>
13027 * docs/libs/gstreamer-libs-docs.sgml:
13028 * docs/libs/gstreamer-libs-sections.txt:
13029 * libs/gst/base/gsttypefindhelper.c:
13030 Add section for typefind helper and add documentation
13031 for the old and the new function.
13033 2006-02-27 Tim-Philipp Müller <tim at centricular dot net>
13035 * libs/gst/base/gsttypefindhelper.c: (buf_helper_find_peek),
13036 (buf_helper_find_suggest), (type_find_factory_rank_cmp),
13037 (gst_type_find_helper_for_buffer):
13038 * libs/gst/base/gsttypefindhelper.h:
13039 New API: gst_type_find_helper_for_buffer() (#332723).
13041 2006-02-27 Michael Smith <msmith@fluendo.com>
13043 Patch by: Loïc Minier
13046 * docs/Makefile.am:
13047 * docs/slides/Makefile.am:
13048 prevent CVS directories getting disted.
13050 2006-02-27 Tim-Philipp Müller <tim at centricular dot net>
13052 * gst/gstcaps.c: (gst_caps_ref), (gst_caps_unref):
13053 Use the REFCOUNTING category for caps refcounting.
13055 2006-02-26 Tim-Philipp Müller <tim at centricular dot net>
13057 * plugins/elements/gsttypefindelement.c: (stop_typefinding):
13058 This should be 0 not GST_CLOCK_TIME_NONE (see #331701).
13060 2006-02-26 Tim-Philipp Müller <tim at centricular dot net>
13062 * plugins/elements/gsttypefindelement.c:
13063 (gst_type_find_element_activate):
13064 Use gst_pad_check_pull_range() before _activate_pull()
13065 to avoid unnecessary open/close (see #331690).
13067 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
13070 Docs enhancement: make it crystal clear what the
13071 gst_pad_add_*_probe() callbacks should look like.
13073 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
13075 * libs/gst/base/gstbasesrc.c:
13076 Document how applications can stop recording from
13077 live sources (see #330996).
13079 2006-02-23 Tim-Philipp Müller <tim at centricular dot net>
13081 * tests/check/Makefile.am:
13082 * tests/check/libs/basesrc.c: (eos_event_counter),
13083 (basesrc_eos_events_pull), (basesrc_eos_events_push),
13084 (basesrc_eos_events_push_live_op), (basesrc_eos_events_pull_live_op),
13085 (gst_basesrc_suite), (main):
13086 ... and add some tests for the base source EOS stuff.
13088 2006-02-23 Tim-Philipp Müller <tim at centricular dot net>
13090 * tests/check/gst/gstutils.c: (test_buffer_probe_n_times):
13091 Test case originally showed the problem fixed below,
13092 but was then amended. Add checks back at the place
13093 where they used to be.
13095 2006-02-23 Tim-Philipp Müller <tim at centricular dot net>
13097 * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
13098 (gst_base_src_init), (gst_base_src_loop),
13099 (gst_base_src_activate_push), (gst_base_src_activate_pull),
13100 (gst_base_src_change_state):
13101 * libs/gst/base/gstbasesrc.h:
13102 Don't unconditionally send EOS when going from PAUSED to
13103 READY state, esp. make sure we don't send two EOS events
13104 in some cases (e.g. one when reaching EOS and one when
13105 going from PAUSED to READY). Also, we don't want to send
13106 EOS events when operating in pull mode. However, we do
13107 want to send an EOS event when shutting down a live
13108 source explicitly, for example (fixes #330996).
13110 2006-02-23 Tim-Philipp Müller <tim at centricular dot net>
13112 * plugins/elements/gstfilesrc.c: (gst_file_src_create_read):
13113 Update src->read_position after a seek when not using mmap.
13114 Fixes #332277, patch by: Renchi Raju <renchi gmail com>
13116 2006-02-21 Jan Schmidt <thaytan@mad.scientist.com>
13122 Make things work with --disable-parse as they do with
13123 --disable-load-save - the symbols involved disappear, but the
13124 header is still installed and GST_DISABLE_PARSE is included via
13127 2006-02-20 Julien MOUTTE <julien@moutte.net>
13129 * libs/gst/base/gstbasetransform.c:
13130 (gst_base_transform_change_state): Fix a stupid bug. I was
13131 sure I compiled that.
13133 2006-02-20 Julien MOUTTE <julien@moutte.net>
13135 * gst/gstpad.c: (gst_pad_set_blocked_async):
13136 * gst/gstutils.c: (gst_pad_add_data_probe),
13137 (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
13138 (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
13139 (gst_pad_remove_buffer_probe): Make those function act on the
13140 ghostpad target when it's a ghostpad. (Closes #331727)
13142 2006-02-20 Julien MOUTTE <julien@moutte.net>
13144 * libs/gst/base/gstbasetransform.c:
13145 (gst_base_transform_change_state): Make basetransform reusable.
13148 2006-02-20 Jan Schmidt <thaytan@mad.scientist.com>
13150 * docs/random/release:
13151 Move the current documentation of how to do a release to the top
13154 * gst/gstbin.c: (gst_bin_class_init),
13155 (gst_bin_handle_message_func):
13156 Allow multiple state-recalculation threads. (Closes #328873)
13158 2006-02-19 Julien MOUTTE <julien@moutte.net>
13160 * gst/gstinfo.h: Add GST_STR_NULL to the second string.
13161 * gst/gstpad.c: (gst_pad_set_event_function),
13162 (gst_pad_set_query_function), (gst_pad_set_query_type_function),
13163 (gst_pad_set_getcaps_function): GST_DEBUG_PAD_NAME evaluates to
13164 2 strings. You can't use the STR_NULL macro on that.
13166 2006-02-19 Sebastien Moutte <sebastien@moutte.net>
13168 * gst/gstpad.c: (gst_pad_set_event_function),
13169 (gst_pad_set_query_function), (gst_pad_set_query_type_function),
13170 (gst_pad_set_getcaps_function)
13171 * gst/parse/grammar.y: (gst_parse_found_pad), (gst_parse_perform_delayed_link)
13172 Fixed NULL pointer used in GST_CAT_DEBUG using GST_STR_NULL macro
13173 So now, we can use --gst-debug-level=5 on Windows
13174 * win32/common/libgstcontroller.def:
13175 Added export of gst_controller_init
13176 * win32/vs6/libgstcontroller.dsp:
13177 Fixed Release post build configuration
13179 2006-02-17 Wim Taymans <wim@fluendo.com>
13181 * tests/check/gst/gstquery.c: (GST_START_TEST):
13182 Added another check.
13184 2006-02-15 Tim-Philipp Müller <tim at centricular dot net>
13186 * plugins/elements/gsttypefindelement.c: (find_peek):
13187 We can do peeks at non-zero offsets, as long as they
13188 fall within the buffer we have.
13190 2006-02-15 Jan Schmidt <thaytan@mad.scientist.com>
13192 * tests/check/Makefile.am:
13193 * tests/check/pipelines/parse-launch.c: (setup_pipeline),
13194 (expected_fail_pipe), (check_pipeline_runs), (GST_START_TEST),
13195 (parse_suite), (main):
13196 Add testsuite for parse launch syntax
13198 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
13200 * plugins/elements/gsttypefindelement.c:
13201 (gst_type_find_element_chain):
13202 When typefinding is unsuccessful in the chain function, don't
13203 error out immediately. Only error out with NO_CAPS_FOUND if
13204 the amount of data is at least MAX_TYPEFIND_SIZE bytes,
13205 otherwise simply wait for more data so we can try typefinding
13206 again with more data later. Also, don't attempt to typefind
13207 if we have less than MIN_TYPEFIND_SIZE data available. Overall,
13208 this should improve typefinding from network sources where the
13209 size of the first buffer can be somewhat random.
13211 2006-02-14 Wim Taymans <wim@fluendo.com>
13213 * docs/gst/gstreamer-sections.txt:
13214 * gst/gstpadtemplate.c:
13215 * gst/gstpadtemplate.h:
13216 Fix padtemplate docs, fixes #328805.
13218 2006-02-14 Wim Taymans <wim@fluendo.com>
13220 * tools/gst-launch.c: (main):
13221 NO_PREROLL is not an ERROR so don't send confusing messages
13224 2006-02-14 Wim Taymans <wim@fluendo.com>
13226 Patch by: Torsten Schoenfeld
13228 * gst/gstregistry.c: (gst_registry_get_default),
13229 (_gst_registry_cleanup):
13230 Protect default registry with lock and ref/sink it.
13233 2006-02-14 Wim Taymans <wim@fluendo.com>
13236 * gst/gstquery.c: (gst_query_list_add_format),
13237 (gst_query_set_formatsv), (gst_query_parse_formats_length),
13238 (gst_query_parse_formats_nth):
13239 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
13242 2006-02-14 Wim Taymans <wim@fluendo.com>
13244 * docs/gst/gstreamer-sections.txt:
13245 Reworked query docs.
13247 * gst/gstquery.c: (gst_query_new_formats),
13248 (gst_query_list_add_format), (gst_query_set_formats),
13249 (gst_query_set_formatsv), (gst_query_parse_formats_length),
13250 (gst_query_parse_formats_nth):
13252 Flesh out formats query, added some new methods.
13253 Fix part of #324398.
13255 * tests/check/gst/gstquery.c: (GST_START_TEST), (gstquery_suite):
13256 Added query creation tests.
13258 2006-02-14 Jan Schmidt <thaytan@mad.scientist.com>
13260 * gst/gstpad.c: (fixate_value):
13261 Add a default fixation for fraction lists.
13263 2006-02-13 Wim Taymans <wim@fluendo.com>
13265 * gst/gsttask.c: (gst_task_init), (gst_task_func),
13266 (gst_task_set_lock), (gst_task_start), (gst_task_pause),
13269 Detect and warn for obvious deadlocks. fixes #320340
13270 Fix error case where lock was not released.
13272 * tests/check/Makefile.am:
13273 * tests/check/gst/gsttask.c: (task_func2), (GST_START_TEST),
13274 (task_func), (gst_element_suite), (main):
13277 2006-02-13 Wim Taymans <wim@fluendo.com>
13279 * docs/gst/gstreamer-sections.txt:
13281 Add new functions to docs.
13283 2006-02-13 Wim Taymans <wim@fluendo.com>
13285 * docs/design/part-TODO.txt:
13286 Updated TODO list, basesrc supports seeking to non-bytes
13289 * docs/design/part-element-sink.txt:
13292 * gst/gstbin.c: (bin_replace_message),
13293 (gst_bin_handle_message_func):
13294 * gst/gstbus.c: (gst_bus_post), (gst_bus_pop):
13295 * gst/gstevent.c: (gst_event_finalize):
13296 * gst/gstpad.c: (gst_pad_event_default_dispatch),
13297 (gst_pad_send_event):
13298 Use shiny new _TYPE_NAME macros.
13300 * libs/gst/base/gstbasesrc.c: (gst_base_src_get_range):
13301 Move debug statement up.
13303 * gst/gstelement.c: (gst_element_set_locked_state):
13304 Add some debugging.
13306 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
13308 * docs/gst/gstreamer-sections.txt:
13309 * gst/gstmessage.h:
13311 New API: add GST_MESSAGE_TYPE_NAME and GST_QUERY_TYPE_NAME
13312 macros (#330906). Also, document the already existing
13313 GST_QUERY_TYPE macro.
13315 2006-02-13 Wim Taymans <wim@fluendo.com>
13317 * tests/check/gst/gstutils.c: (data_probe), (buffer_probe),
13318 (event_probe), (GST_START_TEST):
13319 Only events up to the pipeline EOS are counted, there are
13320 some more when going to NULL currently which we don't care
13323 2006-02-13 Wim Taymans <wim@fluendo.com>
13325 * gst/gstpad.c: (gst_pad_send_event):
13326 Correctly check flushing and emit probes. fixes #330125
13328 2006-02-10 Andy Wingo <wingo@pobox.com>
13330 * gst/gstbus.c (gst_bus_class_init): Declare our private data
13332 (gst_bus_init): Cache the location of the private data in the
13333 instance structure.
13334 (gst_bus_enable_sync_message_emission)
13335 (gst_bus_disable_sync_message_emission): Implement new public
13337 (gst_bus_post): Emit the sync-message signal if the user asked for
13340 * gst/gstbus.h (GstBus): Use a padding pointer to cache the
13341 location of the bus-private structure.
13342 (gst_bus_enable_sync_message_emission)
13343 (gst_bus_disable_sync_message_emission): API addition
13345 2006-02-10 Jan Schmidt <thaytan@mad.scientist.com>
13347 Patch by: Vincent Torri
13349 * docs/pwg/building-boiler.xml:
13350 PWG patch from #326800
13352 2006-02-09 Tim-Philipp Müller <tim at centricular dot net>
13355 * docs/Makefile.am:
13356 * docs/design/Makefile.am:
13359 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
13364 === release 0.10.3 ===
13366 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
13369 releasing 0.10.3, "Like a virgin"
13371 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
13374 2nd prerelease of 0.10.3
13375 Bump libtool versioning.
13377 2006-02-07 Andy Wingo <wingo@pobox.com>
13379 * libs/gst/base/gstcollectpads.c (gst_collect_pads_chain): Only
13380 update last_stop if we're in TIME format and the timestamp is
13383 * libs/gst/base/gstcollectpads.c (gst_collect_pads_event)
13384 * libs/gst/base/gstbasetransform.c (gst_base_transform_eventfunc):
13385 * libs/gst/base/gstbasesink.c (gst_base_sink_configure_segment):
13386 If we get a new newsegment with a different format, adapt
13389 * gst/gstclock.c (gst_clock_set_calibration): Accept a numerator
13390 of 0. Not a problem, really.
13392 * libs/gst/base/gstbasesink.c (gst_base_sink_chain_unlocked): Only
13395 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
13400 2006-02-06 Sebastien Moutte <sebastien@moutte.net>
13403 project files updated to the default vs7 configuration
13404 * win32/common/libgstbase.def:
13405 * win32/common/libgstreamer.def:
13407 removed empty lines,
13408 sorted all exported symbols alphabetically
13409 * win32/common/dirent.c:
13410 * win32/common/dirent.h:
13411 * win32/common/gchar.h:
13412 use windows line end.
13414 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
13416 * libs/gst/base/gstbasesrc.c: (gst_base_src_change_state):
13417 Send EOS event when stopping.
13419 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
13422 Tell folks what to do if the plugin-foobar.xml file
13423 hasn't been generated for a newly-added plugin.
13425 2006-02-05 Julien MOUTTE <julien@moutte.net>
13427 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize),
13428 (gst_collect_pads_add_pad), (gst_collect_pads_remove_pad),
13429 (gst_collect_pads_start), (gst_collect_pads_stop),
13430 (gst_collect_pads_event): Collectpads now holds a reference
13431 to the GstPad that was added. Indeed we don't want to look
13432 at pads that might just go away with no warning...
13434 2006-02-05 Julien MOUTTE <julien@moutte.net>
13436 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_add_pad),
13437 (gst_collect_pads_start), (gst_collect_pads_stop),
13438 (gst_collect_pads_event), (gst_collect_pads_chain):
13439 * libs/gst/base/gstcollectpads.h: Handle flush. Adapted from
13440 Mark Nauwelaerts's patch on bug #328491.
13442 2006-02-04 Tim-Philipp Müller <tim at centricular dot net>
13444 * tests/check/gst/gstutils.c: (test_parse_bin_from_description),
13446 Add some simple tests for gst_parse_bin_from_description() and
13447 gst_bin_find_unconnected_pad() (#329069).
13449 2006-02-04 Tim-Philipp Müller <tim at centricular dot net>
13451 * tools/gst-launch.c: (event_loop), (main):
13452 Catch errors during preroll (#320084).
13454 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
13456 * plugins/elements/gsttypefindelement.c:
13457 (gst_type_find_element_activate):
13458 Post TYPE_NOT_FOUND error message when typefinding
13459 is unsuccessful in the activate function as well.
13461 2006-02-02 Wim Taymans <wim@fluendo.com>
13463 * docs/design/part-element-sink.txt:
13466 2006-02-02 Wim Taymans <wim@fluendo.com>
13468 * libs/gst/base/gstbasesink.c: (gst_base_sink_do_sync),
13469 (gst_base_sink_render_object),
13470 (gst_base_sink_queue_object_unlocked):
13471 Only keep track of prerollable items when we are
13473 Before rendering after preroll, always check if we
13475 Added some more debugging.
13477 2006-02-02 Wim Taymans <wim@fluendo.com>
13479 * gst/gstelement.c: (gst_element_continue_state),
13480 (gst_element_set_state_func), (gst_element_change_state):
13481 Fixed #326576, been running this for quite some time with
13482 no regressions at all.
13484 2006-02-02 Wim Taymans <wim@fluendo.com>
13487 Added more suppressions
13489 2006-02-02 Wim Taymans <wim@fluendo.com>
13491 * docs/design/part-element-sink.txt:
13494 * libs/gst/base/gstbasesink.c: (gst_base_sink_init),
13495 (gst_base_sink_finalize), (gst_base_sink_preroll_queue_flush),
13496 (gst_base_sink_configure_segment), (gst_base_sink_commit_state),
13497 (gst_base_sink_get_sync_times), (gst_base_sink_wait_clock),
13498 (gst_base_sink_do_sync), (gst_base_sink_render_object),
13499 (gst_base_sink_preroll_object),
13500 (gst_base_sink_queue_object_unlocked),
13501 (gst_base_sink_queue_object), (gst_base_sink_event),
13502 (gst_base_sink_chain_unlocked), (gst_base_sink_chain),
13503 (gst_base_sink_loop), (gst_base_sink_activate_pull),
13504 (gst_base_sink_get_position), (gst_base_sink_change_state):
13505 * libs/gst/base/gstbasesink.h:
13506 Totally refactored matching the design doc.
13507 Use two segments, one to clip incomming buffers and another to
13509 Handle queueing correctly, bypass the queue when playing.
13510 Make EOS cancelable.
13511 Handle errors correctly when operating in pull based mode.
13513 * tests/check/elements/fakesink.c: (GST_START_TEST),
13515 Added new check for sinks.
13517 2006-02-02 Wim Taymans <wim@fluendo.com>
13519 * gst/gstsegment.c: (gst_segment_clip):
13520 No reason to refuse to clip when start == -1
13522 2006-02-02 Stefan Kost <ensonic@users.sf.net>
13525 * docs/manual/intro-basics.xml:
13526 * docs/manual/intro-preface.xml:
13527 * docs/manual/manual.xml:
13528 * docs/pwg/advanced-dparams.xml:
13529 * docs/pwg/intro-basics.xml:
13530 * docs/pwg/intro-preface.xml:
13531 * docs/pwg/pwg.xml:
13532 describe dparams (controller) for plugins
13533 unify docs a little more
13535 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
13537 * docs/gst/gstreamer-sections.txt:
13538 * gst/gstutils.c: (element_find_unconnected_pad),
13539 (gst_bin_find_unconnected_pad), (gst_parse_bin_from_description):
13541 Add new API: gst_parse_bin_from_description() and
13542 gst_bin_find_unconnected_pad() (#329069).
13544 2006-02-01 Stefan Kost <ensonic@users.sf.net>
13546 * docs/manual/README:
13547 uncover a nasty detail of the docs build
13549 2006-01-31 Wim Taymans <wim@fluendo.com>
13551 * gst/gstbin.c: (bin_remove_messages), (bin_query_duration_done):
13552 Don't cache duration messages if we're not going to use or
13555 2006-01-31 Stefan Kost <ensonic@users.sf.net>
13557 * docs/manual/advanced-dparams.xml:
13558 * docs/pwg/advanced-dparams.xml:
13562 * libs/gst/controller/lib.c: (gst_controller_init):
13565 2006-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
13567 * gst/gstelement.c: (gst_element_message_full):
13568 also show file/line/func if no additional debug was given
13570 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
13572 * win32/vs7/grammar.vcproj:
13573 activate copy of autogenerated files for Release mode
13575 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
13577 * win32/common/libgstreamer.def:
13578 export gst_value_compare
13580 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
13582 * plugins/elements/Makefile.am:
13583 * plugins/elements/gstelements.c:
13584 * plugins/elements/gstfdsink.c: (_do_init),
13585 (gst_fd_sink_base_init), (gst_fd_sink_class_init),
13586 (gst_fd_sink_init), (gst_fd_sink_dispose), (gst_fd_sink_query),
13587 (gst_fd_sink_render), (gst_fd_sink_check_fd), (gst_fd_sink_start),
13588 (gst_fd_sink_stop), (gst_fd_sink_unlock), (gst_fd_sink_update_fd),
13589 (gst_fd_sink_set_property), (gst_fd_sink_uri_get_type),
13590 (gst_fd_sink_uri_get_protocols), (gst_fd_sink_uri_get_uri),
13591 (gst_fd_sink_uri_set_uri), (gst_fd_sink_uri_handler_init):
13592 * plugins/elements/gstfdsink.h:
13593 Port fdsink to 0.10 (patch by Philippe Rouquier) (Fixes #325490)
13595 2006-01-30 Stefan Kost <ensonic@users.sf.net>
13597 * docs/manual/advanced-dparams.xml:
13598 describe controller
13599 * docs/manual/advanced-position.xml:
13600 * docs/manual/basics-init.xml:
13601 * docs/manual/manual.xml:
13602 * docs/manual/titlepage.xml:
13603 * docs/pwg/pwg.xml:
13604 * docs/pwg/titlepage.xml:
13605 cleanup xml (more to come)
13606 * libs/gst/controller/gstcontroller.c:
13609 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
13611 * win32/vs6/grammar.dsp:
13612 add autogen of gstmarshal.c,h for Release mode
13614 2006-01-30 Wim Taymans <wim@fluendo.com>
13616 * libs/gst/base/gstbasesink.c: (gst_base_sink_init),
13617 (gst_base_sink_preroll_queue_empty), (gst_base_sink_commit_state),
13618 (gst_base_sink_handle_object), (gst_base_sink_event),
13619 (gst_base_sink_is_prerolled), (gst_base_sink_wait),
13620 (gst_base_sink_do_sync), (gst_base_sink_handle_event),
13621 (gst_base_sink_handle_buffer), (gst_base_sink_set_flushing),
13622 (gst_base_sink_deactivate), (gst_base_sink_activate),
13623 (gst_base_sink_activate_pull), (gst_base_sink_get_position),
13624 (gst_base_sink_query), (gst_base_sink_change_state):
13625 Basesink cleanups, remove some old code.
13626 Handle the case where a subclass can preroll in the render
13627 method (mostly audiosinks).
13628 Handle more events.
13629 Remove some locks around variables that are now protected
13630 with the PREROLL_LOCK (clock_id, flushing, ..).
13631 Optimize position query some more, do correct locking.
13632 Remove old code to push queue in state change, this is not
13633 needed anymore since preroll blocks on all prerollable items
13635 Almost implemented as described in design doc.
13637 2006-01-30 Wim Taymans <wim@fluendo.com>
13639 * tests/check/gst/gstbin.c: (GST_START_TEST):
13640 Wait for refcount to settle down before checking.
13642 2006-01-30 Wim Taymans <wim@fluendo.com>
13644 * docs/design/part-element-sink.txt:
13645 Pseudo code overview of desired sink behaviour regarding
13648 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
13649 * win32/vs6/grammar.dsp:
13650 fix some bugs in Release mode for autogenerated files
13652 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
13653 * win32/common/libgstbase.def:
13654 * win32/common/libgstreamer.def:
13655 export some new symbols: gst_base_src_set_format,
13656 gst_iterator_next, gst_structure_set_valist
13658 2006-01-29 Julien MOUTTE <julien@moutte.net>
13660 * gst/gstghostpad.c: (gst_proxy_pad_set_target_unlocked):
13661 Set pad functions unconditionally. Fixes #329105.
13663 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
13665 add vs8 project files created by Sergey Scobich
13667 2006-01-28 Jan Schmidt <thaytan@mad.scientist.com>
13669 * gst/gstutils.c: (gst_element_unlink_pads):
13670 Don't leak pad references.
13672 * tests/check/elements/fakesink.c: (GST_START_TEST):
13673 * tests/check/generic/sinks.c: (GST_START_TEST):
13674 * tests/check/generic/states.c: (GST_START_TEST):
13675 * tests/check/gst/gstbin.c: (GST_START_TEST):
13676 * tests/check/gst/gstcaps.c: (GST_START_TEST):
13677 * tests/check/gst/gstelement.c: (GST_START_TEST):
13678 * tests/check/gst/gstghostpad.c: (GST_START_TEST):
13679 * tests/check/gst/gstiterator.c: (GST_START_TEST):
13680 * tests/check/gst/gstvalue.c: (GST_START_TEST):
13681 Fix a bunch of leaks. Make generic/sinks.c
13682 use a bit less cpu by slowing the buffer rate
13683 between fakesrc and fakesink.
13685 2006-01-27 Stefan Kost <ensonic@users.sf.net>
13687 * gst/gstelement.c: (gst_element_send_event):
13690 * gst/gstiterator.c:
13691 * gst/gstiterator.h:
13692 * gst/gstpad.c: (gst_pad_send_event):
13693 * gst/gststructure.c:
13697 * libs/gst/base/gstadapter.c:
13698 doc fixes, to link to function, just write gst_cool_function(), don't
13701 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
13703 * plugins/elements/gsttee.c: (gst_tee_do_push),
13704 (gst_tee_handle_buffer):
13705 Always prefer an actual return value from a src
13706 pad in place of NOT_LINKED. This means we return
13707 WRONG_STATE when all src pads are WRONG_STATE
13708 instead of NOT_LINKED.
13710 Lock when replacing the last message to prevent
13711 racing with the get_property method.
13715 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
13717 * tests/check/Makefile.am:
13718 * tests/check/gst/gstquery.c: (GST_START_TEST), (gstquery_suite),
13720 Add a very simple check that should have caught the memleak I fixed
13721 last night (if not for the slice allocator hiding it)
13723 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
13725 * gst/gstbin.c: (gst_bin_dispose), (gst_bin_provide_clock_func),
13726 (gst_bin_remove_func), (gst_bin_handle_message_func),
13727 (bin_query_duration_fold), (bin_query_generic_fold):
13728 Clean up references to the clock provider when disposed or when
13729 handling a clock-lost message from it.
13731 Unref sinks when performing a query via gst_iterator_fold, as the
13732 gst_bin_iterate_sinks iterator refs each item. (Fixes #323874)
13734 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_dispose),
13735 (gst_clock_set_master):
13736 Drop our reference to the master clock, if any, when we are disposed.
13738 * gst/gsttypefindfactory.c: (gst_type_find_factory_dispose):
13739 Chain up in dispose.
13741 2006-01-26 Wim Taymans <wim@fluendo.com>
13743 * libs/gst/base/gstbasesrc.c: (gst_base_src_get_range):
13744 Add some debugging.
13746 2006-01-26 Julien MOUTTE <julien@moutte.net>
13748 * plugins/elements/gsttee.c: (gst_tee_do_push),
13749 (gst_tee_handle_buffer): Apply patch from #328715. Tee now
13750 handles pad being NOT_LINKED or in WRONG_STATE.
13752 2006-01-26 Stefan Kost <ensonic@users.sf.net>
13757 2006-01-26 Stefan Kost <ensonic@users.sf.net>
13760 remove obsolete entry
13762 2006-01-26 Stefan Kost <ensonic@users.sf.net>
13764 * docs/gst/gstreamer-sections.txt:
13765 * gst/gstbin.c: (bin_element_is_src), (src_iterator_filter),
13766 (gst_bin_iterate_sources), (gst_bin_send_event):
13768 * gst/gstelement.c: (gst_element_send_event):
13770 * gst/gstpad.c: (gst_pad_send_event):
13771 added code for downstream events, reviewed docs in gstevent.c
13773 2006-01-25 Julien MOUTTE <julien@moutte.net>
13775 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
13776 We only query position using the clock in the playing state.
13777 Query peer in the other cases.
13778 * win32/common/config.h: Updates.
13780 2006-01-24 Wim Taymans <wim@fluendo.com>
13782 * gst/gstsystemclock.c: (gst_system_clock_id_wait_unlocked):
13783 A clock entry that is scheduled for the exact time of the
13784 clock is still in time.
13786 * libs/gst/base/gstbasesink.c: (gst_base_sink_handle_object),
13787 (gst_base_sink_do_sync):
13788 Add some more debug info.
13790 2006-01-23 Sebastien Moutte <sebastien@moutte.net>
13793 Add new vs7 project files and solution.
13795 2006-01-23 Sebastien Moutte <sebastien@moutte.net>
13798 all files removed as they were out-dated.
13800 2006-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
13802 * docs/random/release:
13804 * gst/gstbin.c: (gst_bin_init):
13805 * gst/gstbus.c: (gst_bus_new):
13807 * gst/gstpipeline.c: (gst_pipeline_init):
13808 use gst_bus_new(), improve logging, fix docs
13809 * win32/common/config.h:
13810 update for cvs build
13812 2006-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
13815 up required version of automake to 1.7
13817 2006-01-20 Sebastien Moutte <sebastien@moutte.net>
13819 * win32/common/libgstreamer.def:
13820 export gst_buffer_is_metadata_writable
13822 2006-01-20 Tim-Philipp Müller <tim at centricular dot net>
13824 * docs/gst/gstreamer-sections.txt:
13826 Add gst_event_replace() (#327001)
13828 2006-01-20 Wim Taymans <wim@fluendo.com>
13830 * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked):
13831 Make it actually compile too..
13833 2006-01-20 Wim Taymans <wim@fluendo.com>
13836 Clarify behaviour of _is_equal() when passing NULL parameters.
13838 * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked),
13839 (gst_pad_set_caps):
13840 Cleanups. Don't unref NULL caps.
13841 When setting the same caps, protect caps of the pad with
13843 Use full functionality of _is_equal() when comparing caps.
13845 2006-01-20 Jan Schmidt <thaytan@mad.scientist.com>
13847 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_is_collected):
13848 Don't loop infinitely if there are no buffers to present. Partially
13849 fixes #327197, but collectpads is just broken for reusing elements
13850 to do multiple encodes atm.
13852 2006-01-20 Jan Schmidt <thaytan@mad.scientist.com>
13854 * tools/gst-inspect.c: (print_element_features):
13855 * tools/gst-xmlinspect.c: (main):
13856 URL_HANDLER is not a plugin feature we can search for in
13859 2006-01-19 Edward Hervey <edward@fluendo.com>
13861 * gst/gstelement.c: (gst_element_pads_activate):
13862 When activating, do src pads first, then sink pads.
13863 When de-activating, do sink pads first, then src pads.
13865 2006-01-19 Jan Schmidt <thaytan@mad.scientist.com>
13867 * docs/gst/gstreamer-sections.txt:
13868 Add gst_index_add_associationv to the docs
13870 2006-01-19 Jan Schmidt <thaytan@mad.scientist.com>
13875 * plugins/elements/gstqueue.c: (gst_queue_handle_sink_event),
13876 (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop):
13877 Do some refactoring. Doesn't actually change functionality,
13878 but makes landing the DRAIN event easier later.
13880 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
13882 * docs/pwg/advanced-scheduling.xml:
13883 Update from 0.9.x to 0.10 API and make example a bit
13886 2006-01-19 Jan Schmidt <thaytan@mad.scientist.com>
13888 * docs/gst/gstreamer-sections.txt:
13889 Add gst_buffer_(is|make)_metadata_writable methods.
13891 2006-01-19 Jan Schmidt <thaytan@mad.scientist.com>
13893 * docs/design/part-sparsestreams.txt:
13894 Update sparse streams doc, hopefully for greater clarity
13896 2006-01-18 Jan Schmidt <thaytan@mad.scientist.com>
13898 * docs/design/part-events.txt:
13899 Remove mention of FILLER events.
13902 * docs/design/part-sparsestreams.txt:
13903 Write some things about using NEWSEGMENT to keep sparse streams
13906 2006-01-18 Tim-Philipp Müller <tim at centricular dot net>
13908 * gst/gstbin.c: (gst_bin_dispose):
13909 Guard gst_object_unref call against a NULL object (dispose
13910 can theoretically be called multiple times).
13912 2006-01-18 Wim Taymans <wim@fluendo.com>
13914 * gst/gstbin.c: (gst_bin_element_set_state):
13915 * gst/gstclock.c: (gst_clock_id_wait):
13916 Added some more debug info.
13918 * libs/gst/base/gstadapter.c:
13921 * libs/gst/base/gstbasesink.c: (gst_base_sink_handle_object),
13922 (gst_base_sink_do_sync), (gst_base_sink_chain):
13923 Added some comments.
13925 2006-01-18 Wim Taymans <wim@fluendo.com>
13927 * tests/check/Makefile.am:
13928 * tests/check/elements/fakesink.c: (chain_async_buffer),
13929 (chain_async), (chain_async_return), (GST_START_TEST),
13930 (fakesink_suite), (main):
13931 Added fakesink test that checks prerolling and clipping
13934 * tests/check/gst/gstutils.c: (GST_START_TEST):
13935 Make check run faster so that buildbots don't timeout.
13937 2006-01-18 Wim Taymans <wim@fluendo.com>
13939 * libs/gst/base/gstbasesink.c: (gst_base_sink_handle_object),
13940 (gst_base_sink_do_sync):
13942 When the sink finishes blocking on the preroll buffer, it can
13943 immediatly render it instead of rendering when the next buffer
13946 2006-01-18 Wim Taymans <wim@fluendo.com>
13948 * libs/gst/base/gstbasesink.c: (gst_base_sink_set_property),
13949 (gst_base_sink_get_property), (gst_base_sink_do_sync),
13950 (gst_base_sink_chain):
13952 GST_ELEMENT_CLOCK and sync are protected with LOCK.
13953 Don't store _last_stop if the buffer is dropped.
13955 2006-01-18 Tim-Philipp Müller <tim at centricular dot net>
13957 * plugins/elements/gsttypefindelement.c:
13958 (gst_type_find_element_class_init):
13959 'have-type' signal needs to be G_SIGNAL_RUN_FIRST, as it is the
13960 object method handler that sets the caps on the pad and we want
13961 that to happen before we emit the signal (fixes e.g. feeding a
13962 plain text file to decodebin).
13964 2006-01-18 Christian Schaller <Christian@fluendo.com>
13966 * gst/gstplugin.c: Add MPL and Proprietary as license options
13968 2006-01-18 Andy Wingo <wingo@pobox.com>
13970 * gst/gstindex.h (gst_index_add_associationv): Add to header. The
13971 symbol was exported before, it appears this was just an oversight.
13973 Patch by: Torsten Schoenfeld <kaffeetisch at gmx.de>
13975 * gst/gstindex.c (gst_index_add_associationv): Changed int in
13976 prototype to gint. OK since this prototype was not in the header.
13978 2006-01-17 Andy Wingo <wingo@pobox.com>
13980 * gst/gstregistry.c (_gst_registry_remove_cache_plugins): Lock the
13981 registry while we remove plugins.
13983 * tools/gst-inspect.c (print_element_info): Don't unref the
13984 factory arg, that should be the responsibility of whatever code
13985 received the ref. Fixes a double-free when called from
13986 print_element_list via gst-inspect-0.10 -a. Fixes #327324.
13987 (main): Unref the factory if we have one.
13988 (print_element_list): No change -- relies on the
13989 plugin_feature_list_free to free the list of features.
13991 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
13993 * gst/gstbuffer.c: (gst_buffer_is_metadata_writable),
13994 (gst_buffer_make_metadata_writable):
13996 * libs/gst/base/gstbasetransform.c:
13997 (gst_base_transform_prepare_output_buf):
13998 * plugins/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
13999 * tests/check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
14000 Replace gst_buffer_(make|is)_metadata_writable patch now
14001 that the release is out.
14003 2006-01-17 Andy Wingo <wingo@pobox.com>
14005 * gst/gstregistry.c: Reflow design comment. Update so as to speak
14006 in the present tense without reference to versions.
14008 * gst/gstregistry.c (gst_registry_add_plugin)
14009 (gst_registry_remove_plugin, gst_registry_remove_feature)
14010 (gst_registry_find_feature, gst_registry_get_feature_list)
14011 (gst_registry_get_plugin_list, gst_registry_lookup_feature)
14012 (gst_registry_lookup, gst_registry_scan_path)
14013 (_gst_registry_remove_cache_plugins)
14014 (gst_registry_get_feature_list_by_plugin): Add argument
14017 === release 0.10.2 ===
14019 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
14022 releasing 0.10.2, "If man is five"
14024 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
14028 * libs/gst/base/gstbasetransform.c:
14029 (gst_base_transform_prepare_output_buf):
14030 * plugins/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
14031 * tests/check/gst/gstbuffer.c: (gst_test_suite):
14032 Back out patch until after the release.
14034 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
14036 * gst/gstminiobject.c:
14037 Spelling fix in docs.
14038 * ChangeLog - remove conflict indicator
14040 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
14042 Reviewed By: Andy Wingo
14044 * gst/gstbuffer.c: (gst_buffer_is_metadata_writable),
14045 (gst_buffer_make_metadata_writable):
14047 Add gst_buffer_(is|make)_metadata_writable as analogues of
14048 gst_buffer_(is|make)_writable.
14050 * libs/gst/base/gstbasetransform.c:
14051 (gst_base_transform_prepare_output_buf):
14052 * plugins/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
14053 Use name gst_buffer_(is|make)_metadata_writable functions.
14055 * tests/check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
14056 Test gst_buffer_(is|make)_metadata_writable
14060 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
14062 * docs/manual/Makefile.am:
14063 don't do parallel make
14066 * win32/common/config.h.in:
14067 add generations for HOST_CPU and GST_MAJORMINOR
14068 * win32/common/config.h:
14069 commit generated result
14071 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
14073 * docs/manual/appendix-integration.xml:
14074 Update GNOME integration section to use gst_init_get_option_group()
14075 instead of the old popt stuff (#322911). Also, GNOME applications
14076 should now use gconf*sink and gconf*src instead of the old gconf
14079 2006-01-13 Stefan Kost <ensonic@users.sf.net>
14082 * docs/gst/gstreamer-docs.sgml:
14083 * docs/gst/gstreamer-sections.txt:
14084 * docs/libs/gstreamer-libs-sections.txt:
14085 add new API entries to the docs
14086 * libs/gst/controller/Makefile.am:
14087 * libs/gst/controller/gstcontroller.c:
14088 * libs/gst/controller/gstcontroller.h:
14089 * libs/gst/controller/gstcontrollerprivate.h:
14090 * libs/gst/controller/gsthelper.c:
14091 * libs/gst/controller/gstinterpolation.c:
14092 move private structs to private header
14094 gstreamer-0.7 -> gstreamer-0.10
14095 * tests/check/libs/struct_i386.h:
14096 remove private structs
14098 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
14100 * plugins/indexers/Makefile.am:
14101 Fixes as part of #317048
14103 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
14105 * plugins/indexers/Makefile.am:
14106 fix #316086 - compilation when mmap is missing
14108 2006-01-12 Sebastien Moutte <sebastien@moutte.net>
14110 * libs/gst/base/gstbasesink.c:
14111 *cur = (now - base) * basesink->segment.abs_rate + time; replaced by
14112 *cur = gst_guint64_to_gdouble(now - base) * basesink->segment.abs_rate + time; for vs6
14113 * win32/common/config.h:
14114 added some defines GST_MAJORMINOR and HOST_CPU
14115 * win32/common/libgstbase.def:
14116 * win32/common/libgstreamer.def:
14117 added some exported functions.
14119 2006-01-12 Stefan Kost <ensonic@users.sf.net>
14121 * libs/gst/controller/gstcontroller.c:
14122 (gst_controlled_property_set_interpolation_mode),
14123 (gst_controlled_property_new):
14124 * libs/gst/controller/gstcontroller.h:
14125 * libs/gst/controller/gstinterpolation.c:
14126 (interpolate_none_get_string_value_array):
14127 make G_TYPE_STRING controlable
14129 2006-01-12 Stefan Kost <ensonic@users.sf.net>
14132 * tools/gst-feedback.1.in:
14133 * tools/gst-inspect.1.in:
14134 * tools/gst-launch.1.in:
14135 * tools/gst-md5sum.1.in:
14136 * tools/gst-typefind.1.in:
14137 * tools/gst-xmlinspect.1.in:
14138 * tools/gst-xmllaunch.1.in:
14139 cleanup man-pages, remove reference to gst-register, document env-vars
14141 2006-01-12 Jan Schmidt <thaytan@mad.scientist.com>
14143 * gst/gstbuffer.c: (gst_buffer_span):
14144 gst_buffer_span should copy the timestamp of the first buffer
14145 if they were both originally overlapping subbuffers of the
14146 same parent, using the same logic as the 'slow copy' case.
14148 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
14150 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_pop):
14151 Need to awaken ALL the pads when we pop a buffer, otherwise
14152 collectpads only works when there is 2 input streams.
14154 2006-01-11 Stefan Kost <ensonic@users.sf.net>
14156 * docs/random/ensonic/media-device-daemon.txt:
14159 fix doc example, add clarification
14160 * tools/gst-launch.1.in:
14161 add initial info about GST_PLUGIN_PATH, needs more work
14163 2006-01-11 Tim-Philipp Müller <tim at centricular dot net>
14165 * docs/manual/basics-bins.xml:
14166 * docs/manual/basics-elements.xml:
14167 * docs/manual/intro-basics.xml:
14168 Some more minor docs additions and updates.
14170 2006-01-11 Wim Taymans <wim@fluendo.com>
14172 * docs/manual/basics-bins.xml:
14173 * docs/manual/basics-elements.xml:
14174 Some small fixes as pointed out by Ser-ver on IRC.
14176 2006-01-10 Edward Hervey <edward@fluendo.com>
14178 * plugins/elements/gstidentity.c: (gst_identity_transform_ip):
14179 Set the buffer offset/offset_end to GST_CLOCK_TIME_NONE when using
14180 the single-segment mode.
14182 2006-01-10 Brian Cameron <brian dot cameron at sun dot com>
14184 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
14186 * libs/gst/base/gstbasesrc.c: (gst_base_src_init),
14187 (gst_base_src_perform_seek), (gst_base_src_send_event),
14188 (gst_base_src_set_property), (gst_base_src_get_property),
14189 (gst_base_src_loop), (gst_base_src_start),
14190 (gst_base_src_activate_push):
14191 * libs/gst/base/gstbasesrc.h:
14192 Name (private) union; makes Sun's Forte compiler happy (#324900).
14194 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
14197 gst-register is gone.
14199 2006-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
14201 * gst/gstvalue.c: (_gst_value_initialize):
14202 make the G_TYPE_DATE instantiation work if debug is disabled
14204 2006-01-06 Tim-Philipp Müller <tim at centricular dot net>
14206 * gst/gstmessage.c: (gst_message_parse_tag),
14207 (gst_message_parse_error), (gst_message_parse_warning):
14208 Don't crash when return location for error/warning debug
14209 string is NULL; add fact that return locations can be
14210 NULL to docs where appropriate.
14212 2006-01-05 Wim Taymans <wim@fluendo.com>
14214 * gst/gstplugin.c: (gst_plugin_load_file):
14215 Replace strdup by g_strdup.
14217 2006-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
14219 * docs/pwg/advanced-types.xml:
14222 2006-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
14224 submitted by: Abel Cheung
14228 Added Chinese (traditional) translation
14230 2006-01-04 Wim Taymans <wim@fluendo.com>
14232 * docs/manual/basics-pads.xml:
14233 * docs/plugins/Makefile.am:
14234 * docs/plugins/gstreamer-plugins-docs.sgml:
14235 * docs/plugins/gstreamer-plugins-sections.txt:
14236 * docs/pwg/advanced-clock.xml:
14237 * docs/pwg/advanced-scheduling.xml:
14238 * docs/pwg/advanced-types.xml:
14239 * plugins/elements/gstfdsink.c:
14240 * plugins/elements/gstfdsrc.c:
14241 * plugins/elements/gstfdsrc.h:
14242 * plugins/elements/gstidentity.c: (gst_identity_class_init):
14243 * plugins/elements/gstidentity.h:
14244 * plugins/elements/gstqueue.h:
14245 * plugins/elements/gsttee.c:
14246 * plugins/elements/gsttee.h:
14247 * plugins/elements/gsttypefindelement.c:
14248 (gst_type_find_element_class_init):
14249 * plugins/elements/gsttypefindelement.h:
14250 Small updates to various docs.
14251 Added core plugins to docs.
14253 2006-01-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
14256 add a suppression for liboil's uninitialized variable
14258 2006-01-02 James Livingston <jrl at ids dot org dot au>
14260 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
14263 Add prototype for _get_type() function to GST_BOILERPLATE_FULL
14264 macro, so that gcc doesn't complain if the -Wmissing-prototypes
14265 compiler switch is being used (#325429).
14267 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
14269 * gst/gstbin.c: (gst_bin_query):
14270 Disable duration query caching in bins until it gets
14271 fixed (see #324807).
14273 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
14275 * tools/gst-inspect.c: (print_element_properties_info):
14276 Handle properties of POINTER and BOXED type.
14278 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
14280 * gst/gst.c: (init_post):
14281 Init tags stuff and some other things before loading
14282 any static plugins (there may be other static plugins
14283 than just the GStreamer ones, and they may want to
14284 register their own tags or formats or whatever, and
14285 preferably without segfaulting).
14287 * plugins/elements/gstqueue.c: (gst_queue_handle_src_query):
14288 Print at least a warning in the debug logs if we drop a
14289 query just because we don't know how to adjust the value
14290 in the particular format.
14292 2005-12-24 David Schleef <ds@schleef.org>
14294 * tools/gstreamer-completion:
14295 Replacement for gst-complete written in sh and sed. Only
14296 completes names of features, but that's 90% of what I want
14297 it for. Properties are not available in registry.xml. (Maybe
14300 === release 0.10.1 ===
14302 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
14305 releasing 0.10.1, "Nollaig chridheil"
14307 2005-12-22 Tim-Philipp Müller <tim at centricular dot net>
14309 * docs/faq/cvs.xml:
14310 Add missing quote, should be make ERROR_CFLAGS="".
14312 2005-12-20 Wim Taymans <wim@fluendo.com>
14314 * docs/design/part-trickmodes.txt:
14315 More documentation on trickmodes.
14317 2005-12-20 Edward Hervey <edward@fluendo.com>
14319 * gst/gstcaps.c: (gst_static_caps_get_type):
14321 API addition: GST_TYPE_STATIC_CAPS
14322 Added gpointer GType for GstStaticCaps so we can wrap them in bindings.
14323 * gst/gstpadtemplate.c: (gst_static_pad_template_get_type):
14324 * gst/gstpadtemplate.h:
14325 API addition: GST_TYPE_STATIC_PAD_TEMPLATE
14326 Added gpointer GType for GstStaticPadTemplate so we can wrap them in
14329 2005-12-18 Wim Taymans <wim@fluendo.com>
14331 * libs/gst/base/gstadapter.c:
14332 * libs/gst/base/gstadapter.h:
14333 * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
14334 (gst_base_sink_get_position):
14335 * libs/gst/base/gstbasesink.h:
14336 * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
14337 (gst_base_src_default_query), (gst_base_src_default_do_seek),
14338 (gst_base_src_do_seek), (gst_base_src_perform_seek),
14339 (gst_base_src_send_event), (gst_base_src_update_length),
14340 (gst_base_src_get_range), (gst_base_src_loop),
14341 (gst_base_src_start):
14342 * libs/gst/base/gstbasesrc.h:
14343 * libs/gst/base/gstbasetransform.h:
14344 * libs/gst/base/gstcollectpads.h:
14345 * libs/gst/base/gstpushsrc.c:
14346 * libs/gst/base/gstpushsrc.h:
14347 * libs/gst/dataprotocol/dataprotocol.c:
14348 * libs/gst/dataprotocol/dataprotocol.h:
14349 * libs/gst/net/gstnetclientclock.h:
14350 * libs/gst/net/gstnettimeprovider.h:
14351 Documentation updates.
14353 2005-12-18 Tim-Philipp Müller <tim at centricular dot net>
14355 * docs/manual/basics-helloworld.xml:
14356 Remove superfluous closing bracket in helloworld example.
14358 2005-12-17 Tim-Philipp Müller <tim at centricular dot net>
14360 * tools/gst-launch.1.in:
14361 Update gst-launch man page; add a section with useful
14362 environment variables. Fixes #323882.
14364 2005-12-16 Stefan Kost <ensonic@users.sf.net>
14367 * gst/gst_private.h:
14368 change some char* into char[]
14370 2005-12-16 Wim Taymans <wim@fluendo.com>
14372 * gst/gstregistryxml.c: (load_feature):
14374 Don't use g_object_unref on GstObjects so that we avoid
14375 leaks on unsafe glibs.
14377 2005-12-16 Wim Taymans <wim@fluendo.com>
14379 * gst/gstbin.c: (gst_bin_recalc_state):
14382 2005-12-16 Wim Taymans <wim@fluendo.com>
14384 * common/check.mak:
14385 Added make forever target for check.
14387 2005-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
14389 * gst/gst.c: (init_post):
14390 make the registry cache file HOST_CPU-dependent
14392 2005-12-16 Andy Wingo <wingo@pobox.com>
14394 * plugins/elements/gstbufferstore.c
14395 (gst_buffer_store_cleared_func): Pay attention to g_list_append
14398 * tests/check/gst/gstobject.c
14399 (test_fake_object_name_threaded_unique): Pay attention to
14400 g_list_sort return value.
14402 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
14404 * tools/gst-feedback-m.m:
14405 Update for 0.9/0.10 (fixes #323870).
14407 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
14409 * gst/gstminiobject.c: (gst_value_mini_object_lcopy):
14410 Fix lcopy for mini objects, the mini object needs to be ref'ed.
14412 * tests/check/gst/gstminiobject.c: (my_foo_init),
14413 (my_foo_get_property), (my_foo_set_property), (my_foo_class_init),
14414 (test_value_collection), (gst_mini_object_suite):
14415 Add test to ensure refcounts end up as expected when passing
14416 GstMiniObjects through g_object_get() and g_object_set().
14418 2005-12-14 Julien MOUTTE <julien@moutte.net>
14420 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_base_init),
14421 (gst_collect_pads_remove_pad), (gst_collect_pads_is_collected),
14422 (gst_collect_pads_event), (gst_collect_pads_chain): Refactoring
14423 of collectpads. This version removes a lot of races without
14424 touching API/ABI. Yay !
14426 2005-12-14 Jan Schmidt <thaytan@mad.scientist.com>
14428 * gst/gstpad.c: (gst_pad_activate_pull), (gst_pad_link_prepare):
14429 Don't allow activation of a srcpad in pull_range if it has no
14431 Change some debug statements to be a little clearer
14433 * plugins/elements/gsttypefindelement.c:
14434 (gst_type_find_handle_src_query):
14435 Check that we have a peer before executing queries thereupon.
14437 * tests/examples/metadata/read-metadata.c: (message_loop):
14438 Use gst_bus_pop instead of gst_bus_poll when we just want it to
14439 immediately return us any available message with 0 timeout.
14441 2005-12-12 Michael Smith <msmith@fluendo.com>
14443 * gst/gsttypefindfactory.c: (gst_type_find_factory_call_function):
14444 Don't unref factories after calling them.
14445 * libs/gst/base/gsttypefindhelper.c: (gst_type_find_helper):
14446 * plugins/elements/gsttypefindelement.c:
14447 (gst_type_find_element_chain):
14448 Free lists of factories after using them. Fixing typefinding memory
14451 2005-12-12 Stefan Kost <ensonic@users.sf.net>
14453 * gst/gstpluginfeature.c: (gst_plugin_feature_finalize),
14454 (gst_plugin_feature_load):
14455 more meaningful debug output
14457 * tests/Makefile.am:
14458 * tests/old/examples/Makefile.am:
14459 make make distcheck happy again
14461 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
14463 * plugins/elements/gsttypefindelement.c: (stop_typefinding):
14464 Catch the special case where we are operating chain-based,
14465 but the downstream peer pad has no chain function. Emit a
14466 custom error message in this case instead of letting the
14467 core generate one implying that this is some sort of core
14468 bug. It's not, it just means that whatever got plugged
14469 into the pipeline downstream when we announced the type
14470 can only operate pull-based, while our source can only
14471 operate push-based (e.g. http://foo/bar.mov ! qtdemux ! ...)
14472 Error string has not been marked for translation yet, as
14473 it probably needs some more work first.
14475 (gst_type_find_element_get_best_possibility):
14476 Add helper function to find the best of all available
14477 found possibilities that qualify given the min. threshold.
14479 (gst_type_find_element_handle_event):
14480 Fix the case where we get an EOS while still in TYPEFIND
14481 mode (we want to chose the best of all possible types,
14482 not just the first type that happens to be in our unsorted
14483 list of possible types).
14485 (gst_type_find_element_chain):
14486 Make sure we return GST_FLOW_ERROR when we errored out
14487 in stop_typefinding(); also, don't just find the best of
14488 all found type entries and then use the last examined
14489 type entry, but actually use the best entry.
14491 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
14493 * tests/examples/typefind/typefind.c: (type_found):
14494 * tests/examples/xml/runxml.c: (xml_loaded):
14495 More gcc4 fixes and a mem leak fix.
14497 2005-12-12 Stefan Kost <ensonic@users.sf.net>
14499 * tests/examples/xml/createxml.c: (object_saved):
14502 2005-12-12 Stefan Kost <ensonic@users.sf.net>
14504 * tests/Makefile.am:
14505 enable the examples even more
14507 2005-12-12 Andy Wingo <wingo@pobox.com>
14509 * libs/gst/net/gstnettimeprovider.c
14510 (gst_net_time_provider_class_init, gst_net_time_provider_init)
14511 (gst_net_time_provider_set_property)
14512 (gst_net_time_provider_get_property):
14513 API addition: Export "active" as a GObject property.
14514 (gst_net_time_provider_thread): Only respond to time queries if
14515 the time provider is active.
14517 * libs/gst/net/gstnettimeprovider.h: Add an "active" boolean to
14518 NetTimeProvider, preserving binary compat.
14520 2005-12-12 Stefan Kost <ensonic@users.sf.net>
14522 * tests/examples/controller/audio-example.c: (main):
14523 * tests/examples/launch/Makefile.am:
14524 convert comments again
14526 2005-12-12 Wim Taymans <wim@fluendo.com>
14528 * libs/gst/base/gstpushsrc.c:
14531 2005-12-12 Wim Taymans <wim@fluendo.com>
14533 * docs/libs/gstreamer-libs-sections.txt:
14534 Added new symbol to docs.
14536 * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
14537 (gst_base_src_init), (gst_base_src_set_format),
14538 (gst_base_src_default_query), (gst_base_src_query),
14539 (gst_base_src_default_do_seek), (gst_base_src_do_seek),
14540 (gst_base_src_perform_seek), (gst_base_src_send_event),
14541 (gst_base_src_default_event), (gst_base_src_event_handler),
14542 (gst_base_src_set_property), (gst_base_src_get_property),
14543 (gst_base_src_wait), (gst_base_src_do_sync),
14544 (gst_base_src_update_length), (gst_base_src_get_range),
14545 (gst_base_src_check_get_range), (gst_base_src_loop),
14546 (gst_base_src_default_negotiate), (gst_base_src_start),
14547 (gst_base_src_activate_push), (gst_base_src_activate_pull),
14548 (gst_base_src_change_state):
14549 * libs/gst/base/gstbasesrc.h:
14550 Implement seeking to other formats than _BYTES.
14551 Implement more seeking methods correctly.
14553 Added query vmethod.
14554 Added do_seek vmethod to make life easier for subclasses
14556 API addition: gst_base_src_set_format()
14558 2005-12-12 Stefan Kost <ensonic@users.sf.net>
14560 * tests/examples/Makefile.am:
14563 2005-12-12 Stefan Kost <ensonic@users.sf.net>
14566 * docs/random/ensonic/media-device-daemon.txt:
14567 * tests/examples/controller/.cvsignore:
14568 * tests/examples/controller/Makefile.am:
14569 * tests/examples/controller/audio-example.c: (main):
14570 * tests/examples/helloworld/.cvsignore:
14571 * tests/examples/helloworld/Makefile.am:
14572 * tests/examples/helloworld/helloworld.c: (event_loop), (main):
14573 * tests/examples/launch/.cvsignore:
14574 * tests/examples/launch/Makefile.am:
14575 * tests/examples/launch/mp3parselaunch.c: (event_loop), (main):
14576 * tests/examples/metadata/.cvsignore:
14577 * tests/examples/metadata/Makefile.am:
14578 * tests/examples/metadata/read-metadata.c: (message_loop),
14579 (make_pipeline), (print_tag), (main):
14580 * tests/examples/queue/.cvsignore:
14581 * tests/examples/queue/Makefile.am:
14582 * tests/examples/queue/queue.c: (event_loop), (main):
14583 * tests/examples/typefind/.cvsignore:
14584 * tests/examples/typefind/Makefile.am:
14585 * tests/examples/typefind/typefind.c: (type_found), (event_loop),
14587 * tests/examples/xml/.cvsignore:
14588 * tests/examples/xml/Makefile.am:
14589 * tests/examples/xml/createxml.c: (object_saved), (main):
14590 * tests/examples/xml/runxml.c: (xml_loaded), (event_loop), (main):
14591 * tests/old/examples/Makefile.am:
14592 * tests/old/examples/TODO:
14593 * tests/old/examples/controller/.cvsignore:
14594 * tests/old/examples/controller/Makefile.am:
14595 * tests/old/examples/controller/audio-example.c:
14596 * tests/old/examples/helloworld/.cvsignore:
14597 * tests/old/examples/helloworld/Makefile.am:
14598 * tests/old/examples/helloworld/helloworld.c:
14599 * tests/old/examples/launch/.cvsignore:
14600 * tests/old/examples/launch/Makefile.am:
14601 * tests/old/examples/launch/mp3parselaunch.c:
14602 * tests/old/examples/launch/mp3play:
14603 * tests/old/examples/manual/Makefile.am:
14604 * tests/old/examples/metadata/Makefile.am:
14605 * tests/old/examples/metadata/read-metadata.c:
14606 * tests/old/examples/queue/.cvsignore:
14607 * tests/old/examples/queue/Makefile.am:
14608 * tests/old/examples/queue/queue.c:
14609 * tests/old/examples/typefind/.cvsignore:
14610 * tests/old/examples/typefind/Makefile.am:
14611 * tests/old/examples/typefind/typefind.c:
14612 * tests/old/examples/xml/.cvsignore:
14613 * tests/old/examples/xml/Makefile.am:
14614 * tests/old/examples/xml/createxml.c:
14615 * tests/old/examples/xml/runxml.c:
14616 applied some simple fixing to some examples
14617 re-enabled the working examples
14619 2005-12-12 Wim Taymans <wim@fluendo.com>
14621 * gst/gstsegment.c: (gst_segment_init),
14622 (gst_segment_set_last_stop), (gst_segment_set_seek),
14623 (gst_segment_set_newsegment), (gst_segment_to_stream_time),
14624 (gst_segment_to_running_time):
14625 Added more documentation.
14626 Make sure the last_pos value is updated properly.
14627 Make sure to_stream_time and to_running_time don't
14628 operate on wrong values.
14630 * tests/check/gst/gstsegment.c: (GST_START_TEST):
14633 2005-12-12 Michael Smith <msmith@fluendo.com>
14635 * plugins/elements/gsttypefindelement.c: (free_entry),
14636 (gst_type_find_element_chain):
14637 Now that we're not leaking factories, make sure we keep references
14638 to them while we need them.
14640 2005-12-12 Thomas Vander Stichele <thomas at apestaart dot org>
14642 * tests/check/gst/struct_i386.h:
14643 ifdef out the XML structs
14645 2005-12-12 Thomas Vander Stichele <thomas at apestaart dot org>
14647 * gst/gstvalue.c: (gst_value_transform_double_fraction):
14648 floor is not needed, F is always positive; this obviates the
14649 need for adding -lm when building without libxml
14651 2005-12-12 Wim Taymans <wim@fluendo.com>
14653 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
14654 Take current playback rate into account when reporting
14657 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
14659 * docs/manual/mime-world.fig:
14660 Let's try this again, this time with a file that is
14661 actually in XFig format.
14663 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
14665 * docs/manual/mime-world.fig:
14666 Add audioconvert element to diagram so that it
14667 matches the text and the code (fixes #319526).
14669 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
14671 * docs/pwg/building-chainfn.xml:
14672 * docs/pwg/building-pads.xml:
14673 * docs/pwg/building-state.xml:
14674 * docs/pwg/other-source.xml:
14675 Update state change stuff for 0.10 (fixes #322969).
14677 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
14679 * docs/manual/advanced-dataaccess.xml:
14680 * docs/manual/appendix-checklist.xml:
14681 * docs/manual/appendix-programs.xml:
14682 * docs/manual/basics-pads.xml:
14683 * docs/manual/highlevel-components.xml:
14684 * docs/manual/manual.xml:
14685 Update for 0.10: s/0.9/0.10/; s/audioscale/audiorsample/;
14686 add converters in front of pipelines; remove curly
14687 brackets for threads stuff, they no longer exist; use
14688 GST_TYPE_FRACTION for framerates; update some pieces of
14689 code to 0.10, but there's plenty more to do.
14691 * docs/manual/appendix-porting.xml:
14692 Expand on asynchroneous state changes; s/0.9/0.10/;
14693 mention disappearance of gst_init_get_popt_table()
14696 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
14698 * docs/faq/using.xml:
14699 Spider no longer exists, and neither does gst-launch-ext.
14700 Update examples to use decodebin and playbin and put
14701 converters in front of sinks (fixes #323726).
14703 2005-12-09 Michael Smith <msmith@fluendo.com>
14705 * plugins/elements/gsttypefindelement.c: (find_peek),
14706 (gst_type_find_element_chain):
14707 Fix leaking element factories in typefinding.
14708 Fix problem where we forgot about a probable type on non-seekable
14709 files, and thus later mis-typefound it.
14711 2005-12-09 Michael Smith <msmith@fluendo.com>
14713 * common/m4/gst-makecontext.m4:
14714 * common/m4/gst-mcsc.m4:
14716 * win32/common/config.h:
14717 * win32/common/config.h.in:
14718 Remove makecontext stuff; not used in 0.10 and causes problems on
14719 HPUX according to bug #322441
14721 2005-12-07 Wim Taymans <wim@fluendo.com>
14723 * tests/check/Makefile.am:
14724 * tests/check/libs/libsabi.c: (GST_START_TEST), (gstabi_suite),
14726 * tests/check/libs/struct_i386.h:
14727 Added ABI check for libs
14729 2005-12-07 Wim Taymans <wim@fluendo.com>
14731 * tests/check/Makefile.am:
14732 And add the struct_i386.h to dist.
14734 2005-12-07 Wim Taymans <wim@fluendo.com>
14736 * tests/check/Makefile.am:
14737 * tests/check/gst/.cvsignore:
14738 * tests/check/gst/gstabi.c: (GST_START_TEST), (gstabi_suite),
14740 * tests/check/gst/struct_i386.h:
14741 Added check for ABI compatibility.
14743 2005-12-07 Wim Taymans <wim@fluendo.com>
14745 * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
14746 (gst_fake_src_get_times), (gst_fake_src_create):
14747 Fix broken sync option, fixes #323259
14749 2005-12-07 Wim Taymans <wim@fluendo.com>
14754 * gst/gstcaps.c: (gst_caps_is_equal):
14755 Don't assert on NULL <--> X. Fixes #323260
14757 * gst/gstminiobject.c: (gst_mini_object_replace):
14758 If we're doing atomic operations, we might just as well use
14759 the proper way to get an atomic pointer.
14761 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
14762 Clean up debugging.
14764 2005-12-07 Michael Smith <msmith@fluendo.com>
14766 * gst/parse/grammar.y:
14767 Remove handling of { } for threads.
14769 2005-12-06 David Schleef <ds@schleef.org>
14771 * libs/gst/base/gstbasetransform.c: speling fix.
14773 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
14775 * docs/libs/tmpl/gstdataprotocol.sgml:
14776 * docs/random/omega/testing/gstobject.c:
14779 * gst/gstelement.c:
14780 * gst/gstelementfactory.c:
14783 * gst/gstghostpad.c:
14785 * gst/gstpadtemplate.c:
14786 * gst/gstregistryxml.c:
14787 * gst/gsttaglist.c:
14788 * gst/gsttagsetter.c:
14789 * gst/gsttypefind.c:
14791 * libs/gst/base/gstbasesrc.c:
14792 * libs/gst/net/gstnetclientclock.c:
14793 * libs/gst/net/gstnettimeprovider.c:
14794 * plugins/elements/gstfakesrc.c:
14795 * plugins/elements/gstfdsrc.c:
14796 * plugins/elements/gstfilesrc.c:
14797 * plugins/elements/gstidentity.c:
14798 * plugins/elements/gstqueue.c:
14799 * plugins/elements/gsttypefindelement.c:
14800 * plugins/indexers/gstfileindex.c:
14801 * plugins/indexers/gstmemindex.c:
14802 * tests/check/gst/gsttag.c:
14803 * tests/old/examples/cutter/cutter.c:
14804 * tests/old/examples/mixer/mixer.c:
14805 * tests/old/examples/xml/runxml.c: (main):
14806 * tests/old/testsuite/caps/normalisation.c:
14807 * tests/old/testsuite/debug/global.c:
14808 * tests/old/testsuite/parse/parse1.c:
14809 * tools/gst-xmlinspect.c:
14810 * win32/common/dirent.c:
14813 === release 0.10.0 ===
14815 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
14818 releasing 0.10.0, "Maroilles"
14820 2005-12-05 Thomas Vander Stichele <thomas at apestaart dot org>
14822 submitted by: Funda Wang <fundawang@linux.net.cn>
14826 added Chinese (Traditional) translation
14828 2005-12-05 Thomas Vander Stichele <thomas at apestaart dot org>
14830 * docs/gst/gstreamer-sections.txt:
14831 * docs/libs/tmpl/gstdataprotocol.sgml:
14832 * docs/random/thomasvs/TODO:
14837 2005-12-05 Andy Wingo <wingo@pobox.com>
14839 patch by: Wim Taymans <wim@fluendo.com>
14841 * libs/gst/base/gstbasetransform.c
14842 (gst_base_transform_prepare_output_buf)
14843 (gst_base_transform_buffer_alloc):
14844 * plugins/elements/gstqueue.c (gst_queue_bufferalloc): Call
14845 alloc_buffer_and_set_caps.
14847 * gst/gstpad.c (gst_pad_alloc_buffer): Changed to not call
14848 set_caps on the source pad.
14849 (gst_pad_alloc_buffer_and_set_caps): New function, does what
14850 alloc_buffer used to do. Fixes #322874.
14852 * docs/gst/gstreamer-sections.txt:
14853 * docs/design/part-negotiation.txt:
14854 * docs/pwg/advanced-negotiation.xml: Update for the alloc_buffer
14857 2005-12-05 Thomas Vander Stichele <thomas at apestaart dot org>
14859 patch by: Sebastien Moutte
14862 * win32/common/config.h.in:
14863 * win32/vs6/libgstcontroller.dsp:
14866 2005-12-05 Wim Taymans <wim@fluendo.com>
14868 * gst/gstcaps.c: (gst_caps_is_equal):
14869 * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
14870 (gst_fake_src_create):
14871 Back out previous code changes, leave doc updates, file bugs
14874 2005-12-05 Wim Taymans <wim@fluendo.com>
14876 * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
14877 (gst_fake_src_get_times), (gst_fake_src_create):
14878 * plugins/elements/gstfakesrc.h:
14879 Fix broken sync code.
14881 2005-12-05 Wim Taymans <wim@fluendo.com>
14883 * gst/gstcaps.c: (gst_caps_is_equal):
14884 Comparing NULL against !NULL yields different caps, not a
14887 2005-12-05 Wim Taymans <wim@fluendo.com>
14889 * gst/gstpipeline.c:
14890 Fix small typo in docs.
14892 2005-12-05 Andy Wingo <wingo@pobox.com>
14894 patch by: Thomas Vander Stichele <thomas at apestaart dot org>
14896 * gst/gst.c (init_post): remove hard-coded 0.9 location for
14897 registries/plugins with a MAJORMINOR one.
14898 (plugin_desc): Rename library from gstcoreleements to
14899 staticelements. Fixes #323222.
14901 2005-12-05 Tim-Philipp Müller <tim at centricular dot net>
14903 * libs/gst/base/gstcollectpads.c: (gst_collect_pads_base_init):
14904 Change debug category to 'collectpads' from 'collect_pads'
14907 2005-12-04 Thomas Vander Stichele <thomas at apestaart dot org>
14909 patch by: Sebastien Moutte
14911 * libs/gst/controller/gstinterpolation.c:
14912 use convert function for uint64/double
14913 * win32/vs6/libgstcontroller.dsp:
14916 2005-12-04 Thomas Vander Stichele <thomas at apestaart dot org>
14918 * gst/gstutils.c: (gst_util_guint64_to_gdouble),
14919 (gst_util_gdouble_to_guint64), (gst_util_uint64_scale_int64):
14921 * tests/check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
14922 add tests that seem to show that the guint64/gdouble conversions
14925 2005-12-02 Wim Taymans <wim@fluendo.com>
14927 * gst/gstregistry.c: (gst_registry_add_path):
14928 * gst/gstregistry.h:
14929 * gst/gstregistryxml.c:
14932 2005-12-02 Wim Taymans <wim@fluendo.com>
14934 * gst/gstutils.c: (gst_util_uint64_scale_int64),
14935 (gst_util_uint64_scale_int):
14938 * libs/gst/base/gstbasesink.c: (gst_base_sink_handle_object):
14939 Add debug log line.
14941 * libs/gst/base/gstbasetransform.c: (gst_base_transform_event):
14944 2005-12-02 Thomas Vander Stichele <thomas at apestaart dot org>
14947 * win32/common/config.h:
14948 * win32/vs6/gstreamer.dsw:
14949 * win32/vs6/libgstcoreelements.dsp:
14950 * win32/vs6/libgstelements.dsp:
14951 renamed core elements plugin
14953 2005-12-02 Thomas Vander Stichele <thomas at apestaart dot org>
14955 * tools/gst-run.c: (compare_major_minor), (find_highest_version),
14957 do piece-wise major/minor comparison so 0.9 < 0.10
14958 also allow .exe extensions for tools
14960 2005-12-02 Michael Smith <msmith@fluendo.com>
14963 Escape a % to make gtkdoc happier; bug 322958.
14965 === release 0.9.7 ===
14967 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
14970 releasing 0.9.7, "My Dog Has No Nose"
14972 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
14974 * common/gst-xmlinspect.py:
14976 * docs/libs/tmpl/gstdataprotocol.sgml:
14977 * docs/random/release:
14996 * win32/common/config.h:
14997 * win32/common/config.h.in:
14998 * win32/vs6/gst_inspect.dsp:
14999 * win32/vs6/gst_launch.dsp:
15000 * win32/vs6/libgstbase.dsp:
15001 * win32/vs6/libgstelements.dsp:
15002 * win32/vs6/libgstreamer.dsp:
15003 * win32/vs7/GStreamer.vcproj:
15004 * win32/vs7/gst-inspect.vcproj:
15005 * win32/vs7/gst-launch.vcproj:
15006 * win32/vs7/libgstbase.vcproj:
15007 bump GST_MAJORMINOR to 0.10
15008 reset libtool version
15010 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15014 Added Bulgarian translation by (Alexander Shopov)
15016 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15018 * tests/check/gst/gstplugin.c:
15021 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15023 * common/gst-xmlinspect.py:
15024 * common/gtk-doc-plugins.mak:
15026 * docs/Makefile.am:
15027 * docs/gst/Makefile.am:
15028 * docs/gst/gstreamer-docs.sgml:
15029 * docs/gst/gstreamer-sections.txt:
15030 * docs/gst/gstreamer.types:
15031 * docs/gst/gstreamer.types.in:
15032 * docs/plugins/Makefile.am:
15033 * docs/plugins/gstreamer-plugins-docs.sgml:
15034 * docs/plugins/gstreamer-plugins-sections.txt:
15035 * docs/plugins/gstreamer-plugins.types:
15036 * docs/plugins/inspect.stamp:
15037 * docs/plugins/inspect/plugin-coreelements.xml:
15038 * docs/plugins/inspect/plugin-coreindexers.xml:
15039 * docs/plugins/scanobj-build.stamp:
15040 * gstreamer.spec.in:
15041 * plugins/elements/Makefile.am:
15042 * plugins/elements/gstelements.c:
15043 * plugins/elements/gstfakesink.c:
15044 * plugins/elements/gstfakesrc.c:
15045 * plugins/elements/gstfilesink.c:
15046 * plugins/elements/gstfilesrc.c:
15047 * plugins/elements/gstqueue.c:
15048 * plugins/indexers/Makefile.am:
15049 * plugins/indexers/gstindexers.c:
15050 document core plugins in a separate document just like all the
15052 rename these plugins to something starting with core
15054 2005-12-01 Andy Wingo <wingo@pobox.com>
15056 * gst/gstevent.h (struct _GstEvent): Meant to remove the extra
15057 padding here before, but it missed the commit.
15059 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
15061 * libs/gst/controller/gstinterpolation.c:
15062 whitespace prices have crashed, we should feel free to use some now
15063 use gst_guint64_to_gdouble
15065 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
15067 * libs/gst/controller/gstcontroller.c:
15068 * libs/gst/controller/gsthelper.c:
15069 * libs/gst/controller/gstinterpolation.c:
15070 * libs/gst/controller/lib.c:
15071 wrap config.h include
15073 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
15075 * docs/gst/gstreamer-sections.txt:
15078 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
15080 * plugins/elements/gstelements.c:
15081 * plugins/elements/gstfdsink.c: (gst_fd_sink__base_init),
15082 (gst_fd_sink__class_init), (gst_fd_sink__init),
15083 (gst_fd_sink__chain), (gst_fd_sink__set_property),
15084 (gst_fd_sink__get_property):
15085 * plugins/elements/gstfdsink.h:
15086 * plugins/elements/gstfdsrc.c: (_do_init), (gst_fd_src_base_init),
15087 (gst_fd_src_class_init), (gst_fd_src_init), (gst_fd_src_dispose),
15088 (gst_fd_src_update_fd), (gst_fd_src_start), (gst_fd_src_stop),
15089 (gst_fd_src_unlock), (gst_fd_src_set_property),
15090 (gst_fd_src_get_property), (gst_fd_src_create),
15091 (gst_fd_src_is_seekable), (gst_fd_src_get_size),
15092 (gst_fd_src_uri_get_type), (gst_fd_src_uri_get_protocols),
15093 (gst_fd_src_uri_get_uri), (gst_fd_src_uri_set_uri),
15094 (gst_fd_src_uri_handler_init):
15095 * plugins/elements/gstfdsrc.h:
15096 * plugins/elements/gstqueue.c: (gst_queue_get_type):
15099 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15101 * docs/gst/Makefile.am:
15102 * docs/gst/gstreamer.types.in:
15106 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15112 * gst/gstregistry.h:
15113 * tests/benchmarks/complexity.c:
15114 * tests/benchmarks/mass-elements.c:
15115 * tests/check/Makefile.am:
15116 * tools/Makefile.am:
15117 * tools/gst-inspect.c:
15118 * tools/gst-xmlinspect.c:
15119 various fixes to make
15120 --disable-nls --disable-registry --disable-loadsave
15121 --disable-parse --disable-gst-debug
15122 work and get the core .so down to 360444 bytes after stripping
15124 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15129 * docs/random/thomasvs/TODO:
15130 * tests/Makefile.am:
15134 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15136 * win32/GStreamer.vcproj:
15139 * win32/Makefile.inspect:
15140 * win32/Makefile.launch:
15141 * win32/Makefile.register:
15142 * win32/README.txt:
15143 * win32/gst-inspect.vcproj:
15144 * win32/gst-launch.vcproj:
15145 * win32/gst-register.vcproj:
15146 * win32/gstelements.vcproj:
15147 * win32/gstgetbits.def:
15148 * win32/gstgetbits.vcproj:
15149 * win32/gstreamer-dbg.def:
15150 * win32/gstreamer.def:
15151 * win32/libgstbase.def:
15152 * win32/libgstbase.vcproj:
15153 * win32/link_oldruntime.c:
15157 * win32/msvc71.sln:
15158 move even more stuff, win32/ is nice and clean now
15160 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15162 * libs/gst/control/.cvsignore:
15167 * win32/gstbytestream.def:
15168 * win32/gstbytestream.vcproj:
15169 * win32/gstconfig.h:
15170 * win32/gstenumtypes.c:
15171 * win32/gstenumtypes.h:
15172 * win32/gstoptimalscheduler.vcproj:
15173 * win32/gstversion.h:
15175 * win32/testsuite/bins.vcproj:
15176 * win32/testsuite/bytestream.vcproj:
15177 * win32/testsuite/caps.vcproj:
15178 * win32/testsuite/cleanup.vcproj:
15179 * win32/testsuite/clock.vcproj:
15180 * win32/testsuite/debug.vcproj:
15181 * win32/testsuite/dlopen.vcproj:
15182 * win32/testsuite/dynparams.vcproj:
15183 * win32/testsuite/elements.vcproj:
15184 * win32/testsuite/ghostpads.vcproj:
15185 * win32/testsuite/indexers.vcproj:
15186 * win32/testsuite/negotiation.vcproj:
15187 * win32/testsuite/parse.vcproj:
15188 * win32/testsuite/plugin.vcproj:
15189 * win32/testsuite/refcounting.vcproj:
15190 * win32/testsuite/schedulers.vcproj:
15191 * win32/testsuite/states.vcproj:
15192 * win32/testsuite/tags.vcproj:
15193 * win32/testsuite/threads.vcproj:
15194 remove old win32 stuff that isn't maintained and should be
15197 2005-11-30 Andy Wingo <wingo@pobox.com>
15199 * configure.ac (GST_PKG_DEPS): Revert previous patch, makes
15200 loading the gst.interfaces python module bork.
15202 * configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc,
15203 available since GLib 2.2. Fixes #318031.
15205 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15208 * check/.cvsignore:
15209 * check/Makefile.am:
15210 * check/elements/.cvsignore:
15211 * check/elements/fakesrc.c:
15212 * check/elements/fdsrc.c:
15213 * check/elements/identity.c:
15214 * check/generic/.cvsignore:
15215 * check/generic/states.c:
15216 * check/gst-libs/.cvsignore:
15217 * check/gst-libs/controller.c:
15218 * check/gst-libs/gdp.c:
15219 * check/gst/.cvsignore:
15220 * check/gst/capslist.h:
15222 * check/gst/gstbin.c:
15223 * check/gst/gstbuffer.c:
15224 * check/gst/gstbus.c:
15225 * check/gst/gstcaps.c:
15226 * check/gst/gstelement.c:
15227 * check/gst/gstevent.c:
15228 * check/gst/gstghostpad.c:
15229 * check/gst/gstiterator.c:
15230 * check/gst/gstmessage.c:
15231 * check/gst/gstminiobject.c:
15232 * check/gst/gstobject.c:
15233 * check/gst/gstpad.c:
15234 * check/gst/gstpipeline.c:
15235 * check/gst/gstplugin.c:
15236 * check/gst/gstsegment.c:
15237 * check/gst/gststructure.c:
15238 * check/gst/gstsystemclock.c:
15239 * check/gst/gsttag.c:
15240 * check/gst/gstutils.c:
15241 * check/gst/gstvalue.c:
15242 * check/net/.cvsignore:
15243 * check/net/gstnetclientclock.c:
15244 * check/net/gstnettimeprovider.c:
15245 * check/pipelines/.cvsignore:
15246 * check/pipelines/cleanup.c:
15247 * check/pipelines/simple_launch_lines.c:
15248 * check/pipelines/stress.c:
15249 * check/states/.cvsignore:
15250 * check/states/sinks.c:
15252 * examples/Makefile.am:
15253 * examples/appreader/.cvsignore:
15254 * examples/appreader/Makefile.am:
15255 * examples/appreader/appreader.c:
15256 * examples/controller/.cvsignore:
15257 * examples/controller/Makefile.am:
15258 * examples/controller/audio-example.c:
15259 * examples/cutter/.cvsignore:
15260 * examples/cutter/Makefile.am:
15261 * examples/cutter/cutter.c:
15262 * examples/cutter/cutter.h:
15263 * examples/events/Makefile.am:
15264 * examples/events/seek.c:
15265 * examples/helloworld/.cvsignore:
15266 * examples/helloworld/Makefile.am:
15267 * examples/helloworld/helloworld.c:
15268 * examples/helloworld2/.cvsignore:
15269 * examples/helloworld2/Makefile.am:
15270 * examples/helloworld2/helloworld2.c:
15271 * examples/launch/.cvsignore:
15272 * examples/launch/Makefile.am:
15273 * examples/launch/mp3parselaunch.c:
15274 * examples/launch/mp3play:
15275 * examples/manual/.cvsignore:
15276 * examples/manual/Makefile.am:
15277 * examples/manual/extract.pl:
15278 * examples/metadata/Makefile.am:
15279 * examples/metadata/read-metadata.c:
15280 * examples/mixer/.cvsignore:
15281 * examples/mixer/Makefile.am:
15282 * examples/mixer/mixer.c:
15283 * examples/mixer/mixer.h:
15284 * examples/pingpong/.cvsignore:
15285 * examples/pingpong/Makefile.am:
15286 * examples/pingpong/pingpong.c:
15287 * examples/plugins/.cvsignore:
15288 * examples/plugins/Makefile.am:
15289 * examples/plugins/example.c:
15290 * examples/plugins/example.h:
15291 * examples/pwg/.cvsignore:
15292 * examples/pwg/Makefile.am:
15293 * examples/pwg/extract.pl:
15294 * examples/queue/.cvsignore:
15295 * examples/queue/Makefile.am:
15296 * examples/queue/queue.c:
15297 * examples/queue2/.cvsignore:
15298 * examples/queue2/Makefile.am:
15299 * examples/queue2/queue2.c:
15300 * examples/queue3/.cvsignore:
15301 * examples/queue3/Makefile.am:
15302 * examples/queue3/queue3.c:
15303 * examples/queue4/.cvsignore:
15304 * examples/queue4/Makefile.am:
15305 * examples/queue4/queue4.c:
15306 * examples/retag/.cvsignore:
15307 * examples/retag/Makefile.am:
15308 * examples/retag/retag.c:
15309 * examples/retag/transcode.c:
15310 * examples/thread/.cvsignore:
15311 * examples/thread/Makefile.am:
15312 * examples/thread/thread.c:
15313 * examples/typefind/.cvsignore:
15314 * examples/typefind/Makefile.am:
15315 * examples/typefind/typefind.c:
15316 * examples/xml/.cvsignore:
15317 * examples/xml/Makefile.am:
15318 * examples/xml/createxml.c:
15319 * examples/xml/runxml.c:
15320 * tests/Makefile.am:
15321 * tests/check/Makefile.am:
15322 * testsuite/.cvsignore:
15323 * testsuite/Makefile.am:
15325 * testsuite/caps/.cvsignore:
15326 * testsuite/caps/Makefile.am:
15327 * testsuite/caps/app_fixate.c:
15328 * testsuite/caps/audioscale.c:
15329 * testsuite/caps/caps.c:
15330 * testsuite/caps/caps.h:
15331 * testsuite/caps/caps_strings:
15332 * testsuite/caps/compatibility.c:
15333 * testsuite/caps/deserialize.c:
15334 * testsuite/caps/enumcaps.c:
15335 * testsuite/caps/eratosthenes.c:
15336 * testsuite/caps/filtercaps.c:
15337 * testsuite/caps/fixed.c:
15338 * testsuite/caps/fraction-convert.c:
15339 * testsuite/caps/fraction-multiply-and-zero.c:
15340 * testsuite/caps/intersect2.c:
15341 * testsuite/caps/intersection.c:
15342 * testsuite/caps/normalisation.c:
15343 * testsuite/caps/random.c:
15344 * testsuite/caps/renegotiate.c:
15345 * testsuite/caps/sets.c:
15346 * testsuite/caps/simplify.c:
15347 * testsuite/caps/string-conversions.c:
15348 * testsuite/caps/structure.c:
15349 * testsuite/caps/subtract.c:
15350 * testsuite/caps/union.c:
15351 * testsuite/debug/.cvsignore:
15352 * testsuite/debug/Makefile.am:
15353 * testsuite/debug/category.c:
15354 * testsuite/debug/commandline.c:
15355 * testsuite/debug/global.c:
15356 * testsuite/debug/output.c:
15357 * testsuite/debug/printf_extension.c:
15358 * testsuite/dlopen/.cvsignore:
15359 * testsuite/dlopen/Makefile.am:
15360 * testsuite/dlopen/dlopen_gst.c:
15361 * testsuite/dlopen/loadgst.c:
15362 * testsuite/elements/.cvsignore:
15363 * testsuite/elements/Makefile.am:
15364 * testsuite/elements/gst-inspect-check.in:
15365 * testsuite/elements/struct_i386.h:
15366 * testsuite/elements/struct_size.c:
15367 * testsuite/indexers/.cvsignore:
15368 * testsuite/indexers/Makefile.am:
15369 * testsuite/indexers/cache1.c:
15370 * testsuite/indexers/indexdump.c:
15371 * testsuite/parse/.cvsignore:
15372 * testsuite/parse/Makefile.am:
15373 * testsuite/parse/parse1.c:
15374 * testsuite/parse/parse2.c:
15375 * testsuite/plugin/.cvsignore:
15376 * testsuite/plugin/Makefile.am:
15377 * testsuite/plugin/README:
15378 * testsuite/plugin/dynamic.c:
15379 * testsuite/plugin/linked.c:
15380 * testsuite/plugin/loading.c:
15381 * testsuite/plugin/registry.c:
15382 * testsuite/plugin/static.c:
15383 * testsuite/plugin/static2.c:
15384 * testsuite/plugin/testplugin.c:
15385 * testsuite/plugin/testplugin2.c:
15386 * testsuite/plugin/testplugin2_s.c:
15387 * testsuite/plugin/testplugin_s.c:
15388 * testsuite/refcounting/.cvsignore:
15389 * testsuite/refcounting/Makefile.am:
15390 * testsuite/refcounting/bin.c:
15391 * testsuite/refcounting/element.c:
15392 * testsuite/refcounting/element_pad.c:
15393 * testsuite/refcounting/mainloop.c:
15394 * testsuite/refcounting/mem.c:
15395 * testsuite/refcounting/mem.h:
15396 * testsuite/refcounting/object.c:
15397 * testsuite/refcounting/pad.c:
15398 * testsuite/refcounting/sched.c:
15399 * testsuite/refcounting/thread.c:
15400 * testsuite/states/.cvsignore:
15401 * testsuite/states/Makefile.am:
15402 * testsuite/states/bin.c:
15403 * testsuite/states/locked.c:
15404 * testsuite/states/parent.c:
15405 * testsuite/threads/.cvsignore:
15406 * testsuite/threads/159566.c:
15407 * testsuite/threads/159852.c:
15408 * testsuite/threads/Makefile.am:
15409 * testsuite/threads/queue.c:
15410 * testsuite/threads/signals.c:
15411 * testsuite/threads/staticrec.c:
15412 * testsuite/threads/thread.c:
15413 * testsuite/threads/threadb.c:
15414 * testsuite/threads/threadc.c:
15415 * testsuite/threads/threadd.c:
15416 * testsuite/threads/threade.c:
15417 * testsuite/threads/threadf.c:
15418 * testsuite/threads/threadg.c:
15419 * testsuite/threads/threadh.c:
15420 * testsuite/threads/threadi.c:
15421 move all of these under tests
15423 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15426 * tests/Makefile.am:
15429 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15431 * docs/gst/gstreamer-sections.txt:
15432 * tests/sched/.cvsignore:
15433 * tests/sched/Makefile.am:
15434 * tests/sched/cases/(fs-fs).xml:
15435 * tests/sched/cases/(fs-i-fs).xml:
15436 * tests/sched/cases/(fs-i-i-fs).xml:
15437 * tests/sched/cases/(fs-i-q[i-fs]).xml:
15438 * tests/sched/dynamic-pipeline.c:
15439 * tests/sched/interrupt1.c:
15440 * tests/sched/interrupt2.c:
15441 * tests/sched/interrupt3.c:
15442 * tests/sched/runtestcases:
15443 * tests/sched/runxml.c:
15444 * tests/sched/sched-stress.c:
15445 * tests/sched/sort.c:
15446 * tests/sched/testcases:
15447 * tests/sched/testcases1.tc:
15448 * tests/seeking/.cvsignore:
15449 * tests/seeking/Makefile.am:
15450 * tests/seeking/seeking1.c:
15451 * tests/threadstate/.cvsignore:
15452 * tests/threadstate/Makefile.am:
15453 * tests/threadstate/test1.c:
15454 * tests/threadstate/test2.c:
15455 * tests/threadstate/threadstate1.c:
15456 * tests/threadstate/threadstate2.c:
15457 * tests/threadstate/threadstate3.c:
15458 * tests/threadstate/threadstate4.c:
15459 * tests/threadstate/threadstate5.c:
15460 remove obsolete tests
15462 * tests/bench-complexity.scm:
15463 * tests/bench-mass_elements.scm:
15464 * tests/complexity.c:
15465 * tests/complexity.gnuplot:
15466 * tests/instantiate/.cvsignore:
15467 * tests/instantiate/Makefile.am:
15468 * tests/instantiate/caps.c:
15469 * tests/mass_elements.c:
15470 * tests/network-clock-utils.scm:
15471 * tests/network-clock.scm:
15473 First pass at cleaning up tests/ dir before moving the rest
15474 Combined with CVS surgery
15476 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15479 queue has moved, update
15481 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15483 * docs/gst/gstreamer-sections.txt:
15484 remove double entries from the docs
15485 * gst/gst_private.h:
15486 * gst/gstinfo.c: (_gst_debug_init):
15487 remove the THREAD debug category
15491 * docs/gst/gstreamer.types:
15492 * plugins/elements/gstqueue.c: (gst_queue_get_type),
15493 (gst_queue_init), (gst_queue_finalize), (gst_queue_change_state):
15494 completely move queue and fix up debugging categories
15496 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15498 * plugins/elements/gstidentity.c: (gst_identity_transform_ip):
15499 make initialization portable, using LL is not
15501 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15503 * win32/common/gstconfig.h:
15506 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15508 * win32/common/libgstreamer.def:
15509 rename symbols; sort base section
15511 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15513 * gst/gstclock.c: (do_linear_regression):
15514 remove crack non-portable handrolled DEBUG macro
15516 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15518 * docs/random/release:
15520 * win32/common/gstenumtypes.c: (register_gst_object_flags),
15521 (gst_object_flags_get_type), (register_gst_bin_flags),
15522 (gst_bin_flags_get_type), (register_gst_buffer_flag),
15523 (gst_buffer_flag_get_type), (register_gst_bus_flags),
15524 (gst_bus_flags_get_type), (register_gst_bus_sync_reply),
15525 (gst_bus_sync_reply_get_type), (register_gst_caps_flags),
15526 (gst_caps_flags_get_type), (register_gst_clock_return),
15527 (gst_clock_return_get_type), (register_gst_clock_entry_type),
15528 (gst_clock_entry_type_get_type), (register_gst_clock_flags),
15529 (gst_clock_flags_get_type), (register_gst_state),
15530 (gst_state_get_type), (register_gst_state_change_return),
15531 (gst_state_change_return_get_type), (register_gst_state_change),
15532 (gst_state_change_get_type), (register_gst_element_flags),
15533 (gst_element_flags_get_type), (register_gst_core_error),
15534 (gst_core_error_get_type), (register_gst_library_error),
15535 (gst_library_error_get_type), (register_gst_resource_error),
15536 (gst_resource_error_get_type), (register_gst_stream_error),
15537 (gst_stream_error_get_type), (register_gst_event_type_flags),
15538 (gst_event_type_flags_get_type), (register_gst_event_type),
15539 (gst_event_type_get_type), (register_gst_seek_type),
15540 (gst_seek_type_get_type), (register_gst_seek_flags),
15541 (gst_seek_flags_get_type), (register_gst_format),
15542 (gst_format_get_type), (register_gst_index_certainty),
15543 (gst_index_certainty_get_type), (register_gst_index_entry_type),
15544 (gst_index_entry_type_get_type),
15545 (register_gst_index_lookup_method),
15546 (gst_index_lookup_method_get_type), (register_gst_assoc_flags),
15547 (gst_assoc_flags_get_type), (register_gst_index_resolver_method),
15548 (gst_index_resolver_method_get_type), (register_gst_index_flags),
15549 (gst_index_flags_get_type), (register_gst_debug_level),
15550 (gst_debug_level_get_type), (register_gst_debug_color_flags),
15551 (gst_debug_color_flags_get_type), (register_gst_iterator_result),
15552 (gst_iterator_result_get_type), (register_gst_iterator_item),
15553 (gst_iterator_item_get_type), (register_gst_message_type),
15554 (gst_message_type_get_type), (register_gst_mini_object_flags),
15555 (gst_mini_object_flags_get_type), (register_gst_pad_link_return),
15556 (gst_pad_link_return_get_type), (register_gst_flow_return),
15557 (gst_flow_return_get_type), (register_gst_activate_mode),
15558 (gst_activate_mode_get_type), (register_gst_pad_direction),
15559 (gst_pad_direction_get_type), (register_gst_pad_flags),
15560 (gst_pad_flags_get_type), (register_gst_pad_presence),
15561 (gst_pad_presence_get_type), (register_gst_pad_template_flags),
15562 (gst_pad_template_flags_get_type), (register_gst_pipeline_flags),
15563 (gst_pipeline_flags_get_type), (register_gst_plugin_error),
15564 (gst_plugin_error_get_type), (register_gst_plugin_flags),
15565 (gst_plugin_flags_get_type), (register_gst_rank),
15566 (gst_rank_get_type), (register_gst_query_type),
15567 (gst_query_type_get_type), (register_gst_tag_merge_mode),
15568 (gst_tag_merge_mode_get_type), (register_gst_tag_flag),
15569 (gst_tag_flag_get_type), (register_gst_task_state),
15570 (gst_task_state_get_type), (register_gst_alloc_trace_flags),
15571 (gst_alloc_trace_flags_get_type),
15572 (register_gst_type_find_probability),
15573 (gst_type_find_probability_get_type), (register_gst_uri_type),
15574 (gst_uri_type_get_type), (register_gst_parse_error),
15575 (gst_parse_error_get_type):
15576 * win32/common/gstenumtypes.h:
15577 * win32/common/gstversion.h:
15578 update visual studio generated files
15580 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15582 * win32/vs6/libgstbase.dsp:
15583 * win32/vs6/libgstelements.dsp:
15584 update project files for new locations
15586 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
15591 reinstate and update
15596 * docs/random/LICENSE:
15599 2005-11-30 Edward Hervey <edward@fluendo.com>
15601 * gst/gsttypefind.c: (gst_type_find_register):
15602 * gst/gsttypefind.h:
15603 * gst/gsttypefindfactory.c: (gst_type_find_factory_init),
15604 (gst_type_find_factory_dispose):
15605 * gst/gsttypefindfactory.h:
15606 Fix memory leak in GstTypeFindFactory.
15608 2005-11-29 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15611 * plugins/elements/Makefile.am:
15612 * plugins/elements/gstelements.c:
15613 * plugins/elements/gstqueue.c:
15614 move queue from core to the elements plugin
15616 2005-11-29 Andy Wingo <wingo@pobox.com>
15618 * libs/gst/base/gstbasetransform.h:
15619 * libs/gst/base/gstbasesrc.h:
15620 * libs/gst/base/gstbasesink.h: en-LARGE the padding.
15622 * gst/gstconfig.h.in (GST_PADDING_LARGE): New define, the number
15623 of pointers by which to pad very extensible base classes (like the
15624 ones in libs/gst/base).
15626 2005-11-29 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15628 * docs/gst/gstreamer-docs.sgml:
15629 * docs/gst/gstreamer-sections.txt:
15630 * docs/libs/gstreamer-libs-docs.sgml:
15631 * docs/libs/gstreamer-libs-sections.txt:
15632 moving documentation from core to lib
15634 2005-11-29 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15636 * check/Makefile.am:
15638 * docs/gst/Makefile.am:
15640 * gst/base/.cvsignore:
15641 * gst/base/Makefile.am:
15643 * gst/base/gstadapter.c:
15644 * gst/base/gstadapter.h:
15645 * gst/base/gstbasesink.c:
15646 * gst/base/gstbasesink.h:
15647 * gst/base/gstbasesrc.c:
15648 * gst/base/gstbasesrc.h:
15649 * gst/base/gstbasetransform.c:
15650 * gst/base/gstbasetransform.h:
15651 * gst/base/gstcollectpads.c:
15652 * gst/base/gstcollectpads.h:
15653 * gst/base/gstpushsrc.c:
15654 * gst/base/gstpushsrc.h:
15655 * gst/base/gsttypefindhelper.c:
15656 * gst/base/gsttypefindhelper.h:
15657 * gst/check/Makefile.am:
15658 * gst/check/gstcheck.c:
15659 * gst/check/gstcheck.h:
15660 * gst/net/Makefile.am:
15661 * gst/net/gstnet.h:
15662 * gst/net/gstnetclientclock.c:
15663 * gst/net/gstnetclientclock.h:
15664 * gst/net/gstnettimepacket.c:
15665 * gst/net/gstnettimepacket.h:
15666 * gst/net/gstnettimeprovider.c:
15667 * gst/net/gstnettimeprovider.h:
15668 * libs/gst/Makefile.am:
15669 * libs/gst/base/Makefile.am:
15670 * libs/gst/base/gstbasetransform.c:
15671 * libs/gst/check/Makefile.am:
15672 * plugins/elements/Makefile.am:
15674 CVS surgery + support to move base, check, and net out of gst
15677 2005-11-29 Andy Wingo <wingo@pobox.com>
15679 * gst/gstevent.h (struct _GstEvent): Only one pointer of padding.
15681 * gst/gststructure.h (struct _GstStructure): Only one pointer of
15684 * gst/gstquery.h (struct _GstQuery): Only one pointer of padding.
15686 * gst/gstpluginfeature.h: Remove a comment in PluginFeature.
15688 * gst/gstplugin.h (struct _GstPluginClass): Add some padding.
15690 * gst/gstobject.h: (struct _GstObject): Only one pointer of
15691 padding; reduces object size by about 30%. We don't expect
15692 anything else to go into gstobject.
15694 * gst/gstminiobject.h (struct _GstMiniObject)
15695 (struct _GstMiniObjectClass): Only one pointer of padding; the
15696 payload is only a pointer and two ints anyway. For the class there
15697 are only two methods as well.
15699 * gst/gstelement.h (struct _GstElementClass): Removed
15700 the state_changed signal callback, it is not used.
15702 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
15704 * docs/gst/gstreamer.types:
15705 fix includes, though they are a little dinky
15707 2005-11-29 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15709 * check/Makefile.am:
15710 look in the right place for elements, a lot more chance of
15713 remove indexers and elements subdirs
15714 * plugins/Makefile.am:
15715 make indexers conditional
15717 2005-11-29 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15721 * plugins/elements/Makefile.am:
15722 * plugins/elements/gstcapsfilter.c:
15723 * plugins/elements/gstfilesink.c:
15724 * plugins/elements/gstfilesrc.c:
15725 * plugins/elements/gstidentity.c:
15726 * plugins/indexers/Makefile.am:
15727 do CVS surgery and related build fixery to move elements
15728 and indexers in a new gstreamer/plugins directory, out of the
15731 2005-11-29 Andy Wingo <wingo@pobox.com>
15733 * check/Makefile.am:
15734 * pkgconfig/gstreamer-net-uninstalled.pc.in:
15735 * pkgconfig/gstreamer-net.pc.in:
15736 * gst/net/Makefile.am: Rename gstnet-tempname to gstnet. Fixes
15739 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
15741 * tools/Makefile.am:
15742 * tools/gst-complete.1.in:
15743 * tools/gst-complete.c:
15744 * tools/gst-compprep.1.in:
15745 * tools/gst-compprep.c:
15746 removing -compprep and -complete
15748 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
15750 * gst/gstevent.c: (gst_event_new_new_segment),
15751 (gst_event_parse_new_segment):
15753 fix #320529 - clean up new_segment API and structure.
15754 Let's hope everyone was using the methods, and not the structure.
15756 2005-11-29 Edward Hervey <edward@fluendo.com>
15758 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
15759 (gst_base_sink_event), (gst_base_sink_do_sync),
15760 (gst_base_sink_activate_pull), (gst_base_sink_change_state):
15761 Properly handle non GST_FORMAT_TIME segment
15762 * gst/elements/gstidentity.c: (gst_identity_transform_ip):
15763 Properly handle non GST_FORMAT_TIME segment
15764 * gst/gstsegment.c:
15765 This function is valid if the accumulator is 0 and the format
15766 is different from the requested format.
15768 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
15770 * docs/gst/gstreamer-sections.txt:
15771 Add gst_query_new_seeking and gst_query_parse_seeking to the
15774 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
15776 * gst/base/gstbasetransform.c: (gst_base_transform_buffer_alloc):
15777 Treat a pad alloc with new caps the same as if we were not
15778 negotiated, in order to allow a changing upstream output
15779 to produce a new format of data.
15781 2005-11-29 Edward Hervey <edward@fluendo.com>
15783 * gst/base/gstbasetransform.c: (gst_base_transform_class_init),
15784 (gst_base_transform_event), (gst_base_transform_eventfunc):
15785 The event virtual method is now properly implemented, with a default
15787 Sub classes should call the parent_class event method. They should
15788 return FALSE if they had a problem handling the given event, or don't
15789 want GstBaseTransform to send that even downstream
15790 * gst/elements/gstidentity.c: (gst_identity_class_init),
15791 (gst_identity_init), (gst_identity_event),
15792 (gst_identity_transform_ip), (gst_identity_set_property),
15793 (gst_identity_get_property):
15794 * gst/elements/gstidentity.h:
15795 Added the single-segment boolean property.
15796 If set to TRUE, it will output a single segment of data, starting from
15797 0, will eat up all incoming newsegment, and modify the timestamp of the
15798 buffers accordingly
15800 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
15802 * gst/gstghostpad.c: (gst_proxy_pad_get_target):
15803 Don't ref NULL target pad (#322751). Improve docs.
15805 2005-11-29 Michael Smith <msmith@fluendo.com>
15807 * gst/gstregistryxml.c: (load_plugin):
15808 Don't crash if we failed to load a feature from a plugin.
15810 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
15812 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15814 use more check API and less GLib API
15816 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
15819 don't run checks if we don't have check
15820 * common/check.mak:
15821 remove the registry when running make torture
15822 * docs/gst/gstreamer-sections.txt:
15823 remove second multiply
15824 * gst/gstqueue.c: (gst_queue_loop):
15825 fix a compile warning when disabling debug
15827 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
15830 Hey! Let's print the pad name if the pointer != NULL instead
15831 of when it == NULL :-)
15833 2005-11-28 Wim Taymans <wim@fluendo.com>
15835 * check/gst/gstutils.c: (GST_START_TEST):
15836 Updated check, add some scaling accuracy checking code.
15838 * gst/gstutils.c: (gst_util_div128_64),
15839 (gst_util_uint64_scale_int64), (gst_util_uint64_scale),
15840 (gst_util_uint64_scale_int):
15841 Fix 6 times faster division code. Optimize for common
15842 1/1 and less common X/1 cases.
15844 2005-11-28 Wim Taymans <wim@fluendo.com>
15846 * check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
15849 * gst/gstclock.c: (gst_clock_finalize), (gst_clock_set_master),
15850 (do_linear_regression), (gst_clock_add_observation):
15852 Release lock when the clock cannot be slaved.
15853 Catch the case where the regression returned an invalid denominator.
15855 * gst/gstutils.c: (gst_util_div128_64_iterate),
15856 (gst_util_div128_64), (gst_util_uint64_scale_int64),
15857 (gst_util_uint64_scale), (gst_util_uint64_scale_int):
15858 Add protentially more performant non-iterative 128/64 divide function
15859 that unfortunatly does not work yet.
15860 Shortcut the trivial 0/X = 0 case.
15861 Remove the warnings on overflow.
15863 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
15865 * gst/gstplugin.c: (gst_plugin_register_func):
15866 everything causing a plugin not to load should be at least a WARNING
15868 2005-11-28 Stefan Kost <ensonic@users.sf.net>
15870 * docs/random/ensonic/dparams.txt:
15871 some TODOs for the next dev cycle
15872 * libs/gst/controller/gstcontroller.c:
15873 (gst_controlled_property_set_interpolation_mode),
15874 (gst_controlled_property_new):
15875 * libs/gst/controller/gstcontroller.h:
15876 use base type to assign acccessor functions
15878 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
15880 * check/Makefile.am:
15881 Oops, that should have been top_srcdir
15883 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
15885 * check/Makefile.am:
15886 * check/elements/fdsrc.c: (GST_START_TEST):
15887 Use a cmdline define to specify the location of a file to use for
15888 testing, to avoid breaking distcheck.
15890 2005-11-28 Andy Wingo <wingo@pobox.com>
15892 * gst/gstpad.c (fixate_value): Use array functions for arrays.
15894 2005-11-28 Edward Hervey <edward@fluendo.com>
15896 * tools/gst-launch.c: (main):
15897 Clarify the output strings, makes it easier to translate.
15900 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
15903 don't try and build net if we don't even have <sys/socket.h>
15905 2005-11-27 Jan Schmidt <thaytan@mad.scientist.com>
15907 * check/Makefile.am:
15908 * check/elements/fdsrc.c: (event_func), (setup_fdsrc),
15909 (cleanup_fdsrc), (GST_START_TEST), (fdsrc_suite), (main):
15910 Add tests for fdsrc seekability
15912 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
15913 (gst_fdsrc_init), (gst_fdsrc_update_fd), (gst_fdsrc_start),
15914 (gst_fdsrc_set_property), (gst_fdsrc_is_seekable),
15915 (gst_fdsrc_get_size), (gst_fdsrc_uri_set_uri):
15916 * gst/elements/gstfdsrc.h:
15917 fdsrc should not be a 'live' source.
15918 Implement seeking on seekable fd's.
15920 * gst/gstquery.c: (gst_query_new_seeking),
15921 (gst_query_parse_seeking):
15923 Implement SEEKING query functions:
15924 *_new_seeking and *_parse_seeking
15926 2005-11-27 Stefan Kost <ensonic@users.sf.net>
15928 * gst/gstelement.c: (gst_element_dispose):
15931 * gst/gstiterator.c:
15932 * gst/gststructure.c:
15935 * libs/gst/controller/gstcontroller.c:
15936 (gst_controlled_property_set_interpolation_mode):
15937 * libs/gst/controller/gstcontroller.h:
15938 * libs/gst/controller/gstinterpolation.c:
15939 (interpolate_none_get_enum_value_array):
15940 support controlling enums
15942 2005-11-27 Tim-Philipp Müller <tim at centricular dot net>
15945 Improve documentation for gst_value_union().
15948 Change return value for union, intersect and subtract functions
15949 from gint to gboolean.
15951 2005-11-27 Tim-Philipp Müller <tim at centricular dot net>
15953 * gst/gstvalue.c: (gst_value_serialize_any_list),
15954 (gst_value_transform_any_list_string),
15955 (gst_value_deserialize_list), (gst_value_deserialize_array),
15956 (gst_value_set_int_range), (gst_value_deserialize_int_range),
15957 (gst_value_set_double_range), (gst_value_deserialize_double_range),
15958 (gst_value_set_fraction_range_full),
15959 (gst_value_deserialize_fraction_range),
15960 (gst_value_deserialize_caps), (gst_value_deserialize_buffer),
15961 (gst_value_deserialize_boolean),
15962 (gst_value_deserialize_int_helper), (gst_value_deserialize_double),
15963 (gst_value_serialize_float), (gst_value_deserialize_float),
15964 (gst_string_wrap), (gst_value_deserialize_string),
15965 (gst_value_deserialize_enum), (gst_value_deserialize_flags),
15966 (gst_value_union_int_range_int_range),
15967 (gst_value_intersect_int_range_int_range),
15968 (gst_value_intersect_double_range_double_range),
15969 (gst_value_create_new_range), (gst_value_subtract_int_range_int),
15970 (gst_value_subtract_int_range_int_range),
15971 (gst_value_subtract_double_double_range),
15972 (gst_value_subtract_double_range_double_range),
15973 (gst_value_deserialize_fraction):
15975 Use gint, gdouble and gchar in our API instead of int, double and
15976 char (and make usage in gstvalue.c more consistent).
15978 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
15980 * check/Makefile.am:
15981 * libs/gst/controller/Makefile.am:
15982 * libs/gst/dataprotocol/Makefile.am:
15983 fix up Makefile.am and remove GST_ENABLE_NEW
15985 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
15989 * gst/base/Makefile.am:
15990 * gst/check/Makefile.am:
15991 * gst/elements/Makefile.am:
15992 * gst/net/Makefile.am:
15993 update LDFLAGS use some more
15995 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
15997 * common/m4/gst-doc.m4:
16000 2005-11-26 Edward Hervey <edward@fluendo.com>
16002 * gst/gstpluginfeature.c: (gst_plugin_feature_load):
16003 This shouldn't issue a g_warning since it returns NULL if it
16004 couldn't find the plugin, and all functions using this behave
16005 properly on a NULL return. Switching to a GST_WARNING.
16007 2005-11-25 Jan Schmidt <thaytan@mad.scientist.com>
16009 * gst/gstbin.c: (gst_bin_handle_message_func):
16010 Don't leak clock messages.
16012 2005-11-25 Wim Taymans <wim@fluendo.com>
16014 * gst/gstutils.c: (gst_util_uint64_scale_int64),
16015 (gst_util_uint64_scale_int):
16016 Optimisations, remove unneeded vars.
16018 2005-11-25 Wim Taymans <wim@fluendo.com>
16020 * check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
16021 Added more checks for the high precision uint64 cases.
16023 * gst/gstutils.c: (gst_util_uint64_scale_int64),
16024 (gst_util_uint64_scale), (gst_util_uint64_scale_int):
16025 Implement high precision (guint64 * guint64) / guint64.
16027 2005-11-24 Wim Taymans <wim@fluendo.com>
16029 * gst/base/gstbasesrc.c: (gst_base_src_query):
16030 Fix wrong percentage query.
16032 * gst/gstutils.c: (gst_util_uint64_scale),
16033 (gst_util_uint64_scale_int):
16034 Add some more common cases that can be handled
16035 efficiently to _scale.
16037 2005-11-24 Thomas Vander Stichele <thomas at apestaart dot org>
16039 * check/gst/gstminiobject.c: (thread_ref), (GST_START_TEST),
16040 (gst_mini_object_suite):
16041 don't use check calls from threads; check probably isn't
16042 threadsafe and using a lock to make it threadsafe would
16043 defeat the purpose of this check
16044 * gst/check/gstcheck.c:
16045 * gst/check/gstcheck.h:
16046 use GST_DEBUG some more
16048 2005-11-24 Wim Taymans <wim@fluendo.com>
16050 * gst/gstutils.c: (gst_util_uint64_scale),
16051 (gst_util_uint64_scale_int):
16052 Chain trivial case to _scale_int.
16054 2005-11-24 Wim Taymans <wim@fluendo.com>
16056 * check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
16057 Added test for scaling.
16062 * gst/gstutils.c: (gst_util_uint64_scale_int):
16063 Implemented high precision scaling code.
16065 2005-11-24 Stefan Kost <ensonic@users.sf.net>
16068 do not crash on pad==NULL
16070 2005-11-24 Thomas Vander Stichele <thomas at apestaart dot org>
16072 Patch by: Stefan Kost
16074 * common/gtk-doc.mak:
16075 * docs/gst/Makefile.am:
16076 * docs/libs/Makefile.am:
16077 Fix distcheck issues for the libraries docs build
16080 2005-11-24 Michael Smith <msmith@fluendo.com>
16082 * docs/manual/basics-helloworld.xml:
16083 Fix bug #315027: memory leak in example code in docs.
16085 2005-11-24 Michael Smith <msmith@fluendo.com>
16087 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
16088 Unlock the PREROLL_LOCK in a failure case.
16090 2005-11-24 Wim Taymans <wim@fluendo.com>
16092 * docs/gst/gstreamer-sections.txt:
16093 * gst/base/gstadapter.h:
16094 * gst/base/gstbasesink.h:
16095 * gst/base/gstbasesrc.h:
16096 * gst/base/gstbasetransform.h:
16097 * gst/base/gstpushsrc.h:
16098 * gst/elements/gstfakesink.h:
16099 * gst/elements/gstfakesrc.c: (gst_fake_src_data_get_type):
16100 * gst/elements/gstfakesrc.h:
16101 * gst/elements/gstfilesink.h:
16102 * gst/elements/gstfilesrc.h:
16105 * gst/gstbuffer.c: (_gst_buffer_copy):
16108 * gst/gstchildproxy.c:
16110 * gst/gstelement.c:
16111 * gst/gstelementfactory.c:
16112 * gst/gstelementfactory.h:
16114 * gst/gstghostpad.h:
16116 * gst/gstinterface.h:
16117 * gst/gstminiobject.c:
16118 * gst/gstminiobject.h:
16121 * gst/gstpadtemplate.h:
16122 * gst/gstpipeline.h:
16123 * gst/gstpluginfeature.h:
16126 * gst/gsttaglist.c:
16127 * gst/gsttaglist.h:
16128 * gst/gsttagsetter.c:
16129 * gst/gsttagsetter.h:
16132 * gst/gsttypefind.h:
16135 * gst/net/gstnetclientclock.c:
16136 * gst/net/gstnetclientclock.h:
16137 * gst/net/gstnettimepacket.c:
16138 * gst/net/gstnettimeprovider.c:
16139 * gst/net/gstnettimeprovider.h:
16142 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
16144 * configure.ac: back to HEAD
16146 === release 0.9.6 ===
16148 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
16151 releasing 0.9.6, "Always On Time"
16153 2005-11-23 Wim Taymans <wim@fluendo.com>
16155 * docs/gst/gstreamer-sections.txt:
16156 * gst/glib-compat.c:
16157 * gst/gsttagsetter.c:
16159 * gst/net/gstnetclientclock.c:
16160 * gst/net/gstnettimepacket.h:
16163 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
16165 * docs/faq/using.xml:
16166 * docs/libs/tmpl/gstcontrol.sgml:
16167 * docs/manual/advanced-dparams.xml:
16168 * docs/manual/appendix-checklist.xml:
16169 * docs/manual/basics-elements.xml:
16170 * docs/pwg/other-source.xml:
16171 * docs/random/moving-plugins:
16173 * tools/gst-launch.1.in:
16174 remove mentions of sinesrc
16176 2005-11-23 Michael Smith <msmith@fluendo.com>
16178 * docs/gst/gstreamer-sections.txt:
16179 Update for new API and API changes.
16181 Documentation fix: GST_TRYLOCK -> GST_OBJECT_TRYLOCK
16183 Documentation typo fix.
16184 * gst/net/gstnettimepacket.c:
16185 Documentation fixes for arguments.
16187 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
16189 * gst/gststructure.c: (gst_structure_get_fraction),
16190 (gst_structure_parse_value),
16191 (gst_structure_fixate_field_nearest_fraction):
16192 * gst/gststructure.h:
16193 * gst/gstutils.c: (gst_util_uint64_scale_int):
16195 * scripts/update-funcnames:
16197 Rename gst_util_clock_time_scale to gst_util_uint64_scale_int
16198 Make gst_structure_fixate_field_nearest_fraction take a numerator
16199 and denominator argument instead of a GValue
16200 add gst_structure_get_fraction helper function.
16202 2005-11-23 Wim Taymans <wim@fluendo.com>
16204 * docs/design/part-TODO.txt:
16207 * gst/net/gstnetclientclock.c: (gst_net_client_clock_thread):
16208 * gst/net/gstnetclientclock.h:
16209 Use parent fields for timeout and window_size.
16211 2005-11-23 Andy Wingo <wingo@pobox.com>
16213 * check/net/gstnetclientclock.c (test_functioning): Adjust to
16214 rate_num/rate_denom change.
16216 * gst/net/gstnetclientclock.c
16217 (gst_net_client_clock_observe_times): Take the SLAVE_LOCK not the
16218 OBJECT_LOCK. Don't call add_observation with the lock.
16220 * gst/gstclock.c (gst_clock_init): Initialize the rate as a
16222 (gst_clock_adjust_unlocked): Adjust using uint64_scale and the
16224 (gst_clock_set_calibration, gst_clock_get_calibration): Change to
16225 deal with rate as a fraction whose numerator and denominator are
16226 GstClockTime values.
16227 (gst_clock_set_master): Only use the OBJECT_LOCK to set the
16228 master; the other fields are protected by the SLAVE_LOCK.
16229 (do_linear_regression): Note that this must be called with the
16231 (gst_clock_add_observation): Take the SLAVE_LOCK, not the
16232 OBJECT_LOCK. Call set_calibration instead of touching the
16233 variables directly.
16234 (gst_clock_set_property, gst_clock_get_property): Protect
16235 master/slave parameters with the SLAVE_LOCK.
16237 * gst/gstclock.h (GstClock): Remove rate, add rate_numerator and
16238 rate_denominator. PR3C1S3. Add a new lock, the SLAVE_LOCK, and
16239 note that all of the instance variables that add_observation and
16240 the set_master functions use are protected by that lock and not
16242 (GST_CLOCK_SLAVE_LOCK, GST_CLOCK_SLAVE_UNLOCK): New macros.
16244 * gst/gstclock.c (gst_clock_add_observation): No longer requires
16245 the caller to take the object lock.
16247 2005-11-23 Wim Taymans <wim@fluendo.com>
16249 * gst/gsterror.c: (_gst_core_errors_init):
16251 Add error for clock stuff.
16253 * gst/gstpipeline.c: (gst_pipeline_change_state),
16254 (gst_pipeline_set_clock):
16255 Post clock error when clock cannot be used in a pipeline.
16257 2005-11-23 Stefan Kost <ensonic@users.sf.net>
16259 * docs/gst/gstreamer-sections.txt:
16260 make two symbols from gstinfo private for the docs
16261 * gst/base/gstcollectpads.h:
16263 fix doc typos, update docs
16265 2005-11-22 Wim Taymans <wim@fluendo.com>
16267 * gst/base/gstbasesink.c: (gst_base_sink_class_init),
16268 (gst_base_sink_wait), (gst_base_sink_do_sync),
16269 (gst_base_sink_handle_event):
16270 * gst/base/gstbasesink.h:
16271 No need to store the clock, the parent element class already
16274 * gst/gstbin.c: (gst_bin_set_clock_func), (gst_bin_add_func):
16275 Updates for clock_set returning a gboolean
16277 * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_id_wait),
16278 (gst_clock_id_wait_async), (gst_clock_class_init),
16279 (gst_clock_init), (gst_clock_finalize),
16280 (gst_clock_get_internal_time), (gst_clock_get_time),
16281 (gst_clock_slave_callback), (gst_clock_set_master),
16282 (gst_clock_get_master), (do_linear_regression),
16283 (gst_clock_add_observation), (gst_clock_set_property),
16284 (gst_clock_get_property):
16286 Implement master/slave. When setting a clock as a slave, a
16287 periodic timeout is scheduled to sample master and slave times.
16288 Then the slave clock is recalibrated to match offset and rate
16289 of the master clock.
16290 Update logging a bit.
16291 Add flag so that a clock can state that is cannot be slaved to
16294 * gst/gstelement.c: (gst_element_set_clock):
16295 * gst/gstelement.h:
16296 The set clock returns a gboolean for when an element cannot
16297 deal with the selected clock in the pipeline.
16299 * gst/gstpipeline.c: (gst_pipeline_change_state),
16300 (gst_pipeline_set_clock):
16301 * gst/gstpipeline.h:
16302 Handle the case where the selected clock cannot be set on
16305 * gst/net/gstnetclientclock.c: (gst_net_client_clock_class_init),
16306 (gst_net_client_clock_init), (gst_net_client_clock_finalize),
16307 (gst_net_client_clock_set_property),
16308 (gst_net_client_clock_get_property),
16309 (gst_net_client_clock_observe_times):
16310 * gst/net/gstnetclientclock.h:
16311 Use regression code in GstClock parent, remove duplicated
16314 2005-11-22 Michael Smith <msmith@fluendo.com>
16316 * gst/gstutils.c: (gst_util_clock_time_scale):
16318 * docs/gst/gstreamer-sections.txt:
16319 Rename method to have extra underscore.
16321 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
16323 * gst/elements/Makefile.am:
16324 * gst/elements/gstfakesink.c: (gst_fake_sink_state_error_get_type):
16325 * gst/elements/gstfakesrc.c: (gst_fake_src_data_get_type),
16326 (gst_fake_src_sizetype_get_type), (gst_fake_src_filltype_get_type),
16327 (gst_fake_src_init), (gst_fake_src_prepare_buffer),
16328 (gst_fake_src_alloc_buffer), (gst_fake_src_get_size):
16329 * gst/elements/gstfakesrc.h:
16330 * gst/gstqueue.c: (queue_leaky_get_type):
16331 correctly fix GEnumValues so that nick is the short lowercase
16333 * tools/gst-inspect.c: (print_element_properties_info):
16334 also show the nick, since it's useful to use from parse_launch
16338 2005-11-22 Michael Smith <msmith@fluendo.com>
16340 * gst/gstutils.c: (gst_util_clocktime_scale):
16342 * docs/gst/gstreamer-sections.txt:
16343 Add util method for scaling a clocktime by a fraction. Useful
16344 implementation is left as an exercise for the reader.
16346 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
16348 * gst/gstvalue.c: (gst_value_collect_fraction_range):
16349 If needed, allocate storage in the destination value during
16352 2005-11-22 Edward Hervey <edward@fluendo.com>
16354 * docs/gst/gstreamer-sections.txt:
16357 * gst/gsturitype.c:
16358 * gst/gsturitype.h:
16359 * gst/gstutils.c: (gst_util_set_object_arg):
16360 * tools/gst-compprep.c: (main):
16361 * tools/gst-inspect.c: (print_element_properties_info):
16362 Removed GstURI, closes bug #321061
16364 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
16366 * check/gst/gststructure.c: (GST_START_TEST):
16367 * gst/gststructure.c: (gst_structure_parse_value):
16368 Oops, broke automatic string type parsing.
16369 Add a test to catch it in future.
16371 2005-11-22 Andy Wingo <wingo@pobox.com>
16373 * gst/gsttagsetter.c (gst_tag_setter_get_tag_merge_mode)
16374 (gst_tag_setter_set_tag_merge_mode, gst_tag_setter_get_tag_list):
16375 Actually rename the function implementations. Grr.
16377 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
16379 * check/gst/capslist.h:
16381 * check/gst/gststructure.c: (GST_START_TEST),
16382 (gst_structure_suite):
16383 Test automatic value type detection in gst_structure_from_string.
16384 * gst/gststructure.c: (gst_structure_parse_value):
16385 Add fraction as a type we try and guess automatically in
16386 caps/structure strings.
16388 2005-11-22 Andy Wingo <wingo@pobox.com>
16390 patch by: Torsten Schoenfeld <kaffeetisch gmx de>
16392 * gst/gsttagsetter.h:
16393 * gst/gsttagsetter.c: (gst_tag_setter_merge_tags)
16394 (gst_tag_setter_add_tags, gst_tag_setter_add_tag_values)
16395 (gst_tag_setter_add_tag_valist)
16396 (gst_tag_setter_add_tag_valist_values): Renamed from _merge, _add,
16397 _add_values, _add_valist, and _add_valist_values. Since this is an
16398 interface the function suffixes should be more explicit so
16399 language binding don't end up with element.add_valist ->
16400 gst_tag_setter_add_valist, for example. Fixes #322069.
16402 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
16404 * check/gst/gstcaps.c: (GST_START_TEST):
16405 Extend caps string tests to check that a caps to string
16406 conversion is reversible and produces the same caps.
16408 * gst/gststructure.c: (gst_structure_value_get_generic_type):
16409 Output "fraction" as the generic type fraction range, so caps
16410 serialisation and deserialisation works.
16411 * check/gst/capslist.h:
16412 * gst/gstvalue.c: (gst_value_deserialize_fraction):
16413 Support 'MIN' and 'MAX' for deserialising fractions.
16415 2005-11-22 Andy Wingo <wingo@pobox.com>
16417 * gst/gstevent.h (gst_event_new_new_segment)
16418 (gst_event_parse_new_segment, gst_event_new_buffer_size)
16419 (gst_event_parse_buffer_size, gst_ghost_pad_new_no_target):
16420 Renamed from *_newsegment, *_buffersize, *_notarget.
16422 * scripts/update-funcnames: New script, performs the changes
16425 2005-11-22 Wim Taymans <wim@fluendo.com>
16427 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
16428 Make sure the GstFlowReturn is returned.
16430 * gst/gstbus.c: (gst_bus_add_signal_watch_full),
16431 (gst_bus_add_signal_watch):
16433 add gst_bus_add_signal_watch_full.
16435 * gst/gstplugin.c: (gst_plugin_load_file):
16436 Small style cleanup.
16438 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
16440 * check/gst/gstevent.c: (test_event), (GST_START_TEST):
16441 Block the fakesrc srcpad when we send an event, to avoid
16442 contention on the stream_lock causing random test failures.
16444 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
16446 * check/gst/gstvalue.c: (GST_START_TEST):
16447 * gst/gstvalue.c: (gst_value_fraction_subtract):
16450 2005-11-22 Stefan Kost <ensonic@users.sf.net>
16453 include "gstchildproxy.h"
16454 * gst/gstchildproxy.h:
16455 * libs/gst/controller/gstcontroller.h:
16456 use G_GNUC_NULL_TERMINATED
16458 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
16460 * check/gst/capslist.h:
16461 * check/gst/gstcaps.c: (GST_START_TEST):
16462 * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
16463 * gst/gststructure.c: (gst_structure_parse_range),
16464 (gst_structure_fixate_field_nearest_fraction):
16465 * gst/gststructure.h:
16466 * gst/gstvalue.c: (gst_value_init_fraction_range),
16467 (gst_value_free_fraction_range), (gst_value_copy_fraction_range),
16468 (gst_value_collect_fraction_range),
16469 (gst_value_lcopy_fraction_range), (gst_value_set_fraction_range),
16470 (gst_value_set_fraction_range_full),
16471 (gst_value_get_fraction_range_min),
16472 (gst_value_get_fraction_range_max),
16473 (gst_value_serialize_fraction_range),
16474 (gst_value_transform_fraction_range_string),
16475 (gst_value_compare_fraction_range),
16476 (gst_value_deserialize_fraction_range),
16477 (gst_value_intersect_fraction_fraction_range),
16478 (gst_value_intersect_fraction_range_fraction_range),
16479 (gst_value_subtract_fraction_fraction_range),
16480 (gst_value_subtract_fraction_range_fraction),
16481 (gst_value_subtract_fraction_range_fraction_range),
16482 (gst_value_collect_fraction), (gst_value_fraction_multiply),
16483 (gst_value_fraction_subtract), (gst_value_deserialize_fraction),
16484 (gst_value_transform_string_fraction), (_gst_value_initialize):
16486 Implement fraction ranges and extend GstFraction to support
16487 arithmetic subtraction, as well as deserialization from integer
16488 strings such as "100"
16489 Add a testsuite as for int and double range set operations
16491 2005-11-21 Andy Wingo <wingo@pobox.com>
16493 * gst/gsttaglist.h:
16495 * gst/gststructure.h: Add glib-compat.h.
16497 2005-11-21 Wim Taymans <wim@fluendo.com>
16499 * gst/gstbin.c: (gst_bin_change_state_func):
16502 2005-11-21 Wim Taymans <wim@fluendo.com>
16504 * gst/gstsegment.h:
16505 And add a nice define too.
16507 2005-11-21 Wim Taymans <wim@fluendo.com>
16509 * gst/gstsegment.c: (gst_segment_copy), (gst_segment_get_type),
16510 (gst_segment_new), (gst_segment_free), (gst_segment_init),
16511 (gst_segment_set_duration), (gst_segment_set_last_stop),
16512 (gst_segment_set_seek), (gst_segment_set_newsegment),
16513 (gst_segment_to_stream_time), (gst_segment_to_running_time),
16514 (gst_segment_clip):
16515 * gst/gstsegment.h:
16516 Make binding friendly.
16518 2005-11-21 Andy Wingo <wingo@pobox.com>
16520 * gst/gsttagsetter.h:
16521 * gst/gsttaglist.h:
16522 * gst/gststructure.h:
16524 * gst/gstutils.h: Sprinkle NULL_TERMINATED to taste. Fixes
16527 * gst/gsterror.c (_gst_core_errors_init):
16528 * gst/gsterror.h (GST_CORE_ERROR_MISSING_PLUGIN): New error
16531 * gst/Makefile.am (gst_headers): Add glib-compat.h.
16532 (noinst_HEADERS): noinst the -private.
16534 2005-11-21 Michael Smith <msmith@fluendo.com>
16537 * gst/gstregistry.h:
16538 Remove unimplemented declarations for which we can see no sensible
16541 2005-11-21 Andy Wingo <wingo@pobox.com>
16543 * gst/gst.h: Include glib-compat.h.
16545 * gst/glib-compat.h: Add G_GNUC_NULL_TERMINATED.
16547 * gst/glib-compat.c: Include the public and the private header.
16549 * gst/glib-compat-private.h: Copied here from glib-compat.h.
16553 * gst/gstregistryxml.c: s/glib-compat/glib-compat-private/.
16555 * check/gst/gstevent.c (create_custom_events): Check that
16556 FLUSH_STOP is serialized.
16558 * check/elements/identity.c (event_func):
16559 * check/elements/fakesrc.c (event_func): No stream lock, the core
16562 * gst/base/gstbasetransform.c (gst_base_transform_event): No more
16563 stream lock taking, yay.
16565 * gst/gstevent.h (GST_EVENT_FLUSH_STOP): Marked as serialized to
16566 ensure that core takes the stream lock.
16568 * gst/base/gstbasesrc.c (gst_base_src_do_seek): Update for stream
16571 * gst/base/gstbasesink.c (gst_base_sink_event): No need to take
16572 the stream lock for EOS, NEWSEGMENT, or FLUSH_STOP, the core does
16573 it already. For the flush start we do take it though so we get the
16574 right preroll state change messages.
16576 * gst/gstqueue.c (gst_queue_sink_activate_push): No need to take
16577 the stream lock here, the core does it for us.
16579 * gst/gstpad.h (GST_PAD_GET_STREAM_LOCK): Renamed from
16580 GST_STREAM_GET_LOCK.
16581 (GST_PAD_STREAM_LOCK, GST_PAD_STREAM_TRYLOCK)
16582 (GST_PAD_STREAM_UNLOCK, GST_PAD_STREAM_UNLOCK_FULL)
16583 (GST_PAD_STREAM_LOCK_FULL): Renamed from GST_STREAM_*.
16584 (GST_PAD_GET_PREROLL_LOCK): Renamed from GST_PREROLL_GET_LOCK.
16585 (GST_PAD_PREROLL_LOCK, GST_PAD_PREROLL_TRYLOCK)
16586 (GST_PAD_PREROLL_UNLOCK): Renamed from GST_PREROLL_*.
16588 * gst/gstpad.c: Update for stream lock name change.
16590 * gst/base/gstbasesink.c: Update for preroll lock name change.
16592 2005-11-21 Wim Taymans <wim@fluendo.com>
16594 * gst/gstclock.c: (gst_clock_init), (gst_clock_set_master),
16595 (gst_clock_get_master):
16597 * gst/gstsystemclock.c: (gst_system_clock_init):
16598 Convert Clock flags to object flags.
16599 Added methods to manage master/slave clocks.
16601 2005-11-21 Wim Taymans <wim@fluendo.com>
16603 * check/gst/gstsegment.c: (GST_START_TEST):
16604 * docs/design/part-TODO.txt:
16605 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
16606 (gst_base_sink_event), (gst_base_sink_do_sync),
16607 (gst_base_sink_activate_pull), (gst_base_sink_get_position),
16608 (gst_base_sink_query), (gst_base_sink_change_state):
16609 * gst/base/gstbasesink.h:
16610 * gst/base/gstbasesrc.c: (gst_base_src_init), (gst_base_src_query),
16611 (gst_base_src_default_newsegment),
16612 (gst_base_src_configure_segment), (gst_base_src_do_seek),
16613 (gst_base_src_get_range), (gst_base_src_loop),
16614 (gst_base_src_change_state):
16615 * gst/base/gstbasesrc.h:
16616 * gst/base/gstbasetransform.c:
16617 (gst_base_transform_prepare_output_buf),
16618 (gst_base_transform_event), (gst_base_transform_change_state):
16619 * gst/base/gstbasetransform.h:
16620 * gst/base/gstcollectpads.c: (gst_collect_pads_add_pad),
16621 (gst_collect_pads_event):
16622 * gst/base/gstcollectpads.h:
16623 * gst/elements/gstfakesrc.c: (gst_fake_src_init),
16624 (gst_fake_src_create):
16625 * gst/elements/gstfakesrc.h:
16626 * gst/elements/gstidentity.c: (gst_identity_transform_ip):
16627 * gst/gstsegment.c: (gst_segment_init), (gst_segment_set_duration),
16628 (gst_segment_set_last_stop), (gst_segment_set_seek),
16629 (gst_segment_set_newsegment), (gst_segment_to_stream_time),
16630 (gst_segment_to_running_time), (gst_segment_clip):
16631 * gst/gstsegment.h:
16632 More segment updates, replace code in plugins with segment
16635 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
16637 * gst/elements/gstfdsrc.c: (gst_fdsrc_uri_set_uri):
16638 Don't ignore sscanf results
16640 2005-11-21 Andy Wingo <wingo@pobox.com>
16642 * gst/gstpad.h (GST_IS_PAD_FAST): Removed.
16645 * *.c: Ran scripts/update-macros. Oh yes.
16647 * gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK)
16648 (GST_OBJECT_TRYLOCK, GST_OBJECT_UNLOCK): Renamed from
16651 * scripts/update-macros: New script. Run it on your files to
16652 change GST_LOCK to GST_OBJECT_LOCK, and the same for UNLOCK as
16655 2005-11-21 Stefan Kost <ensonic@users.sf.net>
16657 * docs/gst/Makefile.am:
16658 * docs/gst/gstreamer-docs.sgml:
16659 * docs/gst/gstreamer-sections.txt:
16660 * docs/gst/gstreamer.types:
16662 more docs fixes, add new api to the docs
16664 2005-11-21 Andy Wingo <wingo@pobox.com>
16666 * gst/gstbin.c (gst_bin_remove_func): Wim claims I can remove this
16667 state_broadcast call.
16669 * gst/gstsegment.c (gst_segment_init): Initialize abs_rate.
16671 2005-11-21 Julien MOUTTE <julien@moutte.net>
16673 * gst/gstvalue.c: (gst_value_intersect_array): Fix wrong
16674 function calls for arrays.
16676 2005-11-21 Stefan Kost <ensonic@users.sf.net>
16678 * docs/random/ensonic/media-device-daemon.txt:
16679 wild idea, can this be done?
16680 * docs/gst/gstreamer-sections.txt:
16685 * gst/gstpluginfeature.c:
16689 doc fixes and additions
16691 2005-11-21 Andy Wingo <wingo@pobox.com>
16693 * gst/base/gstbasesrc.c (GST_LIVE_BROADCAST, GST_LIVE_SIGNAL)
16694 (GST_LIVE_TIMED_WAIT, GST_LIVE_WAIT, GST_LIVE_GET_COND)
16695 (GST_LIVE_UNLOCK, GST_LIVE_TRYLOCK, GST_LIVE_LOCK)
16696 (GST_LIVE_GET_LOCK): Moved here from gstbasesrc.h. They are
16697 private to the basesrc implementation.
16699 * gst/gstpad.c (gst_pad_send_event): Doc more. Take stream lock on
16700 behalf of event function if necessary. It should no longer be
16701 necessary to take the stream lock in pad's event functions. Fixes
16704 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
16705 * docs/gst/gstreamer-sections.txt:
16706 * gst/gststructure.c: (gst_structure_fixate_field_nearest_int),
16707 (gst_structure_fixate_field_nearest_double),
16708 (gst_structure_fixate_field_boolean):
16709 * gst/gststructure.h:
16710 * win32/common/libgstreamer.def:
16711 * win32/gstreamer.def:
16713 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
16716 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
16718 * gst/elements/gstfdsrc.c: (_do_init), (gst_fdsrc_class_init),
16719 (gst_fdsrc_init), (gst_fdsrc_dispose), (gst_fdsrc_set_property),
16720 (gst_fdsrc_uri_get_type), (gst_fdsrc_uri_get_protocols),
16721 (gst_fdsrc_uri_get_uri), (gst_fdsrc_uri_set_uri),
16722 (gst_fdsrc_uri_handler_init):
16723 * gst/elements/gstfdsrc.h:
16724 Port fd:// URI handler from 0.8 to fdsrc
16726 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
16728 * gst/gstvalue.c: (gst_value_transform_fourcc_string),
16729 (gst_value_serialize_fourcc):
16731 Drop leading '%' from GST_FOURCC_FORMAT, thus making it
16732 consistent with our other format defines (#320324).
16734 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
16736 * gst/gstvalue.c: (gst_value_is_fixed):
16737 Revert previous commit. Value lists are by definition
16738 not fixed, as they are a list of possible values.
16740 2005-11-21 Andy Wingo <wingo@pobox.com>
16742 * gst/gstevent.h (GST_EVENT_FILLER): Removed. Can be added back
16743 during the stable series if we need it. Fixes #319178.
16745 * gst/gstevent.c (gst_event_new_filler): Removed.
16747 * check/gst/gstevent.c: Update comment about filler events.
16749 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
16751 * gst/gstvalue.c: (gst_value_is_fixed):
16752 Should handle both value arrays and value lists.
16754 2005-11-21 Andy Wingo <wingo@pobox.com>
16756 patch by: Alessandro Dessina <alessandro nnva org>
16758 * gst/gstvalue.c (gst_value_is_fixed): Use gst_value_array
16759 functions to access arrays. Fixes #321962.
16761 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
16763 * docs/gst/gstreamer.types:
16764 gst_collectpads_get_type => gst_collect_pads_get_type.
16766 * gst/base/gstbasetransform.c:
16767 Remove unused SIGNAL_HANDOFF enum.
16769 2005-11-21 Andy Wingo <wingo@pobox.com>
16771 * gst/gstevent.h (GstEventTypeFlags): New data type, the flags of
16772 the event type (upstream, downstream, serialized). Renamed
16773 GST_EVDIR_* and GST_EVSER to GST_EVENT_TYPE_*.
16774 (GstEventType): Use GstEventTypeFlags. Rename CUSTOM_UP to
16775 CUSTOM_UPSTREAM, CUSTOM_DS to CUSTOM_DOWNSTREAM, etc.
16777 * gst/gstevent.c: Update for new CUSTOM event names.
16779 * check/gst/gstevent.c: Update check for new CUSTOM event names.
16782 * gst/gstevent.c (gst_event_type_get_flags): New function. Fixes
16785 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
16787 * docs/gst/gstreamer-sections.txt:
16788 * win32/common/libgstbase.def:
16789 * win32/libgstbase.def:
16790 * gst/base/gstcollectpads.c: (gst_collect_pads_base_init),
16791 (gst_collect_pads_class_init), (gst_collect_pads_init),
16792 (gst_collect_pads_finalize), (gst_collect_pads_new),
16793 (gst_collect_pads_set_function), (gst_collect_pads_add_pad),
16794 (gst_collect_pads_remove_pad), (gst_collect_pads_is_active),
16795 (gst_collect_pads_collect), (gst_collect_pads_collect_range),
16796 (gst_collect_pads_start), (gst_collect_pads_stop),
16797 (gst_collect_pads_peek), (gst_collect_pads_pop),
16798 (gst_collect_pads_available), (gst_collect_pads_read),
16799 (gst_collect_pads_flush), (gst_collect_pads_event),
16800 (gst_collect_pads_chain):
16801 * gst/base/gstcollectpads.h:
16802 Rename gst_collecpads_foo() => gst_collect_pads_foo(). Document
16803 unimplemented functions as unimplemented. Add padding to
16804 GstCollectData. (#320766, #320423)
16806 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
16808 * gst/gstmessage.c:
16809 Improve docs for DURATION message (usage of duration parameter)
16812 2005-11-20 Wim Taymans <wim@fluendo.com>
16814 * check/Makefile.am:
16815 * check/gst/gstsegment.c: (GST_START_TEST), (gstevents_suite),
16819 * gst/gstsegment.c: (gst_segment_init), (gst_segment_set_duration),
16820 (gst_segment_set_seek), (gst_segment_set_newsegment),
16821 (gst_segment_to_stream_time), (gst_segment_to_running_time),
16822 (gst_segment_clip):
16823 * gst/gstsegment.h:
16824 Added segment helper structure and methods. Not fully implemented
16826 Added segment check.
16828 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
16830 * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
16831 Add a deserialisation test for fractions
16832 * examples/metadata/read-metadata.c: (message_loop),
16833 (make_pipeline), (main):
16834 Fix up metadata reading sample.
16835 * gst/base/gstbasesink.c: (gst_base_sink_do_sync):
16837 * gst/base/gstbasesrc.c: (gst_base_src_default_negotiate):
16838 Don't try and fixate empty caps
16839 * gst/gst_private.h:
16840 Wrap in G_BEGIN_DECLS/G_END_DECLS
16841 * gst/gstvalue.c: (gst_value_collect_fraction),
16842 (gst_value_set_fraction), (gst_value_get_fraction_denominator),
16843 (gst_value_transform_string_fraction),
16844 (gst_value_compare_fraction):
16845 Add some extra guards to ensure that we don't end up
16846 with an invalid denominator of 0 in a gstfraction and
16847 that fractions always get reduced.
16849 2005-11-20 Wim Taymans <wim@fluendo.com>
16851 * docs/gst/gstreamer-sections.txt:
16853 * gst/gstelement.c:
16862 2005-11-20 Wim Taymans <wim@fluendo.com>
16864 * docs/design/part-TODO.txt:
16866 Make a proper enum of the flag.
16868 2005-11-19 Wim Taymans <wim@fluendo.com>
16870 * docs/design/part-TODO.txt:
16871 * gst/gstformat.c: (_gst_format_initialize), (gst_format_get_name),
16872 (gst_format_to_quark), (gst_format_register):
16874 * gst/gstquery.c: (_gst_query_initialize),
16875 (gst_query_type_get_name), (gst_query_type_to_quark),
16876 (gst_query_type_register):
16878 Add type to quark and type to string conversions.
16880 2005-11-19 Andy Wingo <wingo@pobox.com>
16882 * gst/gstbuffer.h (GST_BUFFER_FLAG_ORIGINAL): Removed. Fixes
16885 2005-11-19 Wim Taymans <wim@fluendo.com>
16887 * docs/design/part-TODO.txt:
16888 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_provide_clock_func),
16889 (gst_bin_add_func), (gst_bin_remove_func), (bin_bus_handler),
16890 (gst_bin_handle_message_func):
16892 Make message handling overridable.
16894 2005-11-19 Andy Wingo <wingo@pobox.com>
16896 * gst/gstpad.h (GST_PAD_IS_USABLE): Removed. Fixes #321235.
16899 * gst/gstclock.c (GstClock, GstClockClass): Change resolution to
16901 (gst_clock_set_resolution, gst_clock_get_resolution): Resolution
16902 is a GstClockTime. Fixes #321710.
16904 * gst/gstclock.h (GstClock): Remove offset property. Add
16905 internal_calibration and external_calibration. Fix padding. Pad
16906 also by GstClockTime so we don't run into problems.
16908 * gst/gstclock.c (gst_clock_set_rate_offset): Remove.
16909 (gst_clock_get_rate_offset): Remove.
16910 (gst_clock_set_time_adjust): Remove. Fixes #321712.
16913 * gst/gstutils.c (g_static_rec_cond_wait)
16914 (g_static_rec_cond_timed_wait): Removed, no longer needed.
16916 * gst/gstbin.c: Remove terrible continue_state prototype.
16918 * gst/gstelement.h (gst_element_continue_state): Make public.
16920 * gst/gstelement.h:
16921 * gst/gstelement.c (gst_element_commit_state): Removed, replaced
16922 by continue_state. Fixes #319389.
16924 * gst/gstindex.h (GstIndexFilter): Actually pass on the user_data.
16925 Really fixes #168438. However I don't see anywhere where the
16926 filter function is called... stupid GStreamer...
16928 * gst/gstindex.h (GstIndex): Add field for user_data_destroy. We
16929 don't have a dispose function, so it won't get called when the
16930 object is unreffed, but oh well!
16932 * gst/gstindex.c (gst_index_set_filter_full): New API function,
16933 allows a destroy function to be set so user_data can be freed.
16935 (gst_index_set_filter): Call gst_index_set_filter_full.
16937 * check/gst/gstvalue.c (test_string): Add test for bug #165650.
16939 * gst/gstvalue.c (gst_string_wrap): Trying to serialize a NULL
16940 string should produce an error, given the lack of a way to
16941 represent NULL strings. Fixes #165650.
16944 * gst/gstvalue.c (gst_value_array_append_value)
16945 (gst_value_array_prepend_value, gst_value_array_get_size)
16946 (gst_value_array_get_value): New API, copied from
16947 gst_value_list_*, only operates on arrays.
16948 (gst_value_list_append_value, gst_value_list_prepend_value)
16949 (gst_value_list_concat, gst_value_list_get_size)
16950 (gst_value_list_get_value): Only operate on lists. Fixes #156633.
16952 * gst/gstvalue.c (gst_value_init_list_or_array): Renamed from
16953 init_list, because it works on both.
16954 (copy_garray_of_gstvalue): Renamed from gst_value_list_copy_array.
16955 (gst_value_copy_list_or_array): Renamed from copy_list.
16956 (gst_value_free_list_or_array): Renamed from free_list.
16957 (gst_value_collect_list_or_array): Renamed from collect_list.
16958 (gst_value_lcopy_list_or_array): Renamed from lcopy_list.
16959 (gst_value_list_or_array_peek_pointer): Renamed from
16961 (_gst_value_array_value_table, _gst_value_list_value_table):
16962 Update value table functions.
16963 (gst_value_compare_list_or_array): Renamed from compare_list.
16965 * gsttaglist.h: Whoops, foreach function returns void. Also fix
16968 * gst/gsttaglist.c:
16969 * gst/gsttaglist.h (gst_tag_list_foreach): Operates on a const
16970 GstTagList*. Fixes #143472.
16972 * gst/gststructure.h: Clarify what the foreach/map functions can
16973 or can't do to their arguments.
16975 2005-11-18 Wim Taymans <wim@fluendo.com>
16977 * gst/gstclock.c: (gst_clock_set_calibration),
16978 (gst_clock_get_calibration):
16980 Calibration can be set with internal time equal to current
16983 2005-11-18 Thomas Vander Stichele <thomas at apestaart dot org>
16989 2005-11-18 Andy Wingo <wingo@pobox.com>
16992 * pkgconfig/gstreamer-net.pc.in:
16993 * pkgconfig/gstreamer-net-uninstalled.pc.in:
16994 * pkgconfig/Makefile.am: Add net pkgconfig files.
16996 2005-11-18 Stefan Kost <ensonic@users.sf.net>
16999 * gst/gstghostpad.c:
17005 2005-11-18 Andy Wingo <wingo@pobox.com>
17007 * gst/net/gstnetclientclock.c: Turn off debugging.
17009 * check/net/gstnetclientclock.c (test_functioning): Assert that the
17010 times connverge somewhat. Can't make a real test.
17012 * gst/net/gstnetclientclock.c (do_linear_regression): Use all
17013 integer arithmetic. Return the minimum of the domain, which can be
17014 set as "internal" for gst_clock_set_calibration.
17015 (gst_net_client_clock_observe_times): Call _set_calibration.
17016 (gst_net_client_clock_new): Call _set_calibration instead of
17019 * check/net/gstnetclientclock.c (test_functioning): Use the right
17023 * gst/gstclock.c (gst_clock_get_calibration)
17024 (gst_clock_set_calibration): New functions, obsolete the ones I
17025 added yesterday. Doh. Precision issues mean we have to extrapolate
17026 from a point in the more recent past than 1970.
17027 (gst_clock_get_rate_offset, gst_clock_set_rate_offset): Mark as
17029 (gst_clock_adjust_unlocked): Use the right calibration data.
17031 2005-11-18 Edward Hervey <edward@fluendo.com>
17033 * gst/base/gstbasesink.c: (gst_base_sink_change_state):
17034 Also reset the ->current_* values in READY->PAUSED
17036 2005-11-18 Andy Wingo <wingo@pobox.com>
17038 * gst/net/gstnetclientclock.c (gst_net_client_clock_thread):
17039 Whoops, check the right fd. Also add some debugging.
17040 (gst_net_client_clock_observe_times): Adjust for int64 offset.
17041 (do_linear_regression): Add a crapload of debugging. Subtract off
17042 the minimum values from the input series to discard unneeded bits.
17043 Use only int arithmetic. There is still double arithmetic when
17044 calculating the intercept that needs fixing. Return boolean to
17045 indicate success; FALSE would mean the domain or range is too
17046 great. Still needs fixes.
17048 2005-11-18 Wim Taymans <wim@fluendo.com>
17050 * gst/base/gstbasesink.c: (gst_base_sink_get_position):
17051 For the current position in stream time, we need to subtract
17054 * gst/gstsystemclock.c: (gst_system_clock_async_thread):
17055 Release lock before calling the callback function of async
17058 2005-11-18 Andy Wingo <wingo@pobox.com>
17060 * gst/net/gstnetclientclock.c (gst_net_client_clock_class_init):
17061 Port goes all the way to MAXUINT16.
17063 * gst/net/gstnettimeprovider.c: Make the port range the same as
17064 for the kernel: 0 assigns, otherwise ports are less than
17067 * check/net/gstnettimeprovider.c: Adapt for 0 == kernel assigns
17070 * check/net/gstnetclientclock.c (test_functioning): Add the start
17073 2005-11-18 Wim Taymans <wim@fluendo.com>
17075 * gst/gstbin.c: (gst_bin_provide_clock_func), (gst_bin_add_func),
17076 (gst_bin_remove_func), (bin_bus_handler):
17078 Removing a clock provider from a bin, triggers a clock lost message
17079 so that a new clock will be selected.
17080 Adding a clock to a bin triggers a clock provider message.
17081 Make sure we reselect a clock when we received a clock lost message.
17082 Keep a reference to the element that provided the clock.
17084 2005-11-18 Andy Wingo <wingo@pobox.com>
17086 * gst/net/gstnetclientclock.c (gst_net_client_clock_new): Adjust
17087 the clock initially so it produces values around the base time.
17088 (gst_net_client_clock_class_init): Typo fix.
17089 (gst_net_client_clock_thread): Add note on when the socket gets
17092 2005-11-17 Wim Taymans <wim@fluendo.com>
17094 * gst/net/gstnetclientclock.c: (gst_net_client_clock_finalize):
17095 Free remote and local time arrays.
17097 2005-11-17 Wim Taymans <wim@fluendo.com>
17099 * gst/net/gstnetclientclock.c: (do_linear_regression),
17100 (gst_net_client_clock_do_select), (gst_net_client_clock_thread):
17101 Fix compilation, uninitialized vars and a forgotten continue.
17103 2005-11-17 Andy Wingo <wingo@pobox.com>
17105 * check/Makefile.am (check_PROGRAMS):
17106 * check/net/gstnetclientclock.c: Add a most minimal test for the
17107 net client clock. More to come later.
17109 * gst/net/gstnet.h:
17110 * gst/net/Makefile.am: Add netclientclock.
17112 * gst/net/gstnetclientclock.h:
17113 * gst/net/gstnetclientclock.c: New files, implement an untested
17114 GstClock that takes its time from a network time provider.
17115 Implements the algorithm in network-clock.scm.
17117 * tests/network-clock.scm (*window-size*): Rename from
17119 * tests/network-clock.scm (network-time):
17120 * tests/network-clock-utils.scm (q-push): Update callers.
17122 2005-11-17 Wim Taymans <wim@fluendo.com>
17124 * gst/gstbin.c: (gst_bin_provide_clock_func),
17125 (gst_bin_sort_iterator_new):
17126 And unref the child too..
17128 2005-11-17 Wim Taymans <wim@fluendo.com>
17130 * gst/gstbin.c: (gst_bin_dispose), (gst_bin_provide_clock_func),
17131 (gst_bin_sort_iterator_new), (gst_bin_iterate_sorted):
17132 Refactor the sort iterator so it can be used while holding the
17134 Make clock selection select a clock closest to the source.
17136 2005-11-17 Michael Smith <msmith@fluendo.com>
17138 * gst/gstclock.c: (gst_clock_init), (gst_clock_adjust_unlocked),
17139 (gst_clock_set_rate_offset), (gst_clock_get_rate_offset):
17141 Anonymous structs are a gcc (and some other compilers) extension, so
17142 don't use them. Since this is only for ABI-compatibility, and our
17143 API/ABI freeze is over in a few days, this whole thing will only
17144 last a few days, so don't bother trying to think up a meaningful
17145 name for the struct.
17147 2005-11-17 Andy Wingo <wingo@pobox.com>
17149 * gst/gstclock.h (GstClock): Add rate and offset properties,
17150 preserving ABI stability. Add rate/offset accessors. Will file bug
17151 for the freeze break.
17153 * gst/gstclock.c (gst_clock_adjust_unlocked): Implement using rate
17154 and offset, trying to keep precision and avoiding
17155 underflow/overflow.
17156 (gst_clock_set_rate_offset, gst_clock_get_rate_offset): New
17157 functions. Make gst_clock_set_time_adjust obsolete.
17158 (gst_clock_set_time_adjust): Note that this function is obsolete.
17159 Will file bug soon.
17161 * gst/base/gstbasetransform.h: Make the ABI-stability hack
17162 greppable by using GST_PADDING-1+1.
17164 2005-11-17 Torsten Schoenfeld <kaffeetisch at gmx dot net>
17166 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
17168 * gst/gstmessage.c: (gst_message_parse_clock_lost):
17169 Assertion should check for CLOCK_LOST, not NEW_CLOCK (#321648).
17171 * gst/gstpadtemplate.h:
17172 * gst/gstpluginfeature.h:
17173 Don't use c++ style comments in headers (#321638).
17175 2005-11-16 Andy Wingo <wingo@pobox.com>
17177 * gst/net/gstnettimepacket.c (gst_net_time_packet_send): Free
17180 * check/net/gstnettimeprovider.c: Check to see that the time
17181 provider actually provides times. Works, yo!
17183 2005-11-16 Wim Taymans <wim@fluendo.com>
17185 * check/Makefile.am:
17188 * check/elements/fakesrc.c: (GST_START_TEST):
17189 Set element to NULL before disposing it.
17191 2005-11-16 Andy Wingo <wingo@pobox.com>
17193 * gst/net/Makefile.am:
17194 * gst/net/gstnet.h:
17195 * gst/net/gstnettimeprovider.c:
17196 * gst/net/gstnettimeprovider.h: Use the timepacket stuff in the
17197 provider, include it from gstnet.h, and add it to the build.
17199 * gst/net/gstnettimepacket.h:
17200 * gst/net/gstnettimepacket.c: New files, abstracts out the packet
17201 sending and receiving.
17203 2005-11-16 Wim Taymans <wim@fluendo.com>
17205 * check/Makefile.am:
17206 Enable valgrind check.
17208 * gst/elements/gstfakesrc.c: (gst_fake_src_alloc_parent),
17209 (gst_fake_src_alloc_buffer):
17212 2005-11-16 Wim Taymans <wim@fluendo.com>
17214 * gst/net/gstnettimeprovider.c: (gst_net_time_provider_finalize):
17215 Call parent finalize too.
17217 2005-11-16 Wim Taymans <wim@fluendo.com>
17219 * check/Makefile.am:
17220 Enable valgrind check that should work fine now.
17222 * gst/elements/gsttypefindelement.c: (gst_type_find_element_init):
17223 * gst/gstqueue.c: (gst_queue_init):
17224 Fix memleaks in pad allocation.
17226 2005-11-16 Andy Wingo <wingo@pobox.com>
17228 * gst/net/Makefile.am:
17229 * gst/net/gstnet.h: New part of core to hold network elements and
17230 objects. Put in core because it exposes API that applications want
17231 to use. The library is named libgstnet-tempname right now because
17232 of the existing libgstnet in gst-plugins-base. Solution is
17233 probably to rename the one in plugins-base; will file a bug for
17236 * gst/net/gstnettimeprovider.c:
17237 * gst/net/gstnettimeprovider.h: New object to export a GstClock's
17238 get_time call over the network.
17241 * gst/Makefile.am (lib_LTLIBRARIES): Add gstnet to the build.
17243 * check/Makefile.am:
17244 * check/net/gstnettimeprovider.c: A most minimal test suite. Will
17245 get additions shortly.
17247 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
17249 * gst/gstpad.c: (gst_pad_new_from_static_template):
17251 add gst_pad_new_from_static_template functions
17252 * gst/check/gstcheck.c: (gst_check_setup_src_pad),
17253 (gst_check_setup_sink_pad):
17254 * gst/elements/gsttee.c: (gst_tee_init):
17257 2005-11-16 Wim Taymans <wim@fluendo.com>
17259 * gst/gstpad.c: (gst_pad_pause_task):
17260 Removed warning, it's not really an error either.
17262 2005-11-16 Wim Taymans <wim@fluendo.com>
17264 * gst/base/gstbasetransform.c:
17265 (gst_base_transform_prepare_output_buf),
17266 (gst_base_transform_event):
17267 Check if the caps are NULL, this can happen if the element
17268 is shutting down and the pad caps are set to NULL.
17270 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
17272 * gst/elements/gsttee.c: (gst_tee_init):
17273 fix pad template leak in tee
17275 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
17277 * gst/glib-compat.c: (g_value_dup_gst_object):
17278 * gst/glib-compat.h:
17279 * gst/gstpad.c: (gst_pad_set_property):
17280 use gst_object_ref when setting the pad template; this will
17281 trigger the pad template leaks on GLib 2.6 and the slaves
17283 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
17285 * gst/glib-compat.c: (gst_flags_get_first_value):
17286 * gst/glib-compat.h:
17287 * gst/gstregistryxml.c:
17288 remove functions copied from GLib 2.6
17290 2005-11-16 Michael Smith <msmith@fluendo.com>
17293 Don't link against VALGRIND_LIBS. That was always the wrong thing to
17294 do, but only breaks with newer valgrind versions. We're not a
17295 valgrind tool, we have no link-time dependencies on libcoregrind.
17297 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
17299 * gst/base/gstbasesrc.c: (gst_base_src_default_negotiate):
17301 * gst/gstmessage.h:
17304 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
17306 * gst/base/gstbasesrc.c: (gst_base_src_init):
17307 * gst/elements/gsttypefindelement.c: (gst_type_find_element_init):
17308 * gst/gstqueue.c: (gst_queue_init):
17309 * gst/gstregistryxml.c: (load_feature):
17310 Revert all these unrefs, they don't even pass make check !
17312 2005-11-15 Johan Dahlin <johan@gnome.org>
17314 * gst/base/gstbasesrc.c: (gst_base_src_init):
17315 * gst/elements/gsttypefindelement.c: (gst_type_find_element_init):
17316 * gst/gstqueue.c: (gst_queue_init):
17317 Free pad templates, fixes a couple of leaks.
17319 2005-11-15 Daniel Fischer <dan at f3c dot com>
17321 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
17323 * gst/gstpad.c: (gst_pad_get_property):
17324 GST_PAD_PAD_TEMPLATE(pad) gets the pad template, while
17325 GST_PAD_TEMPLATE(pad) does a cast. We want the former here.
17328 2005-11-15 Wim Taymans <wim@fluendo.com>
17333 2005-11-15 Andy Wingo <wingo@pobox.com>
17335 * gst/gstelement.c (gst_element_set_base_time): Add debugging.
17337 * gst/gstpipeline.c (gst_pipeline_set_new_stream_time): Document
17338 using GST_CLOCK_TIME_NONE to disable base time management.
17339 (do_pipeline_seek, gst_pipeline_change_state): Don't reset stream
17340 time if it was NONE before.
17341 (gst_pipeline_change_state): Only munge the base time if
17342 stream_time != GST_CLOCK_TIME_NONE.
17344 * check/gst/gstpipeline.c (test_base_time): Punt around the
17345 problem of the probe not being called, because that's not the
17346 issue I'm looking at. Add a check that setting stream_time to NONE
17347 disables base time management.
17349 2005-11-15 Wim Taymans <wim@fluendo.com>
17351 * gst/base/gstbasesink.c: (gst_base_sink_change_state):
17352 segment_stop == -1 at startup.
17354 * gst/base/gstbasetransform.c: (gst_base_transform_event),
17355 (gst_base_transform_change_state):
17356 Init segment values at start.
17358 2005-11-15 Wim Taymans <wim@fluendo.com>
17360 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
17361 0 segment values are 0 in any format.
17363 * gst/base/gstbasetransform.c: (gst_base_transform_event):
17364 * gst/base/gstbasetransform.h:
17365 Parse newsegment correctly in basetransform
17367 * gst/elements/gstidentity.c: (gst_identity_transform_ip):
17368 Sync to clock using updated segment values.
17370 2005-11-15 Andy Wingo <wingo@pobox.com>
17372 * check/gst/gstpipeline.c (test_base_time): Add check that the
17373 base time and stream time are reset correctly.
17375 2005-11-15 Wim Taymans <wim@fluendo.com>
17377 * docs/design/part-TODO.txt:
17378 Some more TODO items.
17380 2005-11-15 Andy Wingo <wingo@pobox.com>
17382 * gst/elements/gstfakesrc.c (gst_fake_src_create): It's not an
17383 error if the user selected "no clock" as the clocking method.
17385 * check/gst/gstpipeline.c (test_base_time): New test for buffer
17386 timestamps with live capture.
17388 * gst/elements/gstfakesrc.c (gst_fake_src_create): If the datarate
17389 is 0 but we are a live source, timestamp the buffers using the
17392 2005-11-14 Stefan Kost <ensonic@users.sf.net>
17394 * docs/gst/gstreamer-sections.txt:
17396 * gst/gstghostpad.c:
17401 2005-11-14 Wim Taymans <wim@fluendo.com>
17404 add suppressions from Wim's Debian machine
17406 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
17409 add suppressions from Andy's AMD64 Ubuntu machine
17411 2005-11-14 Andy Wingo <wingo@pobox.com>
17413 * gst/gstpad.c (gst_pad_set_active): Change docs; parent's
17414 STATE_LOCK not necessary. Fixes #311489.
17416 * gst/gsterror.c (FILE_A_BUG): Be polite *and* helpful. Fixes
17419 * gst/gstindex.c (gst_index_add_object): Note in the docs that
17420 this function is not implemented.
17422 2005-11-14 Julien MOUTTE <julien@moutte.net>
17424 * gst/base/gstbasetransform.c:
17425 (gst_base_transform_prepare_output_buf):
17426 Ref the source pad caps while we need them.
17429 2005-11-11 Wim Taymans <wim@fluendo.com>
17431 * docs/gst/gstreamer-sections.txt:
17432 Added some docs for GstCollectData.
17434 * gst/base/gstadapter.c:
17435 Some small code example fix.
17437 * gst/base/gstcollectpads.c:
17438 * gst/base/gstcollectpads.h:
17439 Document some more.
17441 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
17443 * configure.ac: back to HEAD
17445 === release 0.9.5 ===
17447 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
17450 releasing 0.9.5, "Bike Lunch Day"
17452 2005-11-11 Wim Taymans <wim@fluendo.com>
17454 * gst/gstbuffer.c: (_gst_buffer_copy):
17457 * gst/gstcaps.c: (gst_caps_is_equal):
17459 Make _is_equal fast in the trivial cases.
17461 * gst/gstminiobject.c:
17462 * gst/gstminiobject.h:
17463 More docs. Spifify .h file.
17468 2005-11-11 Wim Taymans <wim@fluendo.com>
17470 * gst/base/gstbasetransform.c:
17471 (gst_base_transform_prepare_output_buf),
17472 (gst_base_transform_handle_buffer):
17474 If we're processing a buffer and need to allocate an output
17475 buffer, we cannot accept a format change. If we did get a
17476 format change, we have to alloc a buffer ourselves of the
17479 2005-11-11 Wim Taymans <wim@fluendo.com>
17481 * gst/gstpad.c: (gst_pad_get_caps), (gst_pad_peer_get_caps):
17482 While checking the flag for reentrancy in the gstcaps function
17483 is nice to detect recursive invocations, it also makes it
17484 impossible to call getcaps from multiple threads, which must be
17485 possible. So, checking for recursive calls has to go.
17487 2005-11-11 Michael Smith <msmith@fluendo.com>
17489 * gst/base/gstbasesink.c: (gst_base_sink_do_sync):
17490 Don't sync on buffers that fall partially outside our current
17491 segment. Prevents an assertion failure/abort playing some files.
17493 2005-11-10 Andy Wingo <wingo@pobox.com>
17495 * check/gst/gstbin.c (test_message_state_changed_children): Style
17498 * gst/gstbus.c (poll_destroy, poll_func, gst_bus_poll): Implement
17499 gst_bus_poll with the signal watch. Ensures that poll and a signal
17500 watch see the same messages.
17502 * check/gst/gstbus.c (test_watch_with_poll): New test, checks that
17503 a poll and a watch at the same time get the same messages.
17505 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
17507 * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps):
17508 * gst/gstcaps.c: (gst_caps_intersect):
17509 Don't call gst_caps_do_simplify - it doesn't respect order of caps
17510 and it's not needed.
17512 2005-11-10 Wim Taymans <wim@fluendo.com>
17514 * docs/design/part-TODO.txt:
17517 2005-11-10 Wim Taymans <wim@fluendo.com>
17519 * gst/base/gstbasesink.c: (gst_base_sink_do_sync):
17520 * gst/base/gstbasesrc.c: (gst_base_src_wait),
17521 (gst_base_src_do_sync), (gst_base_src_get_range):
17522 Implement clock sync in base class.
17524 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
17526 patch by: Tim-Philipp Müller <tim at centricular dot net>
17528 * gst/gststructure.c: (gst_structure_parse_field),
17529 (gst_structure_from_string):
17530 Forward-port a 0.8 patch to handle escaped spaces in structure string,
17531 so that gst_parse_launch() can deal with spaces in filtered link
17532 caps (fixes #164479)
17533 * check/gst/capslist.h:
17534 * check/gst/gststructure.c: (GST_START_TEST):
17535 add unit tests for this change
17537 2005-11-10 Wim Taymans <wim@fluendo.com>
17539 * docs/gst/gstreamer-sections.txt:
17540 * gst/gstelement.c:
17541 * gst/gstelement.h:
17542 Fix docs, move some STATE macros to private.
17544 2005-11-10 Wim Taymans <wim@fluendo.com>
17546 * check/gst/gstghostpad.c: (GST_START_TEST), (gst_ghost_pad_suite):
17547 Added check for bug #317341
17551 Some more spiffifying.
17553 * gst/gstghostpad.c: (gst_ghost_pad_do_link):
17554 Call peer linkfunction if we are a source pad. Totally fixes
17558 Update docs, source pads should call the peer linkfunction
17559 so they can atomically perform the pad link.
17561 2005-11-09 Wim Taymans <wim@fluendo.com>
17565 Uber-spiffy-spiffify some more.
17567 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
17569 * gst/base/gstcollectpads.c: (gst_collectpads_add_pad):
17570 * gst/elements/gstfilesink.c: (gst_file_sink_init):
17571 * gst/elements/gsttypefindelement.c: (gst_type_find_element_init):
17572 * gst/gstghostpad.c: (gst_ghost_pad_set_internal),
17573 (gst_ghost_pad_init), (gst_ghost_pad_new_notarget):
17574 * gst/gstpad.c: (gst_pad_init):
17575 Use GST_DEBUG_FUNCPTR() more extensively.
17577 2005-11-09 Wim Taymans <wim@fluendo.com>
17579 * gst/gstobject.c: (gst_object_class_init):
17581 Documentation fixes.
17583 2005-11-09 Edward Hervey <edward@fluendo.com>
17585 * gst/gsttypefindfactory.c:
17588 2005-11-09 Edward Hervey <edward@fluendo.com>
17590 * gst/base/gsttypefindhelper.c:
17591 * gst/gsttypefind.c:
17592 * gst/gsttypefind.h:
17595 2005-11-09 Wim Taymans <wim@fluendo.com>
17597 * gst/gstiterator.c:
17604 2005-11-09 Wim Taymans <wim@fluendo.com>
17610 2005-11-09 Wim Taymans <wim@fluendo.com>
17612 * docs/gst/gstreamer-sections.txt:
17613 Moved the message async delivery private lock and cond
17614 to the private section.
17616 * gst/gstmessage.c:
17617 * gst/gstmessage.h:
17620 2005-11-09 Edward Hervey <edward@fluendo.com>
17622 * docs/gst/gstreamer-sections.txt:
17625 Document GstURIHandler
17627 2005-11-09 Wim Taymans <wim@fluendo.com>
17629 * gst/gstiterator.c: (gst_iterator_fold), (gst_iterator_foreach),
17630 (gst_iterator_find_custom):
17631 * gst/gstiterator.h:
17634 2005-11-09 Wim Taymans <wim@fluendo.com>
17637 Document another field.
17639 * gst/gststructure.c:
17640 * gst/gststructure.h:
17643 2005-11-09 Wim Taymans <wim@fluendo.com>
17646 Documented structs.
17648 2005-11-09 Wim Taymans <wim@fluendo.com>
17650 * docs/gst/gstreamer-sections.txt:
17651 Added some new macros.
17658 2005-11-09 Wim Taymans <wim@fluendo.com>
17660 * docs/design/part-TODO.txt:
17661 Some more items for the TODO
17667 2005-11-09 Andy Wingo <wingo@pobox.com>
17669 * gst/base/gstbasesink.c: Add the beginning of docs here -- have
17670 to work on something else now tho...
17672 * gst/base/gstadapter.c: More adapter docs.
17674 * gst/elements/gstfilesink.c (gst_file_sink_start)
17675 (gst_file_sink_stop): New functions, replace the state change
17677 (gst_file_sink_class_init): Hook up the start and stop functions.
17678 (gst_file_sink_base_init): Don't set the state change handler any
17679 more. It was a bit ugly too, being set from here...
17680 (gst_file_sink_get_property, gst_file_sink_set_property):
17682 (gst_file_sink_set_location): More robust check that doesn't call
17683 GST_STATE. Ugggggg.
17685 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
17687 * gst/base/gstbasetransform.c: (gst_base_transform_event):
17688 Hold STREAM_LOCK while pushing newsegment or tag events as well.
17690 2005-11-08 Wim Taymans <wim@fluendo.com>
17692 * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
17693 (gst_base_sink_do_sync), (gst_base_sink_handle_event),
17694 (gst_base_sink_chain), (gst_base_sink_change_state):
17695 * gst/base/gstbasesink.h:
17696 * gst/base/gstbasesrc.h:
17697 * gst/gstelement.h:
17699 Avoid excessive typechecking in macros.
17701 * gst/gstminiobject.c: (gst_mini_object_get_type),
17702 (gst_mini_object_init), (gst_mini_object_new),
17703 (gst_mini_object_free):
17704 * gst/gstobject.c: (gst_object_class_init), (gst_object_init),
17705 (gst_object_finalize):
17706 Remove cruft code, optimize alloc_trace.
17708 2005-11-07 Thomas Vander Stichele <thomas at apestaart dot org>
17710 * docs/faq/gst-uninstalled:
17711 fix up PS1 for systems that try to reset it
17713 2005-11-07 Wim Taymans <wim@fluendo.com>
17715 * gst/base/gstbasesrc.c: (gst_base_src_init),
17716 (gst_base_src_get_range):
17717 Set the segment_end to -1 initially. Fixed typefind.
17719 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
17721 * gst/base/gstadapter.c:
17722 Debug category should be 'adapter', not 'GstAdapter'.
17724 * gst/base/gstcollectpads.c: (gst_collectpads_base_init),
17725 (gst_collectpads_class_init), (gst_collectpads_init),
17726 (gst_collectpads_peek), (gst_collectpads_pop),
17727 (gst_collectpads_event), (gst_collectpads_chain):
17728 Add debug category and some debugging output. Use boilerplate
17729 macros. Remove some extraneous words from docs.
17731 2005-11-05 Andy Wingo <wingo@pobox.com>
17733 * gst/base/gstpushsrc.c: Shorten by 30% via use of boilerplate
17736 2005-11-04 Stefan Kost <ensonic@users.sf.net>
17738 * docs/gst/gstreamer-sections.txt:
17741 * gst/gstminiobject.h:
17746 2005-11-04 Wim Taymans <wim@fluendo.com>
17748 * gst/base/gstbasesrc.c: (gst_base_src_get_range):
17749 Small update to stop at the configured segment_end
17752 2005-11-04 Stefan Kost <ensonic@users.sf.net>
17754 * gst/gstregistry.c:
17755 * gst/gstregistry.h:
17758 2005-11-04 Edward Hervey <edward@fluendo.com>
17760 * gst/base/gstbasesrc.c: (gst_base_src_get_range):
17761 Check if we are doing a segment seek and have arrived at the
17762 end of that segment.
17764 2005-11-04 Wim Taymans <wim@fluendo.com>
17766 * gst/gstbus.c: (gst_bus_post), (gst_bus_set_sync_handler):
17767 Don't leak a mutex unlock in case of an error.
17772 2005-11-04 Wim Taymans <wim@fluendo.com>
17774 * gst/gstbus.c: (gst_bus_class_init), (gst_bus_init),
17776 Get the context to wake up only once.
17778 2005-11-03 Wim Taymans <wim@fluendo.com>
17780 * check/states/sinks.c: (GST_START_TEST):
17781 Uncomment fixed check.
17783 * docs/design/part-TODO.txt:
17786 * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
17787 (gst_base_sink_handle_object), (gst_base_sink_do_sync),
17788 (gst_base_sink_get_position):
17789 If we are going to PLAYING, post the right pending state
17790 when we post the intermediate paused message.
17792 * gst/gstelement.c: (gst_element_continue_state),
17793 (gst_element_set_state_func), (gst_element_change_state):
17794 Don't post state changes that were between the same state
17795 and were not ASYNC.
17797 2005-11-03 Stefan Kost <ensonic@users.sf.net>
17799 * docs/gst/gstreamer-sections.txt:
17802 * gst/gstminiobject.h:
17805 more docs and doc style fixes
17807 2005-11-03 Stefan Kost <ensonic@users.sf.net>
17809 * docs/gst/gstreamer-sections.txt:
17810 * gst/gstelement.c:
17811 * gst/gstminiobject.c:
17814 2005-11-03 Andy Wingo <wingo@pobox.com>
17816 * check/states/sinks.c (test_livesrc_sink): Add checks that the
17817 state-changed messages actually have the right order and the right
17820 2005-11-03 Wim Taymans <wim@fluendo.com>
17822 * check/states/sinks.c: (GST_START_TEST), (gst_object_suite):
17823 Added some more checks. Specifically the case where NO_PREROLL
17824 elements are in the pipeline.
17826 * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
17827 (gst_base_sink_handle_object), (gst_base_sink_do_sync),
17828 (gst_base_sink_get_position):
17829 Post READY->PAUSED state change messages too.
17830 Fix bug where VOID was posted as pending state...
17832 * gst/gstbin.c: (gst_bin_recalc_state):
17833 use _element_continue_state() to continue the state change.
17835 * gst/gstelement.c: (gst_element_continue_state),
17836 (gst_element_commit_state), (gst_element_set_state_func),
17837 (gst_element_change_state), (gst_element_change_state_func):
17838 Lots of state change cleanups, assign the STATE_RETURN in
17839 a new continue_state() function that also propagates the
17840 last return value from a state change to the app.
17841 Update some debug statements with proper category.
17843 2005-11-03 Wim Taymans <wim@fluendo.com>
17845 * docs/design/part-events.txt:
17846 * docs/design/part-gstpipeline.txt:
17847 * docs/design/part-messages.txt:
17848 * docs/design/part-overview.txt:
17849 * docs/design/part-seeking.txt:
17850 * docs/design/part-states.txt:
17851 * docs/design/part-trickmodes.txt:
17852 * docs/manual/advanced-position.xml:
17853 Small docs updates.
17856 People think !! is ugly, this looks better.
17858 * gst/gstpad.c: (gst_pad_set_blocked_async):
17859 Remove !! since it's fixed elsewhere now.
17861 2005-11-03 Tim-Philipp Müller <tim at centricular dot net>
17863 * gst/gstminiobject.h:
17865 Add !! to _FLAG_IS_SET macros to make the result boolean.
17867 2005-11-03 Edward Hervey <edward@fluendo.com>
17869 * gst/gstpad.c: (gst_pad_set_blocked_async):
17870 comparing a flag and a gboolean rarely returns coherent results...
17871 Added two characters (!!) to make that work correctly.
17873 2005-11-03 Tim-Philipp Müller <tim at centricular dot net>
17875 * gst/gstbus.c: (gst_bus_class_init):
17878 * gst/gstqueue.c: (gst_queue_loop):
17879 Don't assume a miniobject that isn't a buffer is an
17880 event (it could be that there is a refcounting
17881 problem somewhere and the pointer is stale and
17882 refers to an already destroyed miniobject).
17884 2005-11-03 Julien MOUTTE <julien@moutte.net>
17886 * gst/gstpad.c: (gst_pad_alloc_buffer): Fix some typos.
17888 2005-11-03 Tim-Philipp Müller <tim at centricular dot net>
17890 * docs/manual/advanced-position.xml:
17891 Update seek example and explanations to current 0.9 API.
17893 * gst/elements/gsttypefindelement.c:
17894 (gst_type_find_element_activate):
17895 Remove FIXME comment now that the found caps
17898 2005-11-03 Thomas Vander Stichele <thomas at apestaart dot org>
17900 * gst/gstregistryxml.c: (load_feature):
17901 Add another GST_STR_NULL instance
17903 2005-11-02 Edward Hervey <edward@fluendo.com>
17905 * gst/gstpad.c: (handle_pad_block):
17906 Follow-up to Wim's patch, solves deadlock for blocked and flushing pads
17908 2005-11-02 Wim Taymans <wim@fluendo.com>
17913 * gst/gstelement.c: (gst_element_commit_state):
17914 Remove unused value.
17916 * gst/gstiterator.c:
17917 Mention that the returned element is reffed in the docs.
17919 2005-11-02 Wim Taymans <wim@fluendo.com>
17921 * gst/gstpad.c: (gst_pad_alloc_buffer), (handle_pad_block),
17922 (gst_pad_push), (gst_pad_push_event):
17923 Unlock blocked pads when they are flushed.
17925 2005-11-02 Thomas Vander Stichele <thomas at apestaart dot org>
17928 * docs/gst/gstreamer-sections.txt:
17931 * gst/gstregistry.c: (gst_registry_scan_path_level):
17932 fix for a nasty little missed situation where an installed plug-in
17933 which was in the cache did not get overridden by an uninstalled one
17934 which was earlier in the plugin path because the newly created plugin
17935 for the uninstalled one (not in the registry) didn't get its
17936 ->registered set to TRUE
17938 2005-11-02 Tim-Philipp Müller <tim at centricular dot net>
17940 * gst/base/gstcollectpads.c: (gst_collectpads_set_function),
17941 (gst_collectpads_add_pad), (gst_collectpads_remove_pad),
17942 (gst_collectpads_is_active), (gst_collectpads_collect),
17943 (gst_collectpads_collect_range), (gst_collectpads_start),
17944 (gst_collectpads_stop), (gst_collectpads_peek),
17945 (gst_collectpads_pop), (gst_collectpads_available),
17946 (gst_collectpads_read), (gst_collectpads_flush):
17947 Guard public API with assertions.
17950 Fix docs for gst_pad_set_link_function().
17952 2005-11-02 Johan Dahlin <johan@gnome.org>
17954 * gst/elements/gsttypefindelement.c (gst_type_find_element_activate):
17955 Unref found_caps after we used it.
17957 2005-11-02 Tim-Philipp Müller <tim at centricular dot net>
17959 * gst/base/gstcollectpads.c: (gst_collectpads_peek):
17960 Don't try to ref NULL.
17962 2005-11-02 Thomas Vander Stichele <thomas at apestaart dot org>
17964 * win32/common/config.h.in:
17965 provide a GST_FUNCTION that just gives a string for now
17967 2005-11-02 Thomas Vander Stichele <thomas at apestaart dot org>
17969 * win32/common/gstenumtypes.c: (register_gst_object_flags),
17970 (gst_object_flags_get_type), (register_gst_bin_flags),
17971 (gst_bin_flags_get_type), (register_gst_buffer_flag),
17972 (gst_buffer_flag_get_type), (register_gst_bus_flags),
17973 (gst_bus_flags_get_type), (register_gst_bus_sync_reply),
17974 (gst_bus_sync_reply_get_type), (register_gst_clock_return),
17975 (gst_clock_return_get_type), (register_gst_clock_entry_type),
17976 (gst_clock_entry_type_get_type), (register_gst_clock_flags),
17977 (gst_clock_flags_get_type), (register_gst_state),
17978 (gst_state_get_type), (register_gst_state_change_return),
17979 (gst_state_change_return_get_type), (register_gst_state_change),
17980 (gst_state_change_get_type), (register_gst_element_flags),
17981 (gst_element_flags_get_type), (register_gst_core_error),
17982 (gst_core_error_get_type), (register_gst_library_error),
17983 (gst_library_error_get_type), (register_gst_resource_error),
17984 (gst_resource_error_get_type), (register_gst_stream_error),
17985 (gst_stream_error_get_type), (register_gst_event_type),
17986 (gst_event_type_get_type), (register_gst_seek_type),
17987 (gst_seek_type_get_type), (register_gst_seek_flags),
17988 (gst_seek_flags_get_type), (register_gst_format),
17989 (gst_format_get_type), (register_gst_index_certainty),
17990 (gst_index_certainty_get_type), (register_gst_index_entry_type),
17991 (gst_index_entry_type_get_type),
17992 (register_gst_index_lookup_method),
17993 (gst_index_lookup_method_get_type), (register_gst_assoc_flags),
17994 (gst_assoc_flags_get_type), (register_gst_index_resolver_method),
17995 (gst_index_resolver_method_get_type), (register_gst_index_flags),
17996 (gst_index_flags_get_type), (register_gst_debug_level),
17997 (gst_debug_level_get_type), (register_gst_debug_color_flags),
17998 (gst_debug_color_flags_get_type), (register_gst_iterator_result),
17999 (gst_iterator_result_get_type), (register_gst_iterator_item),
18000 (gst_iterator_item_get_type), (register_gst_message_type),
18001 (gst_message_type_get_type), (register_gst_mini_object_flags),
18002 (gst_mini_object_flags_get_type), (register_gst_pad_link_return),
18003 (gst_pad_link_return_get_type), (register_gst_flow_return),
18004 (gst_flow_return_get_type), (register_gst_activate_mode),
18005 (gst_activate_mode_get_type), (register_gst_pad_direction),
18006 (gst_pad_direction_get_type), (register_gst_pad_flags),
18007 (gst_pad_flags_get_type), (register_gst_pad_presence),
18008 (gst_pad_presence_get_type), (register_gst_pad_template_flags),
18009 (gst_pad_template_flags_get_type), (register_gst_pipeline_flags),
18010 (gst_pipeline_flags_get_type), (register_gst_plugin_error),
18011 (gst_plugin_error_get_type), (register_gst_plugin_flags),
18012 (gst_plugin_flags_get_type), (register_gst_rank),
18013 (gst_rank_get_type), (register_gst_query_type),
18014 (gst_query_type_get_type), (register_gst_tag_merge_mode),
18015 (gst_tag_merge_mode_get_type), (register_gst_tag_flag),
18016 (gst_tag_flag_get_type), (register_gst_task_state),
18017 (gst_task_state_get_type), (register_gst_alloc_trace_flags),
18018 (gst_alloc_trace_flags_get_type),
18019 (register_gst_type_find_probability),
18020 (gst_type_find_probability_get_type), (register_gst_uri_type),
18021 (gst_uri_type_get_type), (register_gst_parse_error),
18022 (gst_parse_error_get_type):
18023 * win32/common/gstversion.h:
18024 update win32 copies
18026 2005-11-01 Luca Ognibene <luogni@tin.it>
18029 fix docs. popt is dead, long live GOption.
18031 2005-10-31 Wim Taymans <wim@fluendo.com>
18036 2005-10-31 Andy Wingo <wingo@pobox.com>
18040 * gst/gstqueue.c (gst_queue_chain): Fix downstream leaky mode.
18042 * gst/gstobject.c (gst_object_dispatch_properties_changed): No
18043 need to serialize property notifications on GLib 2.8. GLib 2.6 has
18044 the possibility of deadlocks here if code calling notify() or
18045 set() has a lock that can be taken in another notify handler (ABBA
18046 with class lock and e.g. python GIL state lock).
18048 2005-10-28 Julien MOUTTE <julien@moutte.net>
18050 * gst/gstbus.c: Doc updates.
18052 2005-10-28 Wim Taymans <wim@fluendo.com>
18054 * docs/design/part-TODO.txt:
18055 * gst/gstiterator.c:
18056 * gst/gstsystemclock.c:
18057 * gst/gstsystemclock.h:
18060 2005-10-28 Edward Hervey <edward@fluendo.com>
18062 * docs/gst/gstreamer-docs.sgml:
18063 * docs/gst/gstreamer-sections.txt:
18064 the GstURIType documentation page is private, it only defines GstURIType
18065 which should be defined in the GstURIHandler page
18067 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
18069 * gst/gstbin.c: (gst_bin_class_init):
18072 Documentation updates.
18074 2005-10-28 Wim Taymans <wim@fluendo.com>
18076 * docs/gst/gstreamer-sections.txt:
18079 Documented the clocks.
18081 2005-10-28 Stefan Kost <ensonic@users.sf.net>
18083 * docs/gst/gstreamer-sections.txt:
18084 move some macros to private sections
18085 * gst/gstminiobject.c:
18086 * gst/gstminiobject.h:
18087 add descriptions provided by ds and some more
18089 mark macro as to be removed
18091 2005-10-28 Wim Taymans <wim@fluendo.com>
18093 * docs/design/part-TODO.txt:
18094 Add an item to TODO.
18096 * gst/gstiterator.c: (gst_iterator_fold),
18097 (gst_iterator_find_custom):
18098 * gst/gstiterator.h:
18101 2005-10-28 Wim Taymans <wim@fluendo.com>
18103 * gst/base/gstbasetransform.c: (gst_base_transform_class_init),
18104 (gst_base_transform_init):
18107 * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_loop):
18108 An EOS event marks the queue as completely filled.
18110 2005-10-27 Wim Taymans <wim@fluendo.com>
18112 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
18113 (gst_base_sink_do_sync), (gst_base_sink_get_position):
18114 Some more debugging.
18116 * gst/base/gstbasetransform.c: (gst_base_transform_finalize),
18117 (gst_base_transform_init), (gst_base_transform_buffer_alloc),
18118 (gst_base_transform_event), (gst_base_transform_getrange),
18119 (gst_base_transform_chain):
18120 * gst/base/gstbasetransform.h:
18122 Protect transform and concurrent buffer alloc with a new lock.
18123 Try not to break ABI/API.
18125 2005-10-27 Wim Taymans <wim@fluendo.com>
18127 * gst/base/gstbasesrc.c: (gst_base_src_class_init),
18128 (gst_base_src_init), (gst_base_src_query),
18129 (gst_base_src_default_newsegment),
18130 (gst_base_src_configure_segment), (gst_base_src_do_seek),
18131 (gst_base_src_send_event), (gst_base_src_event_handler),
18132 (gst_base_src_pad_get_range), (gst_base_src_loop),
18133 (gst_base_src_unlock), (gst_base_src_default_negotiate),
18134 (gst_base_src_start), (gst_base_src_deactivate),
18135 (gst_base_src_activate_push), (gst_base_src_change_state):
18136 Move some stuff around and cleanup things.
18138 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
18140 * gst/base/gstbasesrc.c: (gst_base_src_query):
18141 Add missing break statements.
18143 2005-10-27 Wim Taymans <wim@fluendo.com>
18145 * check/gst/gstbin.c: (GST_START_TEST):
18146 An extra refcount is taken in basesrc.
18148 * gst/base/gstbasesrc.c: (gst_base_src_init), (gst_base_src_query),
18149 (gst_base_src_get_range), (gst_base_src_pad_get_range),
18150 (gst_base_src_loop):
18151 Small cleanups, check for flushing after being unlocked from the
18152 LIVE_LOCK. take refcounts correctly (not yet everywhere).
18153 Don't send out EOS when going to READY.
18155 2005-10-27 Wim Taymans <wim@fluendo.com>
18157 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
18158 (gst_base_sink_get_position):
18161 * gst/gstbin.c: (message_check), (bin_replace_message),
18162 (bin_remove_messages), (is_eos), (gst_bin_add_func),
18163 (update_degree), (gst_bin_sort_iterator_next), (bin_bus_handler),
18164 (bin_query_duration_init), (bin_query_duration_fold),
18165 (bin_query_duration_done), (bin_query_generic_fold),
18167 * tools/gst-launch.c: (main):
18170 2005-10-26 Stefan Kost <ensonic@users.sf.net>
18172 * examples/controller/audio-example.c: (main):
18173 * examples/queue/queue.c: (event_loop):
18174 * gst/base/gstbasetransform.h:
18175 * gst/gstelement.c: (gst_element_send_event):
18177 * gst/gstpad.c: (gst_pad_send_event):
18180 changing log priority in error situations
18182 2005-10-25 Wim Taymans <wim@fluendo.com>
18184 * gst/gstbin.c: (message_check), (bin_replace_message),
18185 (bin_remove_messages), (is_eos), (gst_bin_add_func),
18186 (update_degree), (gst_bin_sort_iterator_next), (bin_bus_handler),
18187 (bin_query_duration_init), (bin_query_duration_fold),
18188 (bin_query_duration_done), (bin_query_generic_fold),
18190 Some doc and debug updates.
18191 Cache previously requested query DURATION for speed. invalidate
18192 cached duration if element posts a DURATION message.
18194 2005-10-25 Wim Taymans <wim@fluendo.com>
18196 * docs/design/part-TODO.txt:
18199 * gst/gstbin.c: (message_check), (bin_replace_message),
18200 (bin_remove_messages), (is_eos), (gst_bin_add_func),
18201 (update_degree), (gst_bin_sort_iterator_next), (bin_bus_handler),
18202 (bin_query_duration_init), (bin_query_duration_fold),
18203 (bin_query_duration_done), (bin_query_generic_fold),
18205 Handle SEGMENT_START/DONE messages correctly.
18206 More evolved query algorithm that handles duration queries
18209 * gst/gstelement.c: (gst_element_send_event), (gst_element_query),
18210 (gst_element_get_state_func), (gst_element_abort_state),
18211 (gst_element_commit_state), (gst_element_lost_state):
18212 Some more debugging.
18214 * gst/gstmessage.h:
18217 2005-10-25 Wim Taymans <wim@fluendo.com>
18219 * gst/base/gstbasesink.c: (gst_base_sink_get_position):
18220 Don't use invalid stream_time.
18222 * gst/gstevent.c: (gst_event_new_newsegment):
18223 stream_time in newsegment cannot be undefined.
18225 2005-10-24 Wim Taymans <wim@fluendo.com>
18230 * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
18232 Fix potential deadlock when QUEUE_LOCK is taken before STREAM_LOCK.
18234 2005-10-24 Stefan Kost <ensonic@users.sf.net>
18236 * docs/libs/tmpl/gstdparam.sgml:
18237 * docs/libs/tmpl/gstdplinint.sgml:
18238 * docs/libs/tmpl/gstdpman.sgml:
18239 * docs/libs/tmpl/gstdpsmooth.sgml:
18240 * docs/libs/tmpl/gstunitconvert.sgml:
18243 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
18248 === release 0.9.4 ===
18250 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
18253 releasing 0.9.4, "Tyrannosaurus Rex"
18255 2005-10-23 Tim-Philipp Müller <tim at centricular dot net>
18257 * gst/elements/gstfilesink.c: (gst_file_sink_do_seek),
18258 (gst_file_sink_get_current_offset):
18259 Use fseeko() and ftello() if available. When falling back on
18260 lseek() to get the current offset, fflush() first to make sure
18261 everything is up-to-date and we get the right offset.
18263 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
18265 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
18266 * gst/base/gstbasesrc.c: (gst_base_src_loop):
18267 * gst/gsterror.c: (_gst_stream_errors_init):
18269 * gst/gstqueue.c: (gst_queue_loop):
18271 remove prematurely added error category and clean up the instances
18273 2005-10-21 Wim Taymans <wim@fluendo.com>
18275 * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
18276 (gst_base_sink_get_position), (gst_base_sink_query),
18277 (gst_base_sink_change_state):
18278 Simply set the right flag when going to playing, that's all
18279 we need to do instead of calling a function inside the object
18280 lock (that could take the lock as well and deadlock)
18282 2005-10-21 Wim Taymans <wim@fluendo.com>
18284 * gst/base/gstbasesrc.c: (gst_base_src_do_seek),
18285 (gst_base_src_loop):
18286 Don't warn, the peer element knows what to do best when
18287 the seek failed, it might try something else.
18289 2005-10-21 Wim Taymans <wim@fluendo.com>
18291 * gst/base/gstbasesrc.c: (gst_base_src_init),
18292 (gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start):
18295 2005-10-21 Wim Taymans <wim@fluendo.com>
18297 * docs/design/part-segments.txt:
18300 * gst/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
18301 Correctly set caps, even on the subbufer.
18303 2005-10-21 Wim Taymans <wim@fluendo.com>
18305 * docs/gst/gstreamer-docs.sgml:
18306 * docs/gst/gstreamer-sections.txt:
18307 * gst/gstelement.h:
18310 * gst/gstmessage.h:
18313 * gst/gsttask.c: (gst_task_finalize), (gst_task_func):
18317 And 2% more doc coverage.
18319 2005-10-21 Andy Wingo <wingo@pobox.com>
18321 * gst/base/gstbasesrc.c (gst_base_src_query): Clean up percent
18322 position reporting.
18324 2005-10-20 Wim Taymans <wim@fluendo.com>
18326 * gst/gsterror.c: (gst_error_get_message):
18329 * gst/gststructure.c:
18334 2005-10-20 Wim Taymans <wim@fluendo.com>
18339 Another 1% more coverage.
18341 2005-10-20 Wim Taymans <wim@fluendo.com>
18343 * docs/gst/gstreamer-sections.txt:
18344 * gst/gstelement.c: (gst_element_get_state_func),
18345 (gst_element_abort_state), (gst_element_commit_state),
18346 (gst_element_lost_state):
18348 * gst/gstquery.c: (gst_query_set_position),
18349 (gst_query_parse_position), (gst_query_set_duration),
18350 (gst_query_parse_duration), (gst_query_new_convert):
18352 Yay! 1% more docs coverage.
18354 2005-10-20 Wim Taymans <wim@fluendo.com>
18357 * gst/gstquery.c: (gst_query_set_position),
18358 (gst_query_parse_position), (gst_query_set_duration),
18359 (gst_query_parse_duration), (gst_query_new_convert):
18361 * gst/gstutils.c: (gst_element_query_convert):
18363 Docs and consistency fixes.
18365 2005-10-20 Wim Taymans <wim@fluendo.com>
18371 2005-10-20 Wim Taymans <wim@fluendo.com>
18373 * gst/gstbin.c: (message_check), (bin_replace_message),
18374 (bin_remove_messages), (is_eos), (gst_bin_add_func),
18375 (update_degree), (gst_bin_sort_iterator_next),
18376 (gst_bin_change_state_func), (gst_bin_dispose), (bin_bus_handler):
18377 Reworked the message handling a bit, cache the messages instead of
18378 only the senders. alows us to do more in the future.
18380 2005-10-20 Wim Taymans <wim@fluendo.com>
18382 * docs/design/part-TODO.txt:
18385 * gst/base/gstbasesink.c: (gst_base_sink_get_position),
18386 (gst_base_sink_query):
18387 Don't use clock time to report position when in EOS.
18389 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
18391 * tools/gst-inspect.c: (print_interfaces),
18392 (print_element_properties_info), (print_element_info):
18393 Fix interface output with gst-inspect -a; don't print
18394 newlines after double/float properties.
18396 2005-10-20 Wim Taymans <wim@fluendo.com>
18398 * gst/base/gstbasesink.c: (gst_base_sink_get_position),
18399 (gst_base_sink_query):
18400 Speed up current position calculation.
18402 * gst/base/gstbasesrc.c: (gst_base_src_query),
18403 (gst_base_src_default_newsegment):
18404 Correctly set stream position in newsegment.
18406 * gst/gstbin.c: (gst_bin_add_func), (add_to_queue),
18407 (update_degree), (gst_bin_sort_iterator_next),
18408 (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free):
18409 * gst/gstmessage.c: (gst_message_new_custom):
18410 Clean up debugging info
18412 * gst/gstqueue.c: (gst_queue_link_src), (gst_queue_chain),
18413 (gst_queue_loop), (gst_queue_handle_src_query):
18416 2005-10-19 Wim Taymans <wim@fluendo.com>
18418 * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
18419 (gst_base_sink_handle_object), (gst_base_sink_query), (do_playing):
18420 Fix query handling again.
18422 2005-10-19 Wim Taymans <wim@fluendo.com>
18424 * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
18425 (gst_base_sink_handle_object), (gst_base_sink_query), (do_playing):
18426 * gst/base/gstbasesrc.c: (gst_base_src_query):
18427 * gst/elements/gstfilesink.c: (gst_file_sink_query):
18428 * gst/elements/gsttypefindelement.c:
18429 (gst_type_find_handle_src_query), (find_element_get_length),
18430 (gst_type_find_element_activate):
18433 * gst/gstquery.c: (gst_query_new_position),
18434 (gst_query_set_position), (gst_query_parse_position),
18435 (gst_query_new_duration), (gst_query_set_duration),
18436 (gst_query_parse_duration), (gst_query_set_segment),
18437 (gst_query_parse_segment):
18439 Bundling query position/duration is not a good idea since duration
18440 does not change much and we don't want to recalculate it for every
18441 position query, so they are separated again..
18442 Base value in segment query is not needed.
18444 * gst/gstqueue.c: (gst_queue_handle_src_query):
18445 * gst/gstutils.c: (gst_element_query_position),
18446 (gst_element_query_duration), (gst_pad_query_position),
18447 (gst_pad_query_duration):
18449 Updates for query API change.
18450 Added some docs here and there.
18452 2005-10-19 Thomas Vander Stichele <thomas at apestaart dot org>
18454 * check/gst/gstbin.c: (GST_START_TEST):
18455 * check/gst/gstghostpad.c: (GST_START_TEST):
18456 * check/pipelines/cleanup.c: (GST_START_TEST):
18457 wait on thread to die so we can check refcount correctly
18459 2005-10-18 Wim Taymans <wim@fluendo.com>
18461 * check/pipelines/stress.c: (GST_START_TEST):
18462 Make check a little more time consuming.
18464 2005-10-18 Wim Taymans <wim@fluendo.com>
18466 * check/Makefile.am:
18467 * check/pipelines/stress.c: (GST_START_TEST),
18468 (simple_launch_lines_suite), (main):
18469 Small state change torture test.
18471 * docs/design/part-states.txt:
18472 * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
18473 (gst_base_sink_handle_object), (gst_base_sink_event), (do_playing),
18474 (gst_base_sink_change_state):
18475 Never take state lock from streaming thread, clean up ugly
18476 hacks. Unfortunatly core does not yet support nice ways to
18477 async commit state.
18479 * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_recalc_state),
18481 Start state recalc if a STATE_DIRTY message is posted, but only
18482 on the toplevel bin.
18484 * gst/gstelement.c: (gst_element_sync_state_with_parent),
18485 (gst_element_get_state_func), (gst_element_abort_state),
18486 (gst_element_commit_state), (gst_element_lost_state),
18487 (gst_element_set_state_func), (gst_element_change_state):
18488 * gst/gstelement.h:
18489 State variables are now protected with the LOCK, the state
18490 lock is only used to serialize _set_state().
18492 2005-10-18 Wim Taymans <wim@fluendo.com>
18494 * check/gst/gstbin.c: (GST_START_TEST):
18495 * check/gst/gstmessage.c: (GST_START_TEST):
18496 * check/gst/gstpipeline.c: (GST_START_TEST), (message_received):
18497 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_recalc_func),
18499 * gst/gstelement.c: (gst_element_abort_state),
18500 (gst_element_commit_state), (gst_element_lost_state):
18501 * gst/gstmessage.c: (gst_message_new_state_changed),
18502 (gst_message_new_state_dirty), (gst_message_new_segment_start),
18503 (gst_message_new_segment_done), (gst_message_new_duration),
18504 (gst_message_parse_state_changed),
18505 (gst_message_parse_segment_start),
18506 (gst_message_parse_segment_done), (gst_message_parse_duration):
18507 * gst/gstmessage.h:
18508 * tools/gst-launch.c: (event_loop):
18509 Seriously, this is better than a previous commit as we only need
18510 to notify the fact that an element changed state in a streaming
18511 thread, marking the state of the parents dirty, hence the
18512 STATE_DIRTY message instead of abusing a boolean in a STATE_CHANGE
18515 2005-10-18 Wim Taymans <wim@fluendo.com>
18517 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_get_state_func),
18518 (gst_bin_recalc_func):
18519 * gst/gstelement.c: (gst_element_set_clock),
18520 (gst_element_abort_state), (gst_element_lost_state):
18521 Cleanups, prepare for state change fixes.
18523 2005-10-18 Wim Taymans <wim@fluendo.com>
18526 * gst/gstelement.c: (gst_element_class_init),
18527 (gst_element_set_state), (gst_element_set_state_func):
18528 * gst/gstelement.h:
18529 Pending ABI changes.
18530 GThreadPool in GstBinClass to monitor async state changes.
18531 state_cookie in GstElement to detect concurrent gst/set state.
18532 set_state is now virtual too in case a very complicated element
18533 has to be constructed.
18535 2005-10-18 Wim Taymans <wim@fluendo.com>
18537 * check/gst/gstbin.c: (GST_START_TEST):
18538 * check/gst/gstmessage.c: (GST_START_TEST):
18539 * check/gst/gstpipeline.c: (GST_START_TEST), (message_received):
18540 * gst/gstbin.c: (bin_bus_handler):
18541 * gst/gstelement.c: (gst_element_commit_state),
18542 (gst_element_lost_state):
18543 * gst/gstmessage.c: (gst_message_new_state_changed),
18544 (gst_message_new_segment_start), (gst_message_new_segment_done),
18545 (gst_message_new_duration), (gst_message_parse_state_changed),
18546 (gst_message_parse_segment_start),
18547 (gst_message_parse_segment_done), (gst_message_parse_duration):
18548 * gst/gstmessage.h:
18549 * tools/gst-launch.c: (event_loop):
18550 Make messages future proof.
18551 state-change gets a flag if it was a message comming from the
18553 segment-start/stop can also be specified in other formats.
18554 A message to notify an app that a pipeline changed playback
18556 Also fix a GstMessage leak in -launch
18558 2005-10-18 Andy Wingo <wingo@pobox.com>
18560 * gst/gstelement.c (gst_element_dispose): More helpful message.
18562 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
18564 reviewed by: <delete if not using a buddy>
18566 * common/gtk-doc.mak:
18568 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
18570 * gst/gstregistry.c: (gst_registry_scan_path_level):
18571 unref a plug-in we get that was already initialized
18573 2005-10-18 Stefan Kost <ensonic@users.sf.net>
18575 * docs/gst/gstreamer-sections.txt:
18576 * docs/libs/gstreamer-libs-sections.txt:
18577 * gst/gstelement.h:
18578 add new api entries
18579 hide internal macro
18581 2005-10-17 Andy Wingo <wingo@pobox.com>
18583 * gst/base/gstcollectpads.c (gst_collectpads_chain): Slight
18586 * gst/Makefile.am (gstenumtypes.c): Threadsafe now.
18588 * gst/gstevent.c (gst_event_new, gst_event_finalize): LOG.
18590 * gst/gstelement.c (gst_element_get_state_func): s/INFO/DEBUG/.
18591 (gst_element_get_state_func): Better debug message.
18592 (gst_element_commit_state): s/INFO/DEBUG/.
18593 (gst_element_lost_state, gst_element_change_state):
18595 * gst/gstmessage.c (gst_message_init): s/INFO/LOG/.
18596 (gst_message_new_custom): s/INFO/LOG/.
18598 2005-10-17 Michael Smith <msmith@fluendo.com>
18600 * gst/base/gstbasesink.c: (gst_base_sink_do_sync):
18601 Check if end time is valid using end time, not start time.
18603 2005-10-17 Stefan Kost <ensonic@users.sf.net>
18605 * check/gst-libs/controller.c: (GST_START_TEST),
18606 (gst_controller_suite):
18607 * libs/gst/controller/gstcontroller.c:
18608 (gst_controlled_property_set_interpolation_mode):
18609 * libs/gst/controller/gstcontroller.h:
18610 * libs/gst/controller/gstinterpolation.c:
18611 * testsuite/controller/.cvsignore:
18612 * testsuite/controller/Makefile.am:
18613 * testsuite/controller/interpolator.c:
18614 merge controller testsuites
18616 remove mem-chunk from docs
18618 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
18620 * gst/gstmemchunk.c:
18621 * gst/gstmemchunk.h:
18622 * gst/gsttrashstack.c:
18623 * gst/gsttrashstack.h:
18624 out. get out. you're fired. to the Attic !
18626 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
18628 * gst/gstcaps.c: (gst_caps_intersect):
18629 fix signedness issues in a (hopefully) correct way
18630 * gst/gstelement.c: (gst_element_pads_activate):
18632 * gst/gstobject.c: (gst_object_set_parent):
18635 2005-10-17 Julien MOUTTE <julien@moutte.net>
18637 * gst/gstvalue.h: Fix prototypes.
18639 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
18641 * docs/gst/gstreamer-sections.txt:
18642 * gst/gst.c: (gst_version_string):
18644 * gst/gstversion.h.in:
18645 * win32/common/libgstreamer.def:
18646 add gst_version_string ()
18648 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
18652 * gst/gst.c: (init_post):
18653 * win32/common/config.h.in:
18655 * gst/gstcaps.c: (gst_caps_intersect):
18656 use gint64, the range could be bigger than a guint
18658 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
18661 document potential problem in 2038
18663 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
18665 * gst/gstcaps.c: (gst_caps_intersect):
18666 Fix guint j diving under 0
18668 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
18671 * win32/common/config.h:
18672 * win32/common/config.h.in:
18673 check for process.h, declares getpid() on Windows
18675 include process.h if we have it
18676 * gst/gstmemchunk.c: (populate), (gst_mem_chunk_new):
18677 * gst/gstmemchunk.h:
18678 fix signedness issues
18679 * win32/common/libgstreamer.def:
18682 2005-10-16 Julien MOUTTE <julien@moutte.net>
18684 * gst/gstcaps.c: (gst_caps_intersect): Fix a bad bug with a simple
18685 fix. Because of unsigned ints, caps intersection was going nuts and
18686 trying to access structures with G_MAXUINT index. That fixes
18687 videotestsrc ! ffmpegcolorspace ! fakesink
18688 * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked): logs
18691 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
18694 use the gettext macro
18695 * gst/elements/gstelements.c:
18697 * gst/indexers/gstindexers.c:
18698 update for GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN
18699 * win32/common/config.h:
18701 * win32/common/config.h.in:
18702 add the template to generate config.h
18703 * win32/common/gstenumtypes.c:
18704 * win32/common/gstversion.h:
18707 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
18709 * gst/gst.c: (gst_version):
18710 * gst/gstversion.h.in:
18713 2005-10-15 Tim-Philipp Müller <tim at centricular dot net>
18716 Oops, add missing closing bracket.
18718 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
18721 use common m4's for argument checking
18723 2005-10-15 Tim-Philipp Müller <tim at centricular dot net>
18725 * docs/gst/gstreamer-sections.txt:
18727 Add GST_EVENT_TYPE_NAME() macro.
18729 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
18732 * gst/gstpluginfeature.c:
18734 privatize more symbols
18736 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
18739 add srcdir, builddir includes to GST_ALL_CFLAGS, since
18740 everything that uses GStreamer API should have the includes
18742 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
18744 * docs/gst/gstreamer-sections.txt:
18745 * gst/gstvalue.c: (gst_date_get_type), (_gst_value_initialize):
18747 give each value a _get_type, removes the DATA exports
18749 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
18753 remove _gst_registry_auto_load, not used anymore
18754 * gst/gstbin.c: (gst_bin_get_type):
18756 * gst/gstelement.c: (gst_element_get_type):
18757 * gst/gstelement.h:
18758 * gst/gstobject.c: (gst_object_get_type):
18760 * gst/gstpad.c: (gst_pad_get_type):
18762 make _get_type functions similar, fixes data export from library
18764 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
18767 correctly make conditionals
18768 * gst/elements/Makefile.am:
18769 * gst/elements/gstelements.c:
18770 fix typo causing fdsrc not to build
18772 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
18774 * testsuite/Makefile.am:
18775 * testsuite/bytestream/.cvsignore:
18776 * testsuite/bytestream/Makefile.am:
18777 * testsuite/bytestream/filepadsink.c:
18778 * testsuite/bytestream/gstbstest.c:
18779 * testsuite/bytestream/test1.c:
18780 * testsuite/bytestream/testfile1:
18781 * testsuite/caps/normalisation.c:
18782 * testsuite/caps/random.c: (main):
18783 * testsuite/cleanup/.cvsignore:
18784 * testsuite/cleanup/Makefile.am:
18785 * testsuite/cleanup/cleanup1.c:
18786 * testsuite/cleanup/cleanup2.c:
18787 * testsuite/cleanup/cleanup3.c:
18788 * testsuite/cleanup/cleanup4.c:
18789 * testsuite/cleanup/cleanup5.c:
18790 * testsuite/controller/interpolator.c:
18791 * testsuite/debug/printf_extension.c: (main):
18792 * testsuite/elements/tee.c:
18793 * testsuite/negotiation/.cvsignore:
18794 * testsuite/negotiation/Makefile.am:
18795 * testsuite/negotiation/pad_link.c:
18796 * testsuite/pad/Makefile.am:
18797 * testsuite/pad/chainnopull.c:
18798 * testsuite/pad/getnopush.c:
18799 * testsuite/pad/link.c:
18800 * testsuite/refcounting/sched.c: (create_pipeline):
18801 * testsuite/registry/Makefile.am:
18802 * testsuite/registry/gst-print-formats.c:
18803 * testsuite/schedulers/.cvsignore:
18804 * testsuite/schedulers/142183-2.c:
18805 * testsuite/schedulers/142183.c:
18806 * testsuite/schedulers/143777-2.c:
18807 * testsuite/schedulers/143777.c:
18808 * testsuite/schedulers/147713.c:
18809 * testsuite/schedulers/147819.c:
18810 * testsuite/schedulers/147894-2.c:
18811 * testsuite/schedulers/147894.c:
18812 * testsuite/schedulers/Makefile.am:
18813 * testsuite/schedulers/group_link.c:
18814 * testsuite/schedulers/queue_link.c:
18815 * testsuite/schedulers/relink.c:
18816 * testsuite/schedulers/unlink.c:
18817 * testsuite/schedulers/unref.c:
18818 * testsuite/schedulers/useless_iteration.c:
18819 * testsuite/states/bin.c:
18820 clean out/remove some stuff from the testsuite directories
18822 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
18825 check for some headers
18826 * gst/elements/Makefile.am:
18827 * gst/elements/gstelements.c:
18828 don't compile fdsrc without sys/socket.h
18829 * gst/indexers/Makefile.am:
18830 * gst/indexers/gstindexers.c: (plugin_init):
18831 don't compile fileindex without mmap
18833 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
18840 * check/Makefile.am:
18841 * docs/gst/Makefile.am:
18842 * examples/helloworld/Makefile.am:
18844 * gst/base/Makefile.am:
18845 * gst/check/Makefile.am:
18846 * gst/elements/Makefile.am:
18847 * gst/indexers/Makefile.am:
18848 * gst/parse/Makefile.am:
18849 * libs/gst/controller/Makefile.am:
18850 * libs/gst/dataprotocol/Makefile.am:
18851 * examples/helloworld/helloworld.c: (event_loop):
18852 compile fixes, though it's not being compiled currently
18854 2005-10-14 Tim-Philipp Müller <tim at centricular dot net>
18856 * check/gst/gsttag.c: (test_date_tags), (gst_tag_suite):
18857 Add some simple tests for the new taglist date API.
18859 2005-10-14 Tim-Philipp Müller <tim at centricular dot net>
18861 * gst/elements/gstfakesink.c: (gst_fake_sink_render):
18862 * gst/elements/gstfakesrc.c: (gst_fake_src_create):
18863 Beautify 'last-message' output: print 'none' for buffer timestamps
18864 and durations if none is set; improve alignment with next messages.
18866 2005-10-14 Tim-Philipp Müller <tim at centricular dot net>
18868 * gst/gstpluginfeature.c: (gst_plugin_feature_check_version):
18869 * gst/gstpluginfeature.h:
18870 * gst/gstregistry.c: (gst_default_registry_check_feature_version):
18871 * gst/gstregistry.h:
18872 * docs/gst/gstreamer-sections.txt:
18873 Add new API to check plugin feature version requirements.
18875 * check/gst/gstplugin.c: (test_version_checks), (gst_plugin_suite):
18876 Some basic tests for the above.
18878 2005-10-13 Thomas Vander Stichele <thomas at apestaart dot org>
18880 * gst/gststructure.c: (gst_structure_to_string):
18881 guard against NULL printf - happens when for example
18882 a message structure with GstClock gets serialized
18884 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
18886 * gst/base/gstcollectpads.c: (gst_collectpads_event):
18887 Fix presumable copy'n'pasto.
18889 2005-10-13 Thomas Vander Stichele <thomas at apestaart dot org>
18891 * gst/elements/gstfakesrc.h:
18892 * gst/elements/gstfilesrc.c: (gst_file_src_create_read):
18893 * gst/elements/gsttypefindelement.c:
18894 fix some signedness
18895 * gst/elements/gstfilesink.c: (gst_file_sink_render):
18896 I wonder if this could actually write +2GB files before
18898 2005-10-13 Andy Wingo <wingo@pobox.com>
18900 * libs/gst/dataprotocol/dataprotocol.c (gst_dp_packet_from_caps):
18901 Fix Timmeke Waymans bug.
18902 (gst_dp_caps_from_packet): Make sure we pass a NUL-terminated
18903 string of the proper length to gst_caps_from_string. There's a
18904 potential for, before this fix, that this could cause someone
18905 connecting over the network to cause a segfault if the payload is
18906 not NUL-terminated.
18908 2005-10-13 Stefan Kost <ensonic@users.sf.net>
18910 * docs/design/draft-push-pull.txt:
18911 * docs/design/part-overview.txt:
18912 * docs/random/TODO-pre-0.9:
18913 * docs/random/old/ChangeLog.gstreamer:
18914 * gst/base/gstpushsrc.c:
18918 2005-10-13 Thomas Vander Stichele <thomas at apestaart dot org>
18920 * gst/glib-compat.c: (gst_flags_get_first_value):
18921 * gst/glib-compat.h:
18922 * gst/gstvalue.c: (gst_value_deserialize_int_helper),
18923 (gst_value_compare_double), (gst_value_serialize_flags):
18924 GLib 2.6 g_flags_get_first_value has a bug that triggers an
18927 2005-10-13 Thomas Vander Stichele <thomas at apestaart dot org>
18929 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
18930 * gst/base/gstbasesrc.c: (gst_base_src_get_range):
18932 * tools/gst-launch.c: (event_loop):
18933 print out clock nicely
18935 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
18937 * docs/gst/gstreamer-sections.txt:
18938 * gst/gsttaglist.h:
18939 * gst/gsttaglist.c: (_gst_tag_initialize), (gst_tag_list_get_date),
18940 (gst_tag_list_get_date_index):
18941 Added gst_tag_list_get_date() and gst_tag_list_get_date_index().
18942 GST_TAG_DATE now has a tag type of GST_TYPE_DATE (#170777).
18944 2005-10-13 Julien MOUTTE <julien@moutte.net>
18946 * gst/base/gstcollectpads.c: (gst_collectpads_event),
18947 (gst_collectpads_chain):
18948 * gst/base/gstcollectpads.h: Handle newsegment and store informations
18951 2005-10-13 Stefan Kost <ensonic@users.sf.net>
18953 * docs/gst/gstreamer-sections.txt:
18956 * tools/gst-inspect.c: (main):
18957 * tools/gst-launch.c: (main):
18958 * tools/gst-run.c: (main):
18959 * tools/gst-xmlinspect.c: (main):
18960 fix GOption context leaks
18963 2005-10-13 Thomas Vander Stichele <thomas at apestaart dot org>
18967 * win32/common/config.h:
18969 * win32/vs6/grammar.dsp:
18970 * win32/vs6/libgstelements.dsp:
18971 * win32/vs6/libgstreamer.dsp:
18974 2005-10-12 Thomas Vander Stichele <thomas at apestaart dot org>
18976 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
18977 * gst/base/gstbasesrc.c: (gst_base_src_query):
18978 fix more guint64<->gdouble conversions
18980 2005-10-12 Thomas Vander Stichele <thomas at apestaart dot org>
18983 add win32-update target
18984 * win32/common/gstconfig.h:
18985 * win32/common/gstenumtypes.c:
18986 * win32/common/gstenumtypes.h:
18987 * win32/common/gstversion.h:
18988 add files that visual studio can't generate
18990 2005-10-12 Thomas Vander Stichele <thomas at apestaart dot org>
18993 add a win32-update target
18996 2005-10-12 Wim Taymans <wim@fluendo.com>
18998 * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
18999 (reset_degree), (gst_bin_dispose), (bin_bus_handler):
19000 * gst/gstelement.c: (gst_element_commit_state),
19001 (gst_element_set_state):
19002 Protect flags with proper lock.
19003 unref provided cached clock in dispose.
19005 2005-10-12 Stefan Kost <ensonic@users.sf.net>
19008 * gst/gstminiobject.h:
19010 * win32/gstenumtypes.c: (gst_mini_object_flags_get_type):
19011 removed unused flags from miniobject
19014 2005-10-12 Wim Taymans <wim@fluendo.com>
19016 * gst/elements/gstfilesink.c: (gst_file_sink_do_seek),
19017 (gst_file_sink_event), (gst_file_sink_render):
19018 Flush before seeking.
19020 2005-10-12 Andy Wingo <wingo@pobox.com>
19022 * gst/gst.c (gst_init_check): Ignore unknown options, as has
19023 always been the case.
19025 2005-10-12 Stefan Kost <ensonic@users.sf.net>
19027 * check/gst/gstbin.c: (GST_START_TEST):
19028 * docs/gst/gstreamer-sections.txt:
19029 * gst/base/gstbasesink.c: (gst_base_sink_init):
19030 * gst/base/gstbasesrc.c: (gst_base_src_init),
19031 (gst_base_src_get_range), (gst_base_src_check_get_range),
19032 (gst_base_src_start), (gst_base_src_stop):
19033 * gst/base/gstbasesrc.h:
19034 * gst/elements/gstfakesrc.c: (gst_fake_src_set_property):
19035 * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
19036 (bin_element_is_sink), (reset_degree), (gst_bin_element_set_state),
19040 * gst/gstbus.c: (gst_bus_post), (gst_bus_set_flushing):
19042 * gst/gstelement.c: (gst_element_is_locked_state),
19043 (gst_element_set_locked_state), (gst_element_commit_state),
19044 (gst_element_set_state):
19045 * gst/gstelement.h:
19046 * gst/gstindex.c: (gst_index_init):
19048 * gst/gstminiobject.h:
19049 * gst/gstobject.c: (gst_object_init), (gst_object_sink),
19050 (gst_object_set_parent):
19052 * gst/gstpad.c: (gst_pad_set_blocked_async), (gst_pad_is_blocked),
19053 (gst_pad_get_caps_unlocked), (gst_pad_set_caps):
19055 * gst/gstpadtemplate.h:
19056 * gst/gstpipeline.c: (gst_pipeline_provide_clock_func),
19057 (gst_pipeline_use_clock), (gst_pipeline_auto_clock):
19058 * gst/gstpipeline.h:
19059 * gst/indexers/gstfileindex.c: (gst_file_index_load),
19060 (gst_file_index_commit):
19061 * testsuite/bytestream/filepadsink.c: (gst_fp_sink_init):
19062 * testsuite/pad/link.c: (gst_test_src_init),
19063 (gst_test_filter_init), (gst_test_sink_init):
19064 * testsuite/states/locked.c: (main):
19065 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19066 moved bitshift from macro to enum definition
19068 2005-10-12 Wim Taymans <wim@fluendo.com>
19070 * gst/base/gstbasesink.c: (gst_base_sink_handle_buffer):
19071 * gst/elements/gstfilesink.c: (gst_file_sink_event),
19072 (gst_file_sink_render):
19073 Some more debugging info.
19075 2005-10-12 Wim Taymans <wim@fluendo.com>
19077 * docs/design/part-states.txt:
19078 * tools/gst-launch.c: (main):
19080 Revert non-intentional change.
19082 2005-10-12 Wim Taymans <wim@fluendo.com>
19084 * check/gst/gstbin.c: (GST_START_TEST):
19085 * check/gst/gstelement.c: (GST_START_TEST):
19086 * check/gst/gstevent.c: (GST_START_TEST), (test_event):
19087 * check/gst/gstghostpad.c: (GST_START_TEST):
19088 * check/gst/gstpipeline.c: (GST_START_TEST):
19089 * check/pipelines/simple_launch_lines.c: (run_pipeline):
19090 * check/states/sinks.c: (GST_START_TEST):
19091 * gst/elements/gsttypefindelement.c: (stop_typefinding):
19092 * gst/gstbin.c: (gst_bin_provide_clock_func), (gst_bin_add_func),
19093 (gst_bin_remove_func), (gst_bin_get_state_func),
19094 (gst_bin_recalc_state), (gst_bin_change_state_func),
19096 * gst/gstelement.c: (gst_element_get_state_func),
19097 (gst_element_get_state), (gst_element_abort_state),
19098 (gst_element_commit_state), (gst_element_set_state),
19099 (gst_element_change_state), (gst_element_change_state_func):
19100 * gst/gstelement.h:
19101 * gst/gstpipeline.c: (gst_pipeline_class_init), (do_pipeline_seek),
19102 (gst_pipeline_provide_clock_func):
19103 * gst/gstutils.c: (gst_element_link_pads_filtered):
19104 * tools/gst-launch.c: (main):
19105 * tools/gst-typefind.c: (main):
19106 Use GstClockTime in _get_state() instead of GTimeVal.
19107 Remove old code in gstutils.c
19109 2005-10-12 Andy Wingo <wingo@pobox.com>
19111 * gst/gstregistry.h (gst_registry_scan_paths): Not implemented, so
19114 * gst/gstpad.c (gst_pad_pause_task): Actually return FALSE if
19115 there is no task. Shouldn't affect any code, as nothing in our
19116 plugins checks this return value.
19117 (gst_pad_stop_task): Also take the stream lock if the pad has no
19118 task. Docs updated.
19120 2005-10-12 Wim Taymans <wim@fluendo.com>
19122 * gst/gstpad.c: (pre_activate), (post_activate),
19123 (gst_pad_activate_pull), (gst_pad_activate_push):
19124 Cleanup activation code. Reset old state if
19127 2005-10-12 Wim Taymans <wim@fluendo.com>
19129 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
19130 (gst_base_sink_change_state):
19131 No need to prerol after receiving EOS.
19133 * gst/elements/gstfakesink.c: (gst_fake_sink_event):
19134 * gst/elements/gstfakesrc.c: (gst_fake_src_event_handler):
19135 * gst/elements/gstidentity.c: (gst_identity_event):
19136 Print events more verbosely.
19138 2005-10-12 Wim Taymans <wim@fluendo.com>
19140 * check/Makefile.am:
19141 * check/states/sinks.c: (GST_START_TEST), (gst_object_suite):
19142 * check/states/sinks2.c:
19143 Moved sinks2 testcode in sinks check.
19145 * gst/gstbin.c: (gst_bin_provide_clock_func), (gst_bin_add_func),
19146 (gst_bin_remove_func), (gst_bin_recalc_state),
19147 (gst_bin_change_state_func), (bin_bus_handler):
19148 Fix potential race condition when _get_state() iterated over an
19149 ASYNC element right before it posted a state completion.
19152 Do proper cast here.
19154 * gst/gstevent.c: (gst_event_new_newsegment),
19155 (gst_event_parse_newsegment):
19156 A playback rate of 0.0 is not allowed.
19158 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
19160 * win32/common/config.h:
19161 * win32/common/dirent.c: (_topendir), (_treaddir), (_tclosedir),
19162 (_trewinddir), (_ttelldir), (_tseekdir):
19163 * win32/common/dirent.h:
19164 * win32/common/gtchar.h:
19165 * win32/common/libgstbase.def:
19166 * win32/common/libgstreamer.def:
19167 * win32/vs6/grammar.dsp:
19168 * win32/vs6/gst_inspect.dsp:
19169 * win32/vs6/gst_launch.dsp:
19170 * win32/vs6/gstreamer.dsw:
19171 * win32/vs6/libgstbase.dsp:
19172 * win32/vs6/libgstelements.dsp:
19173 * win32/vs6/libgstreamer.dsp:
19174 Visual Studio 6 project files, and a new common directory.
19177 2005-10-11 Wim Taymans <wim@fluendo.com>
19179 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
19180 (gst_base_sink_do_sync), (gst_base_sink_query),
19181 (gst_base_sink_change_state):
19182 * gst/base/gstbasesink.h:
19183 Correctly parse newsegment info.
19185 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
19187 * gst/gst.c: (init_post):
19188 split plugin paths correctly
19190 2005-10-11 Wim Taymans <wim@fluendo.com>
19192 * check/gst/gstevent.c: (GST_START_TEST):
19193 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
19194 (gst_base_sink_change_state):
19195 * gst/base/gstbasesrc.c: (gst_base_src_default_newsegment):
19196 * gst/base/gstbasetransform.c: (gst_base_transform_event):
19197 * gst/elements/gstfilesink.c: (gst_file_sink_event):
19198 * gst/gstevent.c: (gst_event_new_newsegment),
19199 (gst_event_parse_newsegment):
19201 Added extra flag to newsegment for future API freeze.
19202 Updated check and base elements.
19204 2005-10-11 Julien MOUTTE <julien@moutte.net>
19206 * gst/base/gstcollectpads.c: (gst_collectpads_init),
19207 (gst_collectpads_add_pad), (gst_collectpads_pop),
19208 (gst_collectpads_event), (gst_collectpads_chain):
19209 * gst/base/gstcollectpads.h: Handle EOS correctly.
19211 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
19213 * tools/gst-launch.c: (main):
19214 more null protecting
19216 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
19218 * gst/gst-i18n-lib.h:
19219 check for ENABLE_NLS, not GETTEXT_PACKAGE
19220 * gst/gstregistry.c: (gst_registry_add_plugin),
19221 (gst_registry_scan_path_level),
19222 (_gst_registry_remove_cache_plugins):
19223 protect possibly NULL strings
19224 * gst/parse/types.h:
19225 config.h already included before
19226 * tools/gst-inspect.c: (main):
19227 sys/wait.h also doesn�t exist on mingw, so change the ifdef check
19228 check for ENABLE_NLS, not GETTEXT_PACKAGE
19229 * tools/gst-launch.c: (main):
19230 check for ENABLE_NLS, not GETTEXT_PACKAGE
19232 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
19235 if we don't have glib, fail before testing 2.8
19236 * gst/base/gstbasetransform.c: (gst_base_transform_change_state):
19237 fix a leak, should fix plugins-base testsuite
19239 2005-10-11 Andy Wingo <wingo@pobox.com>
19241 * gst/gstpad.c (pre_activate): Renamed from pre_activate_switch,
19242 take the mode we're going to as an arg. Go head and set the mode
19243 and flushing flags now, so that if the activate function starts a
19244 thread all the flags will be in the right state.
19245 (post_activate): Renamed also. Just handle making sure streaming
19246 finishes for the deactivation case, and setting the deactivated
19248 (gst_pad_set_active): Complain loudly if deactivation fails.
19249 (gst_pad_activate_pull): Adapt to pre/post_activate changes.
19250 (gst_pad_activate_push): Adapt to pre/post_activate changes,
19251 remove the terrible hack.
19253 2005-10-11 Wim Taymans <wim@fluendo.com>
19255 * gst/gstbin.c: (gst_bin_init), (gst_bin_provide_clock_func),
19256 (is_eos), (gst_bin_add_func), (gst_bin_remove_func),
19257 (gst_bin_recalc_state), (gst_bin_change_state_func),
19258 (gst_bin_dispose), (bin_bus_handler):
19260 Prepare to make current EOS message queue more generic.
19263 * gst/gstevent.c: (gst_event_new_newsegment),
19264 (gst_event_parse_newsegment):
19266 Rename base to stream_time.
19268 * gst/gstmessage.h:
19271 2005-10-11 Wim Taymans <wim@fluendo.com>
19273 * gst/gstbin.c: (gst_bin_init), (gst_bin_provide_clock_func),
19274 (gst_bin_add_func), (gst_bin_remove_func), (gst_bin_recalc_state),
19275 (gst_bin_change_state_func), (bin_bus_handler):
19277 Work on proper clock selection.
19279 2005-10-11 Edward Hervey <edward@fluendo.com>
19281 * libs/gst/controller/gstcontroller.c: (gst_controller_remove_properties_list):
19282 * libs/gst/controller/gstcontroller.h:
19283 Added GList* version of _remove_properties() in order to be able to wrap
19286 2005-10-11 Wim Taymans <wim@fluendo.com>
19288 * docs/design/part-states.txt:
19291 * gst/gstbin.c: (gst_bin_set_clock_func), (gst_bin_recalc_state),
19292 (gst_bin_change_state_func), (bin_bus_handler):
19293 Doc updates. Don't distribute the same clock over and over again.
19299 * gst/gstpad.c: (gst_flow_get_name), (gst_flow_to_quark),
19300 (gst_pad_get_type), (gst_pad_push), (gst_pad_push_event),
19301 (gst_pad_send_event):
19303 Make probe emission threadsafe again.
19304 Register quarks and move _get_name() from utils.
19307 * gst/gstpipeline.c: (gst_pipeline_class_init),
19308 (gst_pipeline_change_state), (gst_pipeline_provide_clock_func):
19309 Only redistribute the clock of it changed.
19311 * gst/gstsystemclock.h:
19316 Moved the _flow_get_name() to GstPad.
19318 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
19320 * check/gst-libs/gdp.c: (GST_START_TEST):
19321 * check/gst/gstcaps.c: (GST_START_TEST):
19322 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
19323 (gst_dp_dump_byte_array), (gst_dp_header_from_buffer),
19324 (gst_dp_packet_from_caps):
19325 fix more valgrind warnings before turning up the heat
19327 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
19329 * gst/parse/grammar.y:
19330 some cleanup before the hacking
19332 2005-10-10 Thomas Vander Stichele <thomas at apestaart dot org>
19334 * gst/base/gstbasesrc.c: (gst_base_src_query):
19336 * gst/gstutils.c: (gst_guint64_to_gdouble),
19337 (gst_gdouble_to_guint64), (gst_util_uint64_scale):
19339 externalize, basesrc uses it
19340 obviously the implementation needs testing
19342 2005-10-10 Wim Taymans <wim@fluendo.com>
19344 * tests/sched/Makefile.am:
19345 * tests/sched/sort.c: (make_pipeline1), (make_pipeline2),
19346 (make_pipeline3), (make_pipeline4), (print_elem), (main):
19348 2005-10-10 Thomas Vander Stichele <thomas at apestaart dot org>
19350 * gst/gstutils.c: (guint64_to_gdouble), (gst_util_uint64_scale):
19351 apparently converting from guint64 to double is not implemented
19354 2005-10-10 Wim Taymans <wim@fluendo.com>
19356 * check/Makefile.am:
19357 * check/generic/states.c: (GST_START_TEST):
19358 * check/gst/gstbin.c: (GST_START_TEST):
19359 * check/gst/gstpipeline.c: (GST_START_TEST), (gst_pipeline_suite):
19360 * check/states/sinks.c: (GST_START_TEST):
19361 * check/states/sinks2.c: (GST_START_TEST), (gst_object_suite),
19363 Check fixes, use API as stated in design docs, remove hacks.
19365 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
19366 (gst_base_sink_change_state):
19367 Catch stopping our task while we're shutting down.
19369 * gst/gstbin.c: (gst_bin_init), (gst_bin_add_func),
19370 (gst_bin_remove_func), (gst_bin_get_state_func),
19371 (gst_bin_recalc_state), (gst_bin_change_state_func),
19374 * gst/gstelement.c: (gst_element_init),
19375 (gst_element_get_state_func), (gst_element_abort_state),
19376 (gst_element_commit_state), (gst_element_lost_state),
19377 (gst_element_set_state), (gst_element_change_state),
19378 (gst_element_change_state_func):
19379 * gst/gstelement.h:
19380 New state change algorithm (see #318116)
19382 * gst/gstpipeline.c: (gst_pipeline_class_init),
19383 (gst_pipeline_init), (gst_pipeline_set_property),
19384 (gst_pipeline_get_property), (do_pipeline_seek),
19385 (gst_pipeline_change_state), (gst_pipeline_provide_clock_func):
19386 * gst/gstpipeline.h:
19387 Remove crude state change hacks.
19390 Remove crude hacks.
19392 * tools/gst-launch.c: (main):
19393 Fixes for state change. Needs some more work to fully use the
19396 2005-10-10 Andy Wingo <wingo@pobox.com>
19398 * tests/Makefile.am (noinst_PROGRAMS): No more init.c.
19400 * gst/gst.c (G_OPTION_FLAG_NO_ARG): Apparently GLib 2.8 requires
19401 this flag, but it's not even in GLib 2.6. Odd. Hack around the
19404 2005-10-10 Tim-Philipp Müller <tim at centricular dot net>
19406 * gst/gstiterator.c: (gst_iterator_new):
19407 Fix my previous commit: GTypes passed to gst_iterator_new()
19408 can be fundamental types.
19410 2005-10-10 Wim Taymans <wim@fluendo.com>
19412 * gst/gstelement.c: (gst_element_iterate_pad_list),
19413 (gst_element_iterate_pads), (gst_element_iterate_src_pads),
19414 (gst_element_iterate_sink_pads):
19415 Use src/sink pads lists for the respective iterators instead
19418 2005-10-10 Andy Wingo <wingo@pobox.com>
19420 Merged in popt removal + GOption addition patch from Ronald, bug
19423 * docs/gst/gstreamer-sections.txt: Add STATE_(UN)LOCK_FULL, move
19424 GstElement macros around, remove popt-related symbols, add goption
19427 * configure.ac: Remove popt checks, require GLib 2.6 for GOption.
19429 * docs/gst/Makefile.am:
19430 * docs/libs/Makefile.am: No POPT_CFLAGS.
19432 * examples/manual/Makefile.am:
19433 * docs/manual/basics-init.xml: Doc updates with an example.
19435 * gst/gst.c: (gst_init_get_option_group), (gst_init_check),
19436 (gst_init), (parse_one_option), (parse_goption_arg):
19437 * gst/gst.h: Removed gst_init_with_popt_table and friends. Took a
19438 bit of hand merging and debugging to get the GOption stuff working
19441 * tests/Makefile.am:
19442 * tools/Makefile.am:
19443 * tools/gst-inspect.c: (main):
19444 * tools/gst-launch.c: (main):
19445 * tools/gst-run.c: (main):
19446 * tools/gst-xmlinspect.c: (main): Thanks Ronald!
19448 2005-10-10 Tim-Philipp Müller <tim at centricular dot net>
19450 * gst/gstiterator.c: (gst_iterator_new):
19451 Add assertions to make sure passed GType is likely to really
19452 be a GType (as the compiler won't catch it if the size and
19453 GType arguments get mixed up, see #318447).
19455 2005-10-10 Josef Zlomek <josef dot zlomek at xeris dot cz>
19457 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19459 * gst/gstbin.c: (gst_bin_iterate_sorted):
19460 Pass GType and size arguments to gst_iterator_new() in the right
19461 order (maybe we should make _new() take the GType as first argument
19462 just like _new_list()?) (#318447).
19465 2005-10-10 Wim Taymans <wim@fluendo.com>
19467 * gst/gstelement.c: (gst_element_finalize):
19468 And free the GStaticRecMutex too
19470 2005-10-10 Andy Wingo <wingo@pobox.com>
19472 * gst/gstelement.c (gst_element_init, gst_element_finalize):
19473 Allocate and free the mutex properly.
19475 * gst/gstelement.h (GST_STATE_UNLOCK_FULL, GST_STATE_LOCK_FULL):
19477 (GstElement): The state_lock is now recursive. Rebuild your
19478 plugins, suckers. Old macros adapted.
19480 * docs/gst/gstreamer-sections.txt: Doc updates.
19483 * gst/gstutils.c (g_static_rec_cond_timed_wait)
19484 (g_static_rec_cond_wait): Ported from state changes patch, while
19485 we wait on bug #317802 to be solved in a well-distributed GLib.
19487 * gst/gstelement.c (gst_element_change_state_func): Renamed from
19488 gst_element_change_state, variable name changes.
19489 (gst_element_change_state): Split out of gst_element_set_state in
19490 preparation for the state change merge. Doesn't pay attention to
19491 the 'transition' argument.
19492 (gst_element_set_state): Updates, hopefully purely cosmetic.
19493 (gst_element_sync_state_with_parent): MT-safety. Ported from the
19494 state change patch.
19495 (gst_element_get_state_func): Renamed from get_state, cosmetic
19498 2005-10-10 Thomas Vander Stichele <thomas at apestaart dot org>
19500 * gst/elements/gstelements.c:
19501 * win32/GStreamer.vcproj:
19503 * win32/dirent.c: (_tseekdir):
19504 * win32/gst-inspect.vcproj:
19505 * win32/gst-launch.vcproj:
19506 * win32/gstconfig.h:
19507 * win32/gstelements.vcproj:
19508 * win32/gstenumtypes.c: (gst_object_flags_get_type):
19509 * win32/gstreamer.def:
19510 * win32/msvc71.sln:
19511 updates for the win32 build (patch from Sebastien Moutte)
19513 2005-10-10 Andy Wingo <wingo@pobox.com>
19515 * gst/gstbin.c (gst_bin_get_state_func): Renamed from
19516 gst_bin_get_state, cleaned up (but no logic changes).
19517 (bin_element_is_sink): Comment updates.
19518 (sink_iterator_filter): Remove needless cast.
19519 (gst_bin_iterate_sinks): Doc update.
19520 (gst_bin_change_state_func): Renamed from gst_bin_change_state,
19521 cleaned up (but no logic changes).
19523 * check/states/sinks.c (test_src_sink): Cleanups from the state
19525 (test_livesrc_sink): Sync on the state.
19527 * check/pipelines/simple_launch_lines.c (run_pipeline): Merge from
19528 the state change patch.
19530 * check/gst/gstghostpad.c (test_ghost_pads): Merge from the state
19533 * check/gst/gstbin.c: Merge in some style fixes and additional
19534 checks from Wim's state change patch.
19536 2005-10-10 Tim-Philipp Müller <tim at centricular dot net>
19538 * gst/base/gsttypefindhelper.c: (helper_find_peek),
19539 (gst_type_find_helper):
19540 Check whether we have the requested data already in our list of
19541 cached buffers before pulling a new buffer; also make the buffer
19542 list a GSList. Speeds up typefinding by ca. 5-10% altogether.
19544 2005-10-10 Thomas Vander Stichele <thomas at apestaart dot org>
19549 * gst/gstvalue.c: (gst_value_deserialize_int_helper):
19550 don't use long long, it's not portable. Replacing with
19551 gint64 seems to work; let's hope no skeletons fall out of the closet.
19553 2005-10-10 Andy Wingo <wingo@pobox.com>
19555 * autogen.sh (CONFIGURE_DEF_OPT): No more --plugin-buiddir, yay
19557 2005-10-09 Stefan Kost <ensonic@users.sf.net>
19559 * docs/gst/gstreamer-sections.txt:
19564 * gst/gstmessage.c: (gst_message_parse_state_changed):
19567 more docs, fix compilation
19569 2005-10-09 Philippe Khalaf <burger@speedy.org>
19570 * gst/gstmessage.c:
19571 Fixed a few forgotten variables on previous commit
19573 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
19575 * gst/base/gsttypefindhelper.c: (helper_find_peek):
19576 Fix evil typefind crasher: getrange() might return a short
19577 buffer at the end of a file, but gst_type_find_peek() must
19578 either return the full data as requested or NULL, but
19579 never a short buffer.
19581 2005-10-09 Thomas Vander Stichele <thomas at apestaart dot org>
19583 * gst/gstmessage.c: (gst_message_new_state_changed),
19584 (gst_message_parse_state_changed):
19585 * gst/gstmessage.h:
19586 don't use "new", it's a C++ keyword
19588 2005-10-08 Wim Taymans <wim@fluendo.com>
19590 * gst/gstbin.c: (is_eos), (update_degree), (gst_bin_query):
19591 * gst/gstelement.c: (gst_element_post_message):
19592 * gst/gstpipeline.c: (gst_pipeline_change_state):
19593 Small docs and debug updates.
19595 2005-10-08 Stefan Kost <ensonic@users.sf.net>
19597 * docs/gst/gstreamer-sections.txt:
19598 * gst/gstelementfactory.c:
19600 * gst/gsttaglist.c:
19603 2005-10-08 Wim Taymans <wim@fluendo.com>
19605 * gst/gstbin.c: (is_eos), (update_degree), (gst_bin_change_state),
19606 (gst_bin_dispose), (bin_bus_handler):
19607 Fix typos, add comments.
19608 Clear EOS list when going to PAUSED from any direction and do it
19609 in a threadsafe way.
19610 Get base time in a threadsafe way too.
19611 Fix confusing debug in the change_state function.
19612 Various other small cleanups.
19614 * gst/gstelement.c: (gst_element_post_message):
19615 Fix very verbose bus posting code.
19617 * gst/gstpipeline.c: (gst_pipeline_class_init),
19618 (gst_pipeline_set_property), (gst_pipeline_get_property),
19619 (gst_pipeline_change_state):
19620 Small ARG_ -> PROP_ cleanup
19622 2005-10-08 Wim Taymans <wim@fluendo.com>
19624 * gst/gstbin.c: (is_eos), (bin_bus_handler):
19625 Do a less CPU demanding EOS check because we can.
19627 2005-10-08 Wim Taymans <wim@fluendo.com>
19629 * libs/gst/dataprotocol/dataprotocol.c:
19630 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
19631 (gst_dp_packet_from_event):
19632 * libs/gst/dataprotocol/dataprotocol.h:
19633 * libs/gst/dataprotocol/dp-private.h:
19634 It's about time we bump the version number.
19635 Since event types don't fit in the guint8 anymore describing
19636 the payload type, make payload type 16 bits wide.
19638 2005-10-08 Wim Taymans <wim@fluendo.com>
19640 * docs/design/part-TODO.txt:
19641 * docs/design/part-clocks.txt:
19642 * docs/design/part-events.txt:
19643 * docs/design/part-gstbin.txt:
19644 * docs/design/part-gstelement.txt:
19645 * docs/design/part-gstpipeline.txt:
19646 * docs/design/part-live-source.txt:
19647 * docs/design/part-messages.txt:
19648 * docs/design/part-overview.txt:
19649 * docs/design/part-states.txt:
19652 2005-10-08 Wim Taymans <wim@fluendo.com>
19656 Fix event quark registration.
19657 Add some space between events so we can insert them in the
19660 2005-10-08 Wim Taymans <wim@fluendo.com>
19662 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
19663 (gst_base_sink_handle_buffer):
19664 Better log message.
19667 * gst/gstelement.h:
19670 * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_init),
19671 (gst_queue_set_property), (gst_queue_get_property):
19673 Remove old unused properties.
19675 2005-10-08 Stefan Kost <ensonic@users.sf.net>
19676 * docs/gst/gstreamer-sections.txt:
19677 * gst/gstmessage.c:
19678 * gst/gstmessage.h:
19679 * gst/gstminiobject.c:
19680 * gst/gstminiobject.h:
19684 lots of new docs and doc fixes
19686 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
19688 * gst/gstplugin.c: (gst_plugin_finalize), (gst_plugin_load_file):
19690 * gst/gstregistry.c: (gst_registry_lookup_locked),
19691 (gst_registry_scan_path_level):
19692 * gst/gstregistryxml.c: (load_plugin):
19693 Only ever load one plugin for a given plugin basename.
19694 This ensures correct overriding of GST_PLUGIN_PATH over
19695 GST_PLUGIN_SYSTEM_PATH and of home dir plugins over
19696 system installed plugins.
19698 2005-10-08 Wim Taymans <wim@fluendo.com>
19700 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
19701 (gst_base_sink_do_sync), (gst_base_sink_handle_buffer):
19702 Prepare for doing QOS.
19704 2005-10-08 Wim Taymans <wim@fluendo.com>
19706 * check/gst/gstbin.c: (GST_START_TEST):
19707 * check/pipelines/cleanup.c: (GST_START_TEST):
19708 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19709 Allow new clock message too.
19711 2005-10-08 Wim Taymans <wim@fluendo.com>
19713 * gst/gstmessage.c: (gst_message_new_error),
19714 (gst_message_new_warning), (gst_message_new_tag),
19715 (gst_message_new_state_changed), (gst_message_new_clock_provide),
19716 (gst_message_new_clock_lost), (gst_message_new_new_clock),
19717 (gst_message_new_segment_start), (gst_message_new_segment_done),
19718 (gst_message_parse_state_changed),
19719 (gst_message_parse_clock_provide), (gst_message_parse_clock_lost),
19720 (gst_message_parse_new_clock):
19721 * gst/gstmessage.h:
19722 Also carry the clock in question.
19724 2005-10-08 Wim Taymans <wim@fluendo.com>
19726 * gst/gstmessage.c: (gst_message_new_custom),
19727 (gst_message_new_eos), (gst_message_new_error),
19728 (gst_message_new_warning), (gst_message_new_tag),
19729 (gst_message_new_state_changed), (gst_message_new_clock_provide),
19730 (gst_message_new_new_clock), (gst_message_new_segment_start),
19731 (gst_message_new_segment_done), (gst_message_parse_state_changed),
19732 (gst_message_parse_clock_provide), (gst_message_parse_new_clock):
19733 * gst/gstmessage.h:
19735 Added clock related messages.
19737 * gst/gstpipeline.c: (gst_pipeline_change_state):
19738 Post message when the clock changed.
19740 * tools/gst-launch.c: (event_loop):
19743 2005-10-08 Tim-Philipp Müller <tim at centricular dot net>
19745 * tools/gst-inspect.c: (print_element_properties_info):
19746 Can't pass NULL strings to g_print() on windows.
19748 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
19750 * docs/Makefile.am:
19751 * docs/gst/Makefile.am:
19752 * docs/gst/gstreamer-docs.sgml:
19753 * docs/gst/running.xml:
19754 * docs/version.entities.in:
19755 add a chapter on running GStreamer.
19756 document GST_DEBUG and GST_PLUGIN* env vars
19758 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
19763 remove PLUGINS_BUILDDIR stuff
19764 * gst/gst.c: (init_post):
19765 reorder parsing of GST_PLUGIN_PATH and GST_PLUGIN_SYSTEM_PATH
19767 remove, it was condescending and not needed
19769 2005-10-08 Wim Taymans <wim@fluendo.com>
19771 * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_flush),
19772 (gst_base_sink_handle_object), (gst_base_sink_event),
19773 (gst_base_sink_wait), (gst_base_sink_handle_event),
19774 (gst_base_sink_change_state):
19775 * gst/base/gstbasesink.h:
19776 Repost EOS message while going to PLAYING if still EOS.
19777 Make sure that when receiving a FLUSH_START we don't attempt
19778 to sync on the clock anymore.
19780 2005-10-08 Wim Taymans <wim@fluendo.com>
19782 * tools/gst-launch.c: (event_loop):
19783 Better message printout.
19785 2005-10-08 Wim Taymans <wim@fluendo.com>
19787 * gst/gstbin.c: (gst_bin_child_proxy_get_child_by_index),
19788 (gst_bin_child_proxy_get_children_count):
19789 * gst/gstchildproxy.c: (gst_child_proxy_get_child_by_name),
19790 (gst_child_proxy_lookup), (gst_child_proxy_get_property),
19791 (gst_child_proxy_get_valist), (gst_child_proxy_set_property),
19792 (gst_child_proxy_set_valist):
19793 * gst/parse/grammar.y:
19794 Make ChildProxy threadsafe and fix mem leaks.
19796 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
19798 * gst/gst.c: (init_post):
19799 debug the GST_PLUGIN_ env vars
19801 2005-10-08 Wim Taymans <wim@fluendo.com>
19803 * check/gst/gstbin.c: (GST_START_TEST):
19804 * check/gst/gstmessage.c: (GST_START_TEST):
19805 * check/gst/gstpipeline.c: (GST_START_TEST), (message_received):
19806 * gst/gstelement.c: (gst_element_commit_state),
19807 (gst_element_lost_state):
19808 * gst/gstmessage.c: (gst_message_new_state_changed),
19809 (gst_message_parse_state_changed):
19810 * gst/gstmessage.h:
19811 * tools/gst-launch.c: (event_loop):
19812 Added extra field to STATE_CHANGE message with the pending
19813 state, which will be different from the new state soon.
19815 2005-10-08 Wim Taymans <wim@fluendo.com>
19817 * gst/gstbus.c: (gst_bus_pop):
19819 * gst/gstsystemclock.c: (gst_system_clock_async_thread):
19820 Small cleanups and doc updates.
19822 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
19824 * gst/gst.c: (init_pre):
19825 * gst/gstbin.c: (gst_bin_add_func):
19826 log distributing clocks and base time
19827 * gst/gstregistry.c: (gst_registry_add_plugin),
19828 (gst_registry_scan_path_level), (gst_registry_scan_path):
19829 clean up the debugging output a little
19830 * gst/gstutils.c: (gst_element_state_get_name):
19831 warn about a memleak (I've actually seen this be used, though
19832 it was probably a bug)
19834 2005-10-07 Wim Taymans <wim@fluendo.com>
19836 * gst/base/gstbasesrc.c: (gst_base_src_class_init),
19837 (gst_base_src_init), (gst_base_src_default_newsegment),
19838 (gst_base_src_newsegment), (gst_base_src_do_seek),
19839 (gst_base_src_loop), (gst_base_src_start):
19840 * gst/base/gstbasesrc.h:
19841 Make the newsegment event customizable by subclasses.
19843 2005-10-07 Wim Taymans <wim@fluendo.com>
19845 * gst/gstevent.c: (gst_event_new_buffersize),
19846 (gst_event_parse_buffersize):
19848 New event for future idea.
19850 2005-10-07 Andy Wingo <wingo@pobox.com>
19852 * gst/gstelement.c (gst_element_post_message): Doc update.
19854 * docs/gst/gstreamer-sections.txt: Update.
19856 * gst/gstmessage.c (gst_message_new_application): Made into a
19857 function like honest API calls.
19858 (gst_message_new_element): New message type.
19860 * gst/gstmessage.h (enum): Add GST_MESSAGE_ELEMENT type.
19862 * check/elements/fakesrc.c (test_no_preroll): New check, checks
19863 that setting a live fakesrc to PAUSED returns NO_PREROLL both
19866 * gst/base/gstbasesrc.c (gst_base_src_change_state): Allow a
19867 NO_PREROLL from gst_element_change_state to fall through.
19869 2005-10-07 Wim Taymans <wim@fluendo.com>
19871 * gst/gstghostpad.c: (gst_ghost_pad_get_internal),
19872 (gst_ghost_pad_do_activate_push):
19873 Activating a ghostpad with no internal pad in push mode
19876 2005-10-07 Thomas Vander Stichele <thomas at apestaart dot org>
19879 there's no point in wrapping FLAG_SET/_UNSET in STMT macros.
19880 Fixes compilation on Windows.
19882 2005-10-07 Michael Smith <msmith@fluendo.com>
19884 * tools/gst-inspect.c:
19885 Print out feature and plugin count at the end when printing out
19888 2005-10-04 Michael Smith <msmith@fluendo.com>
19890 * gst/gsterror.c: (_gst_stream_errors_init):
19891 Add another error string used in a few existing plugins.
19894 * gst/gstpluginfeature.c: (gst_plugin_feature_load):
19895 * tools/gst-inspect.c: (print_element_info):
19896 When a feature disappears from a plugin (and the feature exists in
19897 the cached registry file), things went horribly wrong. This isn't a
19898 complete fix, we should actually be removing the 'missing' features
19899 from the features list when we load the actual plugin. That's not
19902 2005-10-04 Johan Dahlin <johan@gnome.org>
19904 * check/gst/gstiterator.c: (GST_START_TEST):
19905 * gst/gstbin.c: (gst_bin_iterate_elements),
19906 (gst_bin_iterate_recurse), (gst_bin_iterate_sorted):
19907 * gst/gstelement.c: (gst_element_iterate_pads):
19908 * gst/gstformat.c: (gst_format_iterate_definitions):
19909 * gst/gstiterator.c: (gst_iterator_init), (gst_iterator_new),
19910 (gst_iterator_new_list), (gst_iterator_filter):
19911 * gst/gstiterator.h:
19912 * gst/gstquery.c: (gst_query_type_iterate_definitions):
19913 Add a GType to GstIterator, update callsites and tests.
19915 2005-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
19917 * gst/gstpad.c: (gst_pad_event_default_dispatch):
19918 give events a chance to be handled by event probes when the pad
19921 2005-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
19923 * gst/gstevent.c: (gst_event_type_get_name),
19924 (gst_event_type_to_quark), (gst_event_finalize), (gst_event_new):
19926 add string representations for event types
19928 2005-10-06 Wim Taymans <wim@fluendo.com>
19930 * gst/elements/gstfilesink.c: (gst_file_sink_close_file):
19931 Don't use NULL pointers.
19933 2005-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
19935 * gst/gst_private.h:
19937 * gst/gstelement.c:
19939 * gst/gstpluginfeature.c:
19940 widen the debug category in output to fit the biggest one we have
19941 add a bus category and use it
19942 play with the colors
19943 fix up some categories
19945 2005-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
19947 * gst/gstghostpad.c: (gst_ghost_pad_internal_do_activate_push):
19948 add push activation of sink ghost pads.
19949 Andye, please verify
19951 2005-10-05 Thomas Vander Stichele <thomas at apestaart dot org>
19953 * gst/gstutils.c: (gst_element_link_pads):
19954 fix a bug in the case where neither element has a pad
19955 * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite):
19956 add a test for that case
19958 2005-10-05 Thomas Vander Stichele <thomas at apestaart dot org>
19960 * gst/gstpad.c: (gst_pad_push), (gst_pad_push_event):
19961 emit have-data before checking for peers. This allows
19962 for probe handlers to connect elements. This helps autopluggers.
19963 * check/gst/gstpad.c: (GST_START_TEST), (_probe_handler),
19965 add six checks, linked/unlinked with no/true/false probe
19967 2005-10-04 Wim Taymans <wim@fluendo.com>
19969 * gst/elements/gstfakesink.c: (gst_fake_sink_get_property),
19970 (gst_fake_sink_event), (gst_fake_sink_preroll),
19971 (gst_fake_sink_render), (gst_fake_sink_change_state):
19972 * gst/elements/gstfakesrc.c: (gst_fake_src_event_handler),
19973 (gst_fake_src_get_property), (gst_fake_src_create),
19974 (gst_fake_src_stop):
19975 * gst/elements/gstidentity.c: (gst_identity_stop):
19976 Protect last_message with lock.
19978 2005-10-04 Edward Hervey <edward@fluendo.com>
19981 Added precision in the comments for GST_FORMAT_DEFAULT
19983 2005-10-04 Tim-Philipp Müller <tim at centricular dot net>
19985 * tools/gst-launch.c: (main):
19986 Don't try to run erroneous pipelines.
19988 2005-10-04 Julien MOUTTE <julien@moutte.net>
19990 * gst/gstbus.c: We don't need this header.
19992 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
19995 back to development
19997 === release 0.9.3 ===
19999 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
20003 Releasing 0.9.3, "Unregistered"
20005 2005-10-03 Andy Wingo <wingo@pobox.com>
20007 * gst/gstpad.c (gst_pad_activate_push): There is a race condition
20008 whereby calling a pad's activatepush() function can start a thread
20009 that starts to push or pull before the pad gets the FLUSHING flag
20010 unset. Hack around it by holding the stream lock until the flag is
20011 set. Need to replace this with a proper solution. Together with
20012 the ghost pad fixes, this fixes mp3 playing/tagreading.
20014 * docs/design/part-gstghostpad.txt: Add a note about activation of
20015 proxy pads outside of ghost pads.
20017 * gst/gstghostpad.c: Implement the ghost pad activation design.
20019 2005-10-02 Andy Wingo <wingo@pobox.com>
20021 * gst/gstobject.h (GST_OBJECT_REFCOUNT_VALUE): Just use the int.
20022 It is volatile, after all.
20024 * docs/design/part-gstghostpad.txt: Flesh out activation with
20027 * gst/base/gstbasesrc.c (gst_base_src_init): Use
20030 2005-10-02 Tim-Philipp Müller <tim at centricular dot net>
20033 Fix (unused) AM_CONDITIONAL tests.
20035 2005-10-01 Alessandro Decina <alessandro at nnva dot org>
20037 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20039 * gst/gstutils.c: (gst_pad_query_convert):
20040 Add assertion that makes sure src_val is >=0, just like
20041 gst_query_new_convert() has. (#315895)
20043 2005-09-30 Edward Hervey <edward@fluendo.com>
20045 * gst/elements/gsttee.c: (gst_tee_do_push), (gst_tee_handle_buffer):
20046 Let's not iterate pads we're not interested in, it avoids getting
20047 sky-high refcounts on sinkpad.
20049 2005-09-30 Wim Taymans <wim@fluendo.com>
20051 * gst/gstelement.c: (gst_element_set_state),
20052 (gst_element_change_state):
20053 Small tweak, element in ASYNC remains ASYNC.
20055 2005-09-30 Wim Taymans <wim@fluendo.com>
20057 * gst/base/gstbasesink.c: (gst_base_sink_change_state):
20058 Only error is an error.
20060 * gst/gstbin.c: (gst_bin_change_state):
20063 * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_chain):
20064 Also call pad_block in pad alloc.
20066 * gst/gstutils.c: (gst_flow_get_name):
20069 2005-09-29 Tim-Philipp Müller <tim at centricular dot net>
20071 * gst/base/gstbasesrc.c: (gst_base_src_class_init),
20072 (gst_base_src_get_range):
20073 Fix documentation typos. Add some more debug info.
20075 2005-09-29 David Schleef <ds@schleef.org>
20077 * gst/gstplugin.c: (gst_plugin_load_file): Make some error messages
20078 more end-user friendly.
20079 * tools/gst-inspect.c: (main): Check if command-line argument is
20080 a file and attempt to load that file as a plugin.
20082 2005-09-29 Thomas Vander Stichele <thomas at apestaart dot org>
20084 * check/gst/gstbin.c:
20085 * check/states/sinks.c:
20086 fix tests for the new warning
20087 * check/gst/gstpipeline.c:
20088 add a test for pipeline and bus interaction
20089 * gst/gstelement.c:
20090 elements should be NULL if they get disposed; add a warning if not
20092 2005-09-29 Thomas Vander Stichele <thomas at apestaart dot org>
20095 for 2.6 refcounting, make debug log more correct by printing
20096 the actual refcounts at the time of swap (Wim)
20098 2005-09-29 Andy Wingo <wingo@pobox.com>
20100 * gst/gstbus.c (gst_bus_remove_signal_watch): New function,
20101 removes signal watches previously added via
20102 gst_bus_add_signal_watch.
20103 (gst_bus_add_signal_watch): Don't return the source id, just store
20104 it on the bus if there wasn't an id already.
20106 * gst/gstbus.h (GstBus): Add a couple new fields. API changes for
20107 add_signal_watch and remove_signal_watch.
20109 2005-09-29 Edward Hervey <edward@fluendo.com>
20111 * libs/gst/controller/gstcontroller.c: (gst_controller_new_list):
20112 Better if we actually iterate the list :)
20114 2005-09-29 Wim Taymans <wim@fluendo.com>
20116 * check/gst/gstbin.c: (GST_START_TEST):
20117 Change for new bus API.
20119 * check/gst/gstbus.c: (message_func_eos), (message_func_app),
20120 (send_messages), (GST_START_TEST), (gstbus_suite):
20121 Change for new bus signal API.
20123 * gst/gstbus.c: (gst_bus_class_init), (gst_bus_have_pending),
20124 (gst_bus_source_prepare), (gst_bus_source_check),
20125 (gst_bus_create_watch), (gst_bus_add_watch_full),
20126 (gst_bus_add_watch), (gst_bus_poll), (gst_bus_async_signal_func),
20127 (gst_bus_sync_signal_handler), (gst_bus_add_signal_watch):
20129 Remove support for multiple GSources operating on different
20130 message types as it is too complex and unneeded when using
20132 Added support for receiving signals from the bus.
20134 2005-09-29 Thomas Vander Stichele <thomas at apestaart dot org>
20136 * docs/libs/tmpl/gstdataprotocol.sgml:
20137 * docs/manual/advanced-dataaccess.xml:
20138 * gst/elements/gstcapsfilter.c:
20140 rename filter-caps to caps property
20142 2005-09-29 Tim-Philipp Müller <tim at centricular dot net>
20144 * gst/gstvalue.c: (gst_value_deserialize_fraction):
20145 More robust fraction string parsing.
20147 * docs/pwg/appendix-porting.xml:
20148 Mention gst_pad_use_explicit_caps() => gst_pad_use_fixed_caps()
20150 2005-09-29 Tim-Philipp Müller <tim at centricular dot net>
20152 * gst/gstcaps.c: (gst_caps_do_simplify):
20153 Thou shalt not free a structure and then continue using it
20154 in the next loop iteration.
20156 * check/gst/gstcaps.c: (check_fourcc_list), (test_simplify),
20158 Add test case for caps simplification.
20160 2005-09-29 Wim Taymans <wim@fluendo.com>
20162 * check/gst/gstbin.c: (GST_START_TEST):
20165 2005-09-29 Wim Taymans <wim@fluendo.com>
20167 * check/gst/gstbin.c: (GST_START_TEST):
20170 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init),
20171 (add_to_queue), (clear_queue), (reset_degree), (update_degree),
20172 (find_element), (gst_bin_sort_iterator_next),
20173 (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
20174 (gst_bin_iterate_sorted), (gst_bin_element_set_state),
20175 (gst_bin_change_state), (gst_bin_dispose):
20176 A bin does not have a bus, it gets the bus from the parent.
20178 * gst/gstelement.c: (gst_element_requires_clock),
20179 (gst_element_provides_clock), (gst_element_is_indexable),
20180 (gst_element_is_locked_state), (gst_element_change_state),
20181 (gst_element_set_bus_func):
20184 * gst/gstpipeline.c: (gst_pipeline_class_init),
20185 (gst_pipeline_init), (gst_pipeline_provide_clock_func):
20186 The pipeline provides a bus.
20188 2005-09-28 Johan Dahlin <johan@gnome.org>
20190 * gst/gstmessage.c (gst_message_parse_state_changed): Use
20191 gst_structure_get_enum instead of gst_structure_get_int
20193 * gst/gststructure.c (gst_structure_get_enum): Impl.
20195 * gst/gststructure.h (gst_structure_get_enum): Add
20197 * docs/gst/gstreamer-sections.txt: Ditto
20199 * gst/gstmessage.c (gst_message_new_state_changed): Use
20200 GST_TYPE_STATE instead of G_TYPE_INT, mainly for language bindings
20201 which does introspection.
20202 Reviewed by Christian Schaller
20204 2005-09-28 Stefan Kost <ensonic@users.sf.net>
20206 * gst/gstinfo.c: (gst_debug_log_default):
20207 don't do dummy g_strdup()s
20208 * libs/gst/controller/gstcontroller.c:
20209 (on_object_controlled_property_changed),
20210 (gst_controlled_property_new), (gst_controller_new_valist),
20211 (gst_controller_new_list),
20212 (gst_controller_remove_properties_valist), (gst_controller_set),
20213 (gst_controller_get), (gst_controller_sync_values),
20214 (gst_controller_get_value_array), (_gst_controller_class_init),
20215 (gst_controller_get_type):
20216 * libs/gst/controller/gstcontroller.h:
20217 * libs/gst/controller/gstinterpolation.c:
20218 (gst_controlled_property_find_timed_value_node):
20219 convert // to /**/ comments
20221 2005-09-28 Wim Taymans <wim@fluendo.com>
20223 * gst/gstbus.c: (marshal_VOID__MINIOBJECT), (gst_bus_class_init),
20224 (gst_bus_post), (poll_func), (gst_bus_async_signal_func),
20225 (gst_bus_sync_signal_handler):
20227 Added async-message and sync-message signals to the bus.
20228 Added helper BusFunc to emit signals for all posted messages.
20230 * gst/gstmessage.c: (gst_message_type_get_name),
20231 (gst_message_type_to_quark), (gst_message_get_type):
20232 * gst/gstmessage.h:
20233 Register quarks for message names.
20235 2005-09-28 Stefan Kost <ensonic@users.sf.net>
20237 * docs/libs/gstreamer-libs-sections.txt:
20238 * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist),
20239 (gst_controller_new_list):
20240 * libs/gst/controller/gstcontroller.h:
20241 added another constructor for language bindings
20243 2005-09-28 Thomas Vander Stichele <thomas at apestaart dot org>
20245 * check/gst/gstpipeline.c: (GST_START_TEST), (gst_pipeline_suite):
20249 * gst/gstinfo.c: (_gst_debug_init):
20250 slightly more readable color for refcount debugging
20252 2005-09-28 Wim Taymans <wim@fluendo.com>
20254 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_provide_clock_func),
20255 (add_to_queue), (clear_queue), (reset_degree), (update_degree),
20256 (find_element), (gst_bin_sort_iterator_next),
20257 (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
20258 (gst_bin_iterate_sorted), (gst_bin_element_set_state),
20259 (gst_bin_change_state), (gst_bin_dispose):
20260 Small doc fixes. get_clock -> provide_clock.
20262 * gst/gstelement.c: (gst_element_class_init),
20263 (gst_element_provides_clock), (gst_element_provide_clock),
20264 (gst_element_get_clock), (gst_element_commit_state),
20265 (gst_element_lost_state):
20266 * gst/gstelement.h:
20267 Make get/set_clock() symetric. Add provide_clock vmethod since
20268 that is actually what this function does.
20270 * gst/gstpipeline.c: (gst_pipeline_class_init),
20271 (gst_pipeline_change_state), (gst_pipeline_provide_clock_func),
20272 (gst_pipeline_get_clock):
20273 get_clock -> provide_clock.
20275 2005-09-28 Andy Wingo <wingo@pobox.com>
20277 * gst/base/gstbasesrc.c (gst_base_src_unlock): Comment a bit in
20278 lieu of real docs...
20280 * gst/elements/gstfdsrc.c: Cleaned up a bit.
20282 2005-09-28 Tim-Philipp Müller <tim at centricular dot net>
20284 * gst/elements/gstcapsfilter.c:
20285 * gst/elements/gstfakesink.c:
20286 * gst/elements/gstfakesrc.c:
20287 * gst/elements/gstfdsink.c:
20288 * gst/elements/gstfdsrc.c:
20289 * gst/elements/gstfilesink.c:
20290 * gst/elements/gstfilesrc.c:
20291 * gst/elements/gstidentity.c:
20292 * gst/elements/gsttee.c:
20293 * gst/elements/gsttypefindelement.c:
20294 Make element details static.
20296 2005-09-28 Wim Taymans <wim@fluendo.com>
20298 * gst/gstbin.c: (add_to_queue), (clear_queue), (reset_outdegree),
20299 (update_outdegree), (find_element), (gst_bin_sort_iterator_next),
20300 (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
20301 (gst_bin_iterate_sorted), (gst_bin_element_set_state),
20302 (gst_bin_change_state), (gst_bin_dispose):
20303 Some documentation updates.
20304 Clean up dispose handlers.
20306 * gst/gstobject.c: (gst_object_ref), (gst_object_unref):
20307 * gst/gstpad.c: (gst_pad_dispose):
20308 Clean up dispose handler.
20310 * gst/gstpipeline.c: (gst_pipeline_change_state):
20311 Removed spurious UNLOCK.
20313 2005-09-27 Stefan Kost <ensonic@users.sf.net>
20315 * docs/gst/gstreamer-sections.txt:
20316 * gst/base/gstbasesrc.h:
20317 * gst/gstelement.h:
20321 * gst/gstpipeline.c:
20322 * gst/gstpipeline.h:
20325 added two new functions to the docs
20326 documents all undocumented GstXXXFlags
20327 completed some incomplete docs
20329 2005-09-27 Thomas Vander Stichele <thomas at apestaart dot org>
20331 * gst/gstbin.c: (gst_bin_dispose):
20332 * gst/gstelement.c: (gst_element_dispose):
20333 remove now useless and leaky resurrection code in dispose
20334 * gst/base/gstbasesrc.c: (gst_base_src_init):
20335 * gst/gstelementfactory.c: (gst_element_factory_create):
20336 * gst/gstobject.c: (gst_object_set_parent):
20339 2005-09-27 Wim Taymans <wim@fluendo.com>
20341 * docs/design/part-TODO.txt:
20344 * gst/gstbin.c: (add_to_queue), (clear_queue), (reset_outdegree),
20345 (update_outdegree), (find_element), (gst_bin_sort_iterator_next),
20346 (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
20347 (gst_bin_iterate_sorted), (gst_bin_element_set_state),
20348 (gst_bin_change_state):
20349 * gst/gstelement.h:
20350 Remove element variable, we keep element info in the iterator now.
20352 2005-09-27 Andy Wingo <wingo@pobox.com>
20354 * libs/gst/dataprotocol/dataprotocol.c: Fix error-checking return
20357 2005-09-27 Wim Taymans <wim@fluendo.com>
20359 * check/gst/gstbin.c: (GST_START_TEST):
20360 Enable check that works now.
20362 * gst/gstbin.c: (add_to_queue), (clear_queue), (reset_outdegree),
20363 (update_outdegree), (find_element), (gst_bin_sort_iterator_next),
20364 (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
20365 (gst_bin_iterate_sorted), (gst_bin_element_set_state),
20366 (gst_bin_change_state):
20368 Redid the state change algorithm using a topological sort algo.
20369 Handles all cases correctly.
20370 Exposed iterator for state change order.
20372 * gst/gstelement.h:
20373 Temp storage for state changes. Need to get rid of this soon.
20375 2005-09-27 Wim Taymans <wim@fluendo.com>
20377 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_do_push):
20378 * gst/gstutils.c: (intersect_caps_func), (gst_pad_proxy_getcaps),
20379 (link_fold_func), (gst_pad_proxy_setcaps):
20380 Leak fixes, the fold functions need to unref the passed object and
20381 _get_parent_*() returns ref to parent.
20383 2005-09-27 Tim-Philipp Müller <tim at centricular dot net>
20385 * check/gst/gstbuffer.c: (test_make_writable):
20386 Plug leak in test case and fix 'make check-valgrind'
20388 2005-09-27 Tim-Philipp Müller <tim at centricular dot net>
20390 * gst/gstbuffer.c: (gst_subbuffer_init):
20391 Set READONLY flag on subbuffers, so that gst_buffer_make_writable()
20392 works correctly in all circumstances (we could have just copied
20393 the parent buffer's readonly flag, but conceptually it seems
20394 cleaner to mark all subbuffers as read-only). (based on patch
20395 by Alessandro Decina, #314710).
20397 * check/gst/gstbuffer.c: (create_read_only_buffer),
20398 (test_make_writable), (test_subbuffer_make_writable),
20400 Add some tests for gst_buffer_make_writable().
20402 2005-09-27 Wim Taymans <wim@fluendo.com>
20404 * gst/gstbin.c: (bin_element_is_semi_sink), (gst_bin_change_state):
20405 use gst_object_has_ancestor().
20407 * gst/gstobject.c: (gst_object_has_ancestor):
20409 gst_object_has_ancestor() copied from gstbin.c as it is a
20412 * tests/instantiate/create.c: (create_all_elements):
20413 * tests/lat.c: (handoff_src), (handoff_sink):
20414 * tests/sched/runxml.c: (main):
20415 * tests/seeking/seeking1.c: (main):
20416 * tests/threadstate/threadstate2.c: (bus_handler), (timeout_func),
20418 Fix compilation of some tests.
20420 2005-09-27 Tim-Philipp Müller <tim at centricular dot net>
20423 Remove comment. GST_TYPE_G_ERROR is here to stay,
20424 G_TYPE_ERROR has been WONTFIX'ed by the GLib folks
20425 (#316961, #300610).
20427 2005-09-26 Wim Taymans <wim@fluendo.com>
20429 * check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
20430 Added check that shows error in state change order.
20432 2005-09-26 Wim Taymans <wim@fluendo.com>
20434 * gst/gstbin.c: (gst_bin_change_state):
20435 Make state change function use 3 queues again, we were
20436 adding elements in the wrong order.
20438 * gst/gstghostpad.c: (gst_ghost_pad_do_unlink):
20441 * gst/gstpad.c: (gst_pad_dispose):
20442 Added some debug info first.
20444 2005-09-26 Tim-Philipp Müller <tim at centricular dot net>
20446 * docs/design/draft-push-pull.txt:
20447 * docs/design/part-events.txt:
20448 * docs/design/part-overview.txt:
20449 * docs/design/part-scheduling.txt:
20450 Replace all _pull_region() with _pull_range()
20452 2005-09-26 Andy Wingo <wingo@pobox.com>
20454 * gst/gstvalue.c (_gst_value_initialize): Better fakeout.
20456 * check/gst-libs/controller.c: Update for controller api change.
20459 * tests/Makefile.am:
20460 * tests/memchunk: Remove memchunk benchmark stuff, this is taken
20461 over by GLib bug 118439.
20463 * gst/base/gstbasesink.c (gst_base_sink_wait): Factor out the wait
20464 routines to a function.
20466 * docs/libs/gstreamer-libs-sections.txt: I am a good person today.
20468 * libs/gst/controller/gsthelper.c:
20469 * libs/gst/controller/gstcontroller.h (gst_controller_sync_values)
20470 (gst_object_sync_values): Renamed from sink_values. Ugh.
20472 * libs/gst/controller/gsthelper.c: Update for __gst_controller_key.
20474 * libs/gst/controller/gstcontroller.c (__gst_controller_key):
20475 Renamed from controller_key, as it is exported.
20477 * gst/gstvalue.c (_gst_value_initialize): Fake out the compiler.
20479 2005-09-26 Thomas Vander Stichele <thomas at apestaart dot org>
20484 * gst/gstpadtemplate.h:
20487 * gst/gstqueryutils.c:
20488 * gst/gstqueryutils.h:
20489 remove queryutils headers after moving the two used functions
20490 to gstquery. also fixes build problem for gstsiddec
20492 2005-09-26 Michael Smith <msmith@fluendo.com>
20494 * tools/gst-launch.1.in:
20495 Correct documentation in manpage of debug syntax
20497 2005-09-26 Wim Taymans <wim@fluendo.com>
20499 * gst/base/gstbasesrc.c: (gst_base_src_get_range),
20500 (gst_base_src_is_seekable), (gst_base_src_change_state):
20501 Some more debugging info.
20503 2005-09-25 Stefan Kost <ensonic@users.sf.net>
20505 * docs/gst/gstreamer-sections.txt:
20506 * gst/base/gstbasetransform.h:
20510 2005-09-25 Stefan Kost <ensonic@users.sf.net>
20512 * docs/gst/.cvsignore:
20513 * docs/gst/tmpl/.cvsignore:
20514 * docs/gst/tmpl/gstpipeline.sgml:
20515 * docs/gst/tmpl/gstplugin.sgml:
20516 * gst/gstpipeline.c:
20519 inlined the last two docs files
20520 removed the tmpl directory from cvs (no more conflicts here!)
20522 2005-09-25 Stefan Kost <ensonic@users.sf.net>
20524 * docs/gst/gstreamer-sections.txt:
20525 * docs/gst/tmpl/.cvsignore:
20526 * docs/gst/tmpl/gstpad.sgml:
20527 * docs/gst/tmpl/gstpadtemplate.sgml:
20529 * gst/gstpad.c: (gst_pad_class_init), (gst_pad_dispose),
20530 (gst_pad_finalize), (gst_pad_set_pad_template):
20532 * gst/gstpadtemplate.c: (gst_pad_template_get_type),
20533 (gst_pad_template_class_init), (gst_pad_template_init),
20534 (gst_pad_template_dispose), (name_is_valid),
20535 (gst_static_pad_template_get), (gst_pad_template_new),
20536 (gst_static_pad_template_get_caps), (gst_pad_template_get_caps),
20537 (gst_pad_template_pad_created):
20538 * gst/gstpadtemplate.h:
20539 inlined two more docs
20540 factored gstpadtemplate out of gstpad
20542 2005-09-24 Tim-Philipp Müller <tim at centricular dot net>
20544 * check/gst/gstbin.c: (test_children_state_change_order_flagged_sink),
20545 (test_children_state_change_order_semi_sink):
20546 Fix test case: we can't rely on a fixed state change order when
20547 going from READY => PAUSED because the sink might commit its
20548 new state first when the first buffer created by the source
20549 reaches the sink before the source has finished its change state.
20550 (Test case still fails at times, see #316856, comment 5 onwards)
20552 2005-09-24 Wim Taymans <wim@fluendo.com>
20554 * docs/design/part-events.txt:
20555 * docs/design/part-gstbus.txt:
20556 * docs/design/part-gstpipeline.txt:
20557 * docs/design/part-messages.txt:
20558 * docs/design/part-overview.txt:
20559 * docs/design/part-segments.txt:
20563 * gst/gstelement.c:
20566 * gst/gstiterator.c:
20567 Various documentation updates.
20569 2005-09-24 Thomas Vander Stichele <thomas at apestaart dot org>
20572 Well, that's embarassing. Luckily we weren't using
20573 GST_CLOCK_DIFF anywhere.
20575 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
20577 * common/gtk-doc.mak:
20578 don't fail on building XML, FC4 slave shows a bunch of doc
20579 missing bits that I don't get
20581 * gst/gstpipeline.c:
20582 * gst/gststructure.c:
20585 2005-09-23 Tim-Philipp Müller <tim at centricular dot net>
20587 * docs/design/part-gstbin.txt:
20588 * docs/design/part-gstbus.txt:
20590 Add blurb about how the bus goes into flushing mode and
20591 drops all messages when its bin goes from READY into NULL
20594 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
20596 * docs/gst/gstreamer-sections.txt:
20597 * gst/gststructure.c: (gst_structure_get_clock_time):
20598 * gst/gststructure.h:
20599 add a method to get a GstClockTime out of a structure
20601 2005-09-23 Tim-Philipp Müller <tim at centricular dot net>
20603 * check/gst/gstbin.c: (test_children_state_change_order_flagged_sink),
20604 (test_children_state_change_order_semi_sink), (gst_bin_suite):
20605 Added test to check state change order in bins (can still be made
20606 to fail here under heavy disk load; bails out with 'Push on pad
20607 fakesink:sink0, but it was not activated in push mode').
20609 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_change_state):
20610 Fix state change order when there is only a semi sink (#316856)
20612 * gst/gstbus.c: (gst_bus_class_init):
20613 Use _class_peek_parent(), not _class_ref(); fix docs to say
20614 'default main context' instead of 'mainloop' where that is
20617 * gst/gstelement.c: (gst_element_commit_state),
20618 (gst_element_set_state):
20619 Fix typos in debug messages
20621 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
20624 * gst/gstpad.c: (gst_pad_class_init), (gst_pad_chain):
20625 * gst/gstpluginfeature.c:
20627 various doc updates
20628 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
20629 change an assert into an error until it gets fixed properly
20631 2005-09-23 Stefan Kost <ensonic@users.sf.net>
20633 * docs/gst/gstreamer-sections.txt:
20634 * docs/gst/tmpl/.cvsignore:
20635 * docs/gst/tmpl/gstelement.sgml:
20636 * docs/gst/tmpl/gstinfo.sgml:
20637 * docs/gst/tmpl/gstobject.sgml:
20638 * gst/gstelement.c:
20639 * gst/gstelement.h:
20642 * gst/gstobject.c: (gst_object_class_init):
20644 inlined 3 more biiiig doc files and added some missing docs on the fly
20646 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
20648 * check/gst/.cvsignore:
20649 * check/gst/gstplugin.c: (GST_START_TEST), (gst_plugin_suite):
20650 * gst/gstregistryxml.c: (load_plugin),
20651 (gst_registry_xml_save_plugin):
20652 put back source in registry. add checks for find_plugin.
20653 * testsuite/states/bin.c: (assert_state), (empty_bin),
20654 (test_adding_one_element), (main):
20655 * testsuite/states/locked.c: (main):
20656 some compile/run fixes
20658 2005-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
20660 * check/gst/gstvalue.c: (GST_START_TEST):
20661 fix leaks in the test itself
20663 2005-09-22 Wim Taymans <wim@fluendo.com>
20665 * gst/base/gstbasesink.c: (gst_base_sink_class_init),
20666 (gst_base_sink_send_event), (gst_base_sink_peer_query),
20667 (gst_base_sink_query):
20668 Prepare for more accurate position reporting and query
20671 * gst/gstelement.c: (gst_element_send_event),
20672 (gst_element_set_state):
20675 2005-09-22 Wim Taymans <wim@fluendo.com>
20677 * gst/gstquery.c: (gst_query_new_segment), (gst_query_set_segment),
20678 (gst_query_parse_segment):
20680 More documentation.
20681 Add segment query for future use.
20683 2005-09-22 Wim Taymans <wim@fluendo.com>
20685 * gst/gstbin.c: (gst_bin_add_func):
20686 Some more debug info.
20688 * gst/gstelement.c: (gst_element_send_event):
20689 Simplify send_event
20691 * gst/gstelement.h:
20692 Don't know how flags got broken.
20697 2005-09-22 Tim-Philipp Müller <tim at centricular dot net>
20699 * check/gst/gstvalue.c: (test_date), (gst_value_suite):
20700 Add simplistic test suite for GST_TYPE_DATE serialisation and
20703 2005-09-22 Tim-Philipp Müller <tim at centricular dot net>
20705 * docs/gst/gstreamer-sections.txt:
20706 * gst/gststructure.c: (gst_structure_set_valist),
20707 (gst_structure_get_date):
20708 * gst/gststructure.h:
20709 * gst/gstvalue.c: (gst_value_set_date), (gst_value_get_date),
20710 (gst_date_copy), (gst_value_compare_date),
20711 (gst_value_serialize_date), (gst_value_deserialize_date),
20712 (gst_value_transform_date_string),
20713 (gst_value_transform_string_date), (_gst_value_initialize):
20715 Add GST_TYPE_DATE, a boxed type that wraps GDate, and the usual
20716 bunch of utility functions along with a hack that checks that
20717 developers don't accidentally use G_TYPE_DATE where GST_TYPE_DATE
20718 is required. Part of the grand scheme in #170777.
20720 2005-09-22 Andy Wingo <wingo@pobox.com>
20722 * gst/gstconfig.h.in: Psych out gtk-doc.
20724 * docs/gst/gstreamer-sections.txt: Add GST_HAVE_GLIB_2_8.
20726 * check/Makefile.am (check_PROGRAMS): Add gstplugin to the tests.
20728 * tools/gst-inspect.c (print_element_list): Plug some
20729 inconsequential leaks.
20731 * gst/gstregistry.c (gst_registry_get_default): Doc.
20733 * check/gst/gstplugin.c:
20734 * gst/gsttypefindfactory.c (gst_type_find_factory_call_function):
20735 * gst/gstelementfactory.c (gst_element_factory_create):
20736 * gst/gstindexfactory.c (gst_index_factory_create): Update for
20739 * gst/gstpluginfeature.c (gst_plugin_feature_list_free): Doc.
20740 (gst_plugin_feature_load): Doc, don't eat refs.
20742 * gst/gstplugin.c (gst_plugin_load): Doc, don't eat refs.
20743 (gst_plugin_list_free): Doc.
20744 (gst_plugin_load_file): Doc updates.
20746 * gst/gstbuffer.c (gst_buffer_get_caps): Like all our _get
20747 accessors returning refcounted objects, return a ref.
20749 * check/gst/gstbuffer.c (GST_START_TEST): Use refcount-idempotent
20750 accessor for caps. IDEMPOTENCE. Oh yes.
20752 2005-09-21 Francis Labonte <francis_labonte at hotmail dot com>
20754 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20756 * gst/gstinfo.c: (_gst_debug_nameof_funcptr),
20757 (_gst_debug_register_funcptr):
20758 Add mutex to serialise access to the hash table with
20759 the function pointer => function name string mapping;
20760 make that hash table static scope (#316809).
20762 * gst/registries/.cvsignore:
20763 Remove left-over file.
20765 2005-09-21 Tim-Philipp Müller <tim at centricular dot net>
20767 * docs/pwg/appendix-porting.xml:
20768 And something about newsegment events and caps-on-buffers to
20769 the porting guide (feel free to improve).
20771 2005-09-21 Andy Wingo <wingo@pobox.com>
20773 * check/gst/gstutils.c (test_buffer_probe_n_times): Add tests for
20774 data and event probes on the same pad.
20775 (test_buffer_probe_once): Test that removing probes from within
20776 the probe functions works.
20778 2005-09-21 Andy Wingo <wingo@pobox.com>
20780 * check/gst/gstutils.c: New file.
20781 (test_buffer_probe_n_times): A simple buffer probe test. More to
20784 * gst/gstutils.c (gst_pad_add_buffer_probe): Connect to
20785 have-data::buffer, not have-data.
20786 (gst_pad_add_event_probe): Likewise for have-data::event.
20787 (gst_pad_add_data_probe): More docs. The part about 'resolving the
20788 peer' isn't quite right yet though.
20789 (gst_pad_remove_buffer_probe, gst_pad_remove_event_probe)
20790 (gst_pad_remove_data_probe): Change to take the guint handler_id
20791 as their arg, not the function+data, which is more glib-like.
20793 * gst/gstpad.c (gst_pad_emit_have_data_signal): Add a detail to
20794 the signal emission to indicate if the data is a buffer or an
20796 (gst_pad_get_type): Initialize buffer and event quarks.
20797 (gst_pad_class_init): have-data is now a detailed signal, yes it
20800 2005-09-21 Tim-Philipp Müller <tim at centricular dot net>
20802 * gst/base/gstbasetransform.c: (gst_base_transform_transform_size):
20803 * gst/gstutils.c: (gst_util_set_value_from_string),
20804 (gst_util_set_object_arg):
20805 Don't put functional code in g_return_if_fail() or
20806 g_return_val_if_fail() statements, otherwise things will
20807 break when G_DISABLE_CHECKS is defined during compilation.
20809 2005-09-21 Stefan Kost <ensonic@users.sf.net>
20811 * docs/gst/tmpl/.cvsignore:
20812 * docs/gst/tmpl/gstvalue.sgml:
20815 inlied another one and added some obvious docs
20817 2005-09-21 Wim Taymans <wim@fluendo.com>
20819 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
20820 (gst_fdsrc_init), (gst_fdsrc_start), (gst_fdsrc_stop),
20821 (gst_fdsrc_unlock), (gst_fdsrc_set_property),
20822 (gst_fdsrc_get_property), (gst_fdsrc_create):
20823 * gst/elements/gstfdsrc.h:
20824 Properly implement fdsrc. Removed signal and timeout,
20825 better implemented somewhere else.
20827 2005-09-21 Stefan Kost <ensonic@users.sf.net>
20829 * docs/gst/tmpl/.cvsignore:
20830 * docs/gst/tmpl/gstimplementsinterface.sgml:
20831 * gst/gstinterface.c:
20834 2005-09-21 Stefan Kost <ensonic@users.sf.net>
20836 * docs/gst/gstreamer-sections.txt:
20837 * docs/gst/tmpl/.cvsignore:
20838 * docs/gst/tmpl/gstenumtypes.sgml:
20839 remove obsolete doc file
20841 2005-09-21 David Schleef <ds@schleef.org>
20843 * gst/gstelementfactory.c: (gst_element_factory_make): Drink a
20844 little beer, fix a little leak.
20846 2005-09-21 Stefan Kost <ensonic@users.sf.net>
20848 * docs/gst/gstreamer-docs.sgml:
20849 * docs/gst/gstreamer-sections.txt:
20850 * docs/gst/tmpl/.cvsignore:
20854 * gst/gstelement.h:
20855 * gst/gstindex.c: (gst_index_class_init):
20857 * gst/gstindexfactory.c: (gst_index_factory_get_type),
20858 (gst_index_factory_class_init), (gst_index_factory_init),
20859 (gst_index_factory_finalize), (gst_index_factory_new),
20860 (gst_index_factory_destroy), (gst_index_factory_find),
20861 (gst_index_factory_create), (gst_index_factory_make):
20862 * gst/gstindexfactory.h:
20863 * gst/gstpluginfeature.c:
20864 * gst/gstpluginfeature.h:
20865 * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
20866 more docs inlined, splitted gstindex.{c,h}
20868 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
20870 * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
20873 2005-09-20 Tim-Philipp Müller <tim at centricular dot net>
20875 * gst/elements/gstfilesink.c: (gst_file_sink_init):
20876 Set sync to FALSE by default.
20878 2005-09-20 Wim Taymans <wim@fluendo.com>
20880 * gst/base/gstbasesink.c: (gst_base_sink_class_init),
20881 (gst_base_sink_init):
20882 Make sync property settable from subclass.
20884 * gst/elements/gstfakesink.c: (gst_fake_sink_init),
20885 (gst_fake_sink_change_state):
20886 Set sync to FALSE by default.
20888 2005-09-20 Wim Taymans <wim@fluendo.com>
20890 * gst/gstbus.c: (poll_func), (poll_timeout), (gst_bus_poll):
20891 * tools/gst-launch.c: (main):
20892 The timeout handler should have lower priority than the source
20893 so we don't timeout before popping a message with 0 timeout.
20894 Dump error messages after failed state change.
20896 2005-09-20 Tim-Philipp Müller <tim at centricular dot net>
20898 * tools/gst-inspect.c: (print_element_properties_info):
20901 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
20903 * check/gst/gstevent.c:
20904 * gst/elements/gstfakesink.c:
20905 * gst/elements/gstfakesink.h:
20906 remove the sync property from fakesink.
20907 has the side effect of setting sync TRUE
20908 for fakesink, which is a change. Anyone who knows how
20909 to fix this nicely in a GObject-y way, feel free.
20911 2005-09-20 Stefan Kost <ensonic@users.sf.net>
20913 * docs/gst/gstreamer-docs.sgml:
20914 remove probe refsection
20916 2005-09-20 Stefan Kost <ensonic@users.sf.net>
20918 * check/Makefile.am:
20919 disable valgrinding the controller test again
20920 * docs/gst/gstreamer-sections.txt:
20921 update for api-changes
20923 2005-09-20 Wim Taymans <wim@fluendo.com>
20925 * gst/base/gstbasesink.c: (gst_base_sink_class_init),
20926 (gst_base_sink_set_property), (gst_base_sink_get_property),
20927 (gst_base_sink_do_sync):
20928 * gst/base/gstbasesink.h:
20929 Added sync property to basesink to disable clock sync.
20931 2005-09-20 Andy Wingo <wingo@pobox.com>
20933 * gst/gstelementfactory.c (gst_element_factory_create): Avoid
20934 eating the caller's refcount.
20936 * gst/gstobject.h (GST_OBJECT_REFCOUNT)
20937 (GST_OBJECT_REFCOUNT_VALUE): Conditionally fondle the right
20940 * gst/gstconfig.h.in (GST_HAVE_GLIB_2_8):
20941 * configure.ac (GST_HAVE_GLIB_2_8_DEFINE): Make the availability
20942 of GLib 2.8 public, so we can know which refcount to check in
20945 * gst/gstobject.c: Use the GST_HAVE_GLIB_2_8 define.
20946 (gst_object_init): Only set the gst refcount if we're going ahead
20947 with the refcount hack.
20949 2005-09-20 Stefan Kost <ensonic@users.sf.net>
20951 * check/gst-libs/controller.c: (plugin_init), (GST_START_TEST):
20952 * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
20953 more leaks plumbed, added more debug-logging
20957 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
20959 * gst/gstmessage.c:
20960 remove include of gstmemchunk.h
20962 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
20964 * gst/gstclock.c: (_gst_clock_id_free):
20965 Commit from the Political Party For More Atomic CVS Commits,
20966 so that people don't waste too much of their day fishing
20967 out obvious leaks out of massive commits.
20968 Oh, and fix a pretty damn obvious leak in the memchunk
20971 2005-09-20 Stefan Kost <ensonic@users.sf.net>
20973 * check/Makefile.am:
20974 * check/gst-libs/controller.c: (plugin_init), (GST_START_TEST):
20975 plug mem-leak, re-add to valgrindable tests
20977 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
20980 unbreak the build for those who have chronic arthritis
20981 and typing "make check" is just too taxing on the hands
20983 2005-09-20 Andy Wingo <wingo@pobox.com>
20985 * gst/gst.h: Re-add marshal to gst.h's include list -- if we
20986 really want it out, you should fix plugins at the same time.
20988 2005-09-19 Stefan Kost <ensonic@users.sf.net>
20991 * docs/gst/gstreamer-sections.txt:
20993 added missing symbols to api docs
20994 disable ref-count hack if we have glib >= 2.8
20996 2005-09-19 David Schleef <ds@schleef.org>
20998 * docs/gst/Makefile.am: Ignore a few more internal headers
20999 * docs/gst/gstreamer-docs.sgml: Remove old sections
21000 * docs/gst/gstreamer-sections.txt: Remove old sections
21001 * docs/gst/tmpl/gstobject.sgml: update
21002 * docs/gst/tmpl/gstplugin.sgml: update
21003 * docs/gst/tmpl/gstpluginfeature.sgml: update
21004 * docs/random/ds/0.9-suggested-changes: update.
21005 * gst/Makefile.am: remove memchunk and trashstack, since they're
21007 * gst/gst.c: (gst_deinit): rename gst_registry_deinit to _cleanup
21008 * gst/gst.h: don't include some headers
21009 * gst/gstchildproxy.c: add gstmarshal.h
21010 * gst/gstclock.c: Don't use memchunks
21011 * gst/gstminiobject.c: Add some docs
21012 * gst/gstobject.c: remove DESTROYED flag, since it's redundant
21013 * gst/gstobject.h: same
21014 * gst/gstplugin.c: include gstmacros.h
21015 * gst/gstplugin.h: don't include gstmacros.h, since it's private
21016 * gst/gstquery.c: don't use memchunks
21017 * gst/gstregistry.c: rename gst_registry_deinit()
21018 * gst/gstregistry.h: same
21020 2005-09-19 David Schleef <ds@schleef.org>
21022 * docs/libs/gstreamer-libs-docs.sgml: Remove docs for getbits
21023 * docs/libs/gstreamer-libs-sections.txt:
21024 * docs/libs/tmpl/gstgetbits.sgml:
21025 * docs/libs/tmpl/gstputbits.sgml:
21027 2005-09-19 Tim-Philipp Müller <tim at centricular dot net>
21029 * win32/gstenumtypes.c:
21030 * win32/gstenumtypes.h:
21033 2005-09-19 Wim Taymans <wim@fluendo.com>
21035 * gst/gstpipeline.c: (do_pipeline_seek), (gst_pipeline_send_event):
21036 Automatically PAUSE and RESUME a pipeline when a flushing seek
21039 2005-09-19 Andy Wingo <wingo@pobox.com>
21041 * gst/gstregistry.h: Spacing fixen.
21043 2005-09-19 Wim Taymans <wim@fluendo.com>
21045 * gst/base/gstbasesrc.c: (gst_base_src_change_state):
21046 Handle state change failure more correctly.
21048 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
21050 * check/Makefile.am:
21051 * check/pipelines/cleanup.c: (run_pipeline):
21052 * check/pipelines/simple_launch_lines.c: (run_pipeline),
21054 enable cleanup again after fixing the leak
21056 some more info on docs
21058 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
21060 * check/Makefile.am:
21061 re-enable tests now that leaks are plugged
21063 * check/gst/gstbin.c:
21064 * check/gst/gstpipeline.c:
21065 add some more tests while fixing leaks
21066 * common/check.mak:
21067 make sure binaries are uptodate when valgrinding/gdbing
21069 * gst/gstelementfactory.c:
21070 remove a ref too many, and add a FIXME for when we get
21071 round to disposing of classes
21073 fix the refcounting when loading a plugin from a file and
21074 the code pretends that the pointer is the same even though
21075 of course it can change
21076 * gst/gstpluginfeature.c:
21077 unref plugins marked cached (a bit confusing as a name)
21078 as the docs state should be done
21079 various doc additions to explain refcounting
21080 * gst/gstregistry.c:
21081 * gst/gstregistryxml.c:
21084 2005-09-19 Wim Taymans <wim@fluendo.com>
21086 * check/gst/gstbin.c: (pop_messages), (GST_START_TEST):
21087 * check/gst/gstbus.c: (message_func_eos), (message_func_app),
21088 (send_messages), (GST_START_TEST), (gstbus_suite):
21089 * check/gst/gstpipeline.c: (GST_START_TEST):
21090 * check/pipelines/cleanup.c: (run_pipeline):
21091 * check/pipelines/simple_launch_lines.c: (run_pipeline),
21093 * gst/gstbus.c: (gst_bus_have_pending), (gst_bus_source_prepare),
21094 (gst_bus_source_check), (gst_bus_source_dispatch),
21095 (gst_bus_create_watch), (gst_bus_add_watch_full),
21096 (gst_bus_add_watch), (poll_func), (poll_timeout), (gst_bus_poll):
21098 * tools/gst-launch.c: (event_loop):
21099 * tools/gst-md5sum.c: (event_loop):
21100 GstBusHandler -> GstBusFunc, return value has the same meaning as
21101 any other GSource (FALSE == remove source).
21102 _add_watch() and _add_watch_full() now take a MessageType mask to
21103 only handle specific types of messages.
21104 _poll() returns the GstMessage instead of the message type to avoid
21106 _have_pending() takes a MessageType mask now too.
21107 Added testsuite for multiple bus watches.
21108 Fix testsuites and applications for new bus API.
21110 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
21112 * check/Makefile.am:
21113 mark a bunch of the tests as to fix until we fix them
21115 2005-09-18 Thomas Vander Stichele <thomas at apestaart dot org>
21117 * common/check.mak:
21118 use GST_PLUGIN settings for valgrind tests as well, so we're
21119 valgrinding the correct thing
21120 * gst/gst.c: (init_post):
21123 2005-09-18 Thomas Vander Stichele <thomas at apestaart dot org>
21125 * gst/gst.c: (init_post), (gst_deinit):
21126 * gst/gstelementfactory.c: (gst_element_factory_class_init),
21127 (gst_element_factory_finalize), (gst_element_factory_cleanup):
21128 * gst/gstindex.c: (gst_index_factory_class_init),
21129 (gst_index_factory_finalize):
21130 * gst/gstobject.c: (gst_object_dispose):
21131 * gst/gstplugin.c: (gst_plugin_finalize), (gst_plugin_class_init),
21132 (gst_plugin_load_file), (gst_plugin_desc_free):
21133 * gst/gstpluginfeature.c: (gst_plugin_feature_class_init),
21134 (gst_plugin_feature_finalize):
21135 * gst/gstregistry.c: (gst_registry_class_init),
21136 (gst_registry_init), (gst_registry_finalize),
21137 (gst_registry_get_default), (gst_registry_deinit):
21138 * gst/gstregistry.h:
21139 * gst/gstregistryxml.c: (load_feature), (load_plugin):
21140 various cleanups and memleak plugging. make valgrind is happy now.
21142 2005-09-18 Thomas Vander Stichele <thomas at apestaart dot org>
21144 * common/check.mak:
21145 add a check-valgrind target
21147 2005-09-18 David Schleef <ds@schleef.org>
21149 * tools/gst-inspect.c: Revert the GOption code.
21151 2005-09-17 David Schleef <ds@schleef.org>
21153 * check/Makefile.am: Fix environment variables.
21154 * check/gst/gstplugin.c: Fix for API changes.
21155 * tools/gst-inspect.c: Fix for API changes.
21156 * tools/gst-xmlinspect.c: Fix for API changes.
21157 * gst/gstelementfactory.c:
21160 * gst/gstpluginfeature.c:
21161 * gst/gstpluginfeature.h:
21162 * gst/gstregistry.c:
21163 * gst/gstregistry.h:
21164 * gst/gstregistryxml.c:
21165 * gst/gsttypefind.c:
21166 * gst/gsttypefindfactory.c:
21167 * gst/indexers/gstfileindex.c:
21168 * gst/indexers/gstmemindex.c:
21169 * gst/schedulers/Makefile.am:
21170 Change registry to keep track of both plugins and features,
21171 removing the feature tracking from plugins themselves.
21173 2005-09-16 Thomas Vander Stichele <thomas at apestaart dot org>
21175 * check/Makefile.am:
21176 * tools/gst-register.1.in:
21177 remove gst-register
21179 2005-09-15 David Schleef <ds@schleef.org>
21181 * check/gst/gstplugin.c:
21182 * gst/gstelementfactory.c:
21184 * gst/gstpluginfeature.c:
21185 * gst/gstregistry.c:
21186 Getting tired of debugging. Disabled all the unreffing of
21187 plugins and features, which fixes the segfaults, but of
21188 course leaks like crazy. At least playbin works.
21190 2005-09-15 David Schleef <ds@schleef.org>
21192 * check/gst/gstplugin.c: (register_check_elements),
21193 (GST_START_TEST), (peek), (suggest), (gst_plugin_suite):
21195 * gst/elements/gsttypefindelement.c: Fix refcounting.
21196 * gst/gsttypefind.c:
21197 * gst/gsttypefindfactory.c:
21198 * gst/gsttypefindfactory.h:
21200 2005-09-15 David Schleef <ds@schleef.org>
21202 * gst/gstindex.c: get refcounting correct.
21203 * gst/gstregistry.c: Handle the case where a feature/plugin is
21206 2005-09-15 David Schleef <ds@schleef.org>
21208 * check/Makefile.am:
21209 * check/gst/gstplugin.c: Add test
21210 * gst/gstplugin.c: Fix problems noticed by testsuite
21212 * gst/gstregistry.c:
21213 * gst/gstregistry.h:
21215 2005-09-15 David Schleef <ds@schleef.org>
21217 * gst/gstplugin.c: Implement semi-decent recounting and locking
21218 in plugins and plugin features.
21220 * gst/gstpluginfeature.c:
21221 * gst/gstpluginfeature.h:
21222 * gst/gstregistry.c:
21224 2005-09-15 Michael Smith <msmith@fluendo.com>
21226 * gst/gstregistry.c: (gst_registry_get_feature_list):
21227 Implement this. Makes oggdemux work; decodebin still broken.
21229 2005-09-14 David Schleef <ds@schleef.org>
21231 * configure.ac: Add -no-undefined to GST_PLUGIN_LDFLAGS (bug
21233 * gst/base/Makefile.am: Add -no-undefined to LDFLAGS for libs
21234 * gst/check/Makefile.am:
21235 * libs/gst/controller/Makefile.am:
21236 * libs/gst/dataprotocol/Makefile.am:
21238 2005-09-14 David Schleef <ds@schleef.org>
21240 * configure.ac: Remove getbits library. Nothing uses it, and
21241 it should be in something like liboil if someone did want
21243 * libs/gst/Makefile.am:
21244 * libs/gst/getbits/Makefile.am:
21245 * libs/gst/getbits/gbtest.c:
21246 * libs/gst/getbits/getbits.c:
21247 * libs/gst/getbits/getbits.h:
21248 * libs/gst/getbits/gstgetbits_generic.c:
21249 * libs/gst/getbits/gstgetbits_i386.s:
21250 * libs/gst/getbits/gstgetbits_inl.h:
21252 2005-09-14 David Schleef <ds@schleef.org>
21254 * gst/Makefile.am: Dist glib-compat.h
21256 2005-09-14 David Schleef <ds@schleef.org>
21258 * configure.ac: Remove gst/registries, since it's no longer used.
21259 * gst/registries/Makefile.am:
21260 * gst/registries/gstlibxmlregistry.c:
21261 * gst/registries/gstlibxmlregistry.h:
21262 * gst/registries/gstxmlregistry.c:
21263 * gst/registries/gstxmlregistry.h:
21264 * gst/registries/registrytest.c:
21266 2005-09-14 David Schleef <ds@schleef.org>
21268 * gst/glib-compat.h:
21269 * gst/gstregistryxml.c:
21270 Convergence is near. Seriously.
21272 2005-09-14 David Schleef <ds@schleef.org>
21274 * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
21275 * gst/glib-compat.h:
21276 Attempt #4 to appease the buildbots.
21278 2005-09-14 David Schleef <ds@schleef.org>
21280 * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
21283 2005-09-14 David Schleef <ds@schleef.org>
21285 * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
21288 2005-09-14 David Schleef <ds@schleef.org>
21290 * gst/Makefile.am: Oh yeah, libgstreamer.so needs to contain
21293 2005-09-14 David Schleef <ds@schleef.org>
21295 * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
21296 * gst/glib-compat.h: Add some functions that are in newer versions
21297 of glib than we care to require.
21298 * gst/gstregistryxml.c: Use them.
21300 2005-09-14 David Schleef <ds@schleef.org>
21302 * po/POTFILES.in: remove gst-register.c
21304 2005-09-14 David Schleef <ds@schleef.org>
21306 * docs/gst/gstreamer-docs.sgml:
21307 * docs/gst/gstreamer-sections.txt:
21308 * docs/gst/gstreamer.types:
21309 * docs/gst/tmpl/gstelement.sgml:
21310 * docs/gst/tmpl/gstplugin.sgml:
21311 * docs/gst/tmpl/gstpluginfeature.sgml:
21312 Documentation updates for registry changes.
21314 2005-09-14 David Schleef <ds@schleef.org>
21316 * gst/gstregistryxml.c: Copy g_mkdir_with_parent() from glib,
21317 because we don't require glib-2.8.
21319 2005-09-14 David Schleef <ds@schleef.org>
21321 * gst/gstregistryxml.c: Added. Essentially moved out of the
21322 registries directory.
21324 2005-09-14 David Schleef <ds@schleef.org>
21326 * check/Makefile.am:
21327 * check/generic/states.c:
21331 * gst/gst_private.h:
21332 * gst/gstelementfactory.c:
21337 * gst/gstpluginfeature.c:
21338 * gst/gstpluginfeature.h:
21339 * gst/gstregistry.c:
21340 * gst/gstregistry.h:
21341 * gst/gstregistrypool.c: remove
21342 * gst/gstregistrypool.h: remove
21343 * gst/gsttypefind.c:
21344 * gst/gsttypefindfactory.c:
21346 * tools/Makefile.am:
21347 * tools/gst-compprep.c:
21348 * tools/gst-inspect.c:
21349 * tools/gst-register.c: remove
21350 * tools/gst-xmlinspect.c:
21351 Registry rewrite. Changes registry from being a file created
21352 by a tool into a simple cache file created automatically by
21353 libgstreamer. Removed gst-register (because it's no longer
21354 needed). Remove registry pools, because we only have one
21355 registry implementation (XML). Fix up other subsystems as
21358 2005-09-13 Michael Smith <msmith@fluendo.com>
21360 * gst/gstconfig.h.in:
21361 Don't Use windows linking attributes for MinGW. Fixes #316157
21363 2005-09-13 Thomas Vander Stichele <thomas at apestaart dot org>
21365 * gst/gstutils.c: (set_state_async_thread_func),
21366 (gst_element_set_state_async):
21367 Apparently people think it's better if this function doesn't
21368 try to set the state to whatever state was asked for on the first
21369 call to this function for any object. Seriously.
21371 2005-09-12 Thomas Vander Stichele <thomas at apestaart dot org>
21373 * check/gst/gstpipeline.c: (GST_START_TEST):
21374 * docs/gst/gstreamer-sections.txt:
21375 * gst/gstutils.c: (set_state_async_thread_func),
21376 (gst_element_set_state_async):
21378 add a "gst_element_set_state_async" method that
21379 sets the state and starts a thread to make sure the state
21380 change completes as best as it can
21382 2005-09-12 Thomas Vander Stichele <thomas at apestaart dot org>
21384 * check/gst/gstpipeline.c: (GST_START_TEST), (gst_pipeline_suite):
21385 codify design+behaviour in testsuite after discussion
21387 2005-09-12 Thomas Vander Stichele <thomas at apestaart dot org>
21389 * docs/gst/tmpl/gstelement.sgml:
21390 * docs/manual/appendix-quotes.xml:
21392 * gst/gstelement.c: (gst_element_set_state):
21395 2005-09-12 Jan Schmidt <thaytan@mad.scientist.com>
21397 * gst/base/gstbasetransform.c: (gst_base_transform_class_init),
21398 (gst_base_transform_prepare_output_buf),
21399 (gst_base_transform_handle_buffer):
21400 * gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_ip),
21401 (gst_capsfilter_prepare_buf):
21402 Remove the requirement for sub-classes to call the parent
21403 implementation of prepare_output_buffer with a wrapper function.
21405 * gst/gsttaglist.h:
21406 * gst/gsttagsetter.h:
21407 Fix #define wrapper
21409 2005-09-11 Stefan Kost <ensonic@users.sf.net>
21411 * docs/gst/gstreamer-sections.txt:
21414 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
21416 * docs/gst/gstreamer-sections.txt:
21417 * docs/gst/tmpl/gstelement.sgml:
21418 * docs/gst/tmpl/gstplugin.sgml:
21419 * gst/gstminiobject.c:
21421 docs now stop throwing warnings
21423 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
21425 * docs/gst/gstreamer-sections.txt:
21426 * docs/gst/gstreamer.types:
21427 * docs/gst/tmpl/gstpad.sgml:
21428 * docs/gst/tmpl/gsttypes.sgml:
21429 * gst/base/gstadapter.h:
21430 * gst/base/gstbasesink.h:
21431 * gst/base/gstbasesrc.h:
21437 * gst/gstelement.h:
21439 * gst/gstmessage.h:
21441 * gst/gststructure.c:
21442 * gst/registries/gstlibxmlregistry.h:
21443 various documentation fixes
21445 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
21447 * docs/gst/gstreamer-sections.txt:
21448 * docs/gst/tmpl/gstvalue.sgml:
21449 rearrange gstvalue section
21450 * gst/gstutils.c: (gst_element_state_get_name):
21452 * gst/gstvalue.c: (_gst_value_initialize):
21456 2005-09-10 Jan Schmidt <thaytan@mad.scientist.com>
21458 * check/gst-libs/controller.c:
21459 Header include fix.
21460 * gst/base/gstbasetransform.c:
21461 (gst_base_transform_default_prepare_buf),
21462 (gst_base_transform_handle_buffer):
21463 * gst/base/gstbasetransform.h:
21464 Some more basetransform changes and fixes to enable sub-classes
21465 that modify buffer metadata only.
21466 * gst/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
21467 (gst_capsfilter_init), (gst_capsfilter_transform_ip),
21468 (gst_capsfilter_prepare_buf):
21469 If the output pad has fixed allowed caps and input buffers
21470 don't have any, set the fixed caps on outgoing buffers.
21472 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
21473 * check/elements/identity.c: (GST_START_TEST):
21474 Make the error a little clearer when the test fails because
21475 identity made a copy of the buffer.
21476 * docs/gst/gstreamer-sections.txt:
21477 New symbols in gstbasetransform.h
21478 * gst/base/gstbasetransform.c: (gst_base_transform_class_init),
21479 (gst_base_transform_init), (gst_base_transform_transform_size),
21480 (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
21481 (gst_base_transform_default_prepare_buf),
21482 (gst_base_transform_get_unit_size),
21483 (gst_base_transform_buffer_alloc),
21484 (gst_base_transform_handle_buffer), (gst_base_transform_chain),
21485 (gst_base_transform_change_state),
21486 (gst_base_transform_set_passthrough),
21487 (gst_base_transform_set_in_place),
21488 (gst_base_transform_is_in_place):
21489 * gst/base/gstbasetransform.h:
21490 Change BaseTransform to separate in_place operate from same_caps
21491 output. in_place implies that the element can perform the transform
21492 on incoming buffers in-place, even if the caps on the output are
21494 Sub-class elements can now implement special buffer allocation
21495 methods for outgoing buffers if they wish to.
21496 Big documentation addition.
21497 * gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_ip):
21498 * gst/elements/gstelements.c:
21499 Changes for basetransform modifications.
21500 * gst/elements/Makefile.am:
21501 * gst/elements/gstfdsrc.c: (gst_fdsrc_init), (gst_fdsrc_create):
21502 Compile fix. Extra debug output.
21504 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
21506 * check/gst/gstpad.c: (GST_START_TEST), (name_is_valid),
21508 add tests for valid pad naming
21509 * gst/check/gstcheck.c: (gst_check_log_message_func),
21510 (gst_check_log_critical_func):
21512 remove printing of code, it is fragile when the code contains
21513 % and the line number is enough info
21514 * gst/check/gstcheck.h:
21515 * gst/gstpad.c: (gst_pad_template_new):
21518 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
21521 say what CHECK flags we use
21522 * docs/libs/gstreamer-libs.types:
21523 * libs/gst/controller/Makefile.am:
21524 * libs/gst/controller/gst-controller.c:
21525 * libs/gst/controller/gst-controller.h:
21526 * libs/gst/controller/gst-helper.c:
21527 * libs/gst/controller/gst-interpolation.c:
21528 * libs/gst/controller/gstcontroller.c:
21529 * libs/gst/controller/gsthelper.c:
21530 * libs/gst/controller/gstinterpolation.c:
21531 * tools/gst-inspect.c: (print_plugin_info):
21532 we don't use dashes in header names
21534 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
21536 * check/Makefile.am:
21537 * check/gst/.cvsignore:
21538 * check/gst/gstpipeline.c: (pop_messages), (GST_START_TEST),
21539 (gst_pipeline_suite), (main):
21540 adding a test for pipelines and state changes
21541 * gst/gstutils.c: (get_state_func):
21543 * gstreamer.spec.in:
21546 2005-09-08 Michael Smith <msmith@fluendo.com>
21548 * gst/elements/gstfilesrc.c: (gst_file_src_map_region),
21549 (gst_file_src_map_small_region), (gst_file_src_create_mmap),
21550 (gst_file_src_is_seekable), (gst_file_src_get_size),
21551 (gst_file_src_start):
21552 * gst/elements/gstfilesrc.h:
21553 Various fixes for unseekable, unmmapable, and non-normal files, so
21554 that fallback to read() rather than mmap() works.
21555 * gst/gstevent.c: (gst_event_new_newsegment):
21556 Allow newsegment events with segment_start == segment_end, as will
21557 correctly happen if you use filesrc on a zero-size file, for
21560 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
21562 * gst/gstplugin.c: (gst_plugin_load_file):
21563 Call g_module_close when we don't load the module
21565 * gst/registries/gstlibxmlregistry.c:
21566 (gst_xml_registry_get_property):
21567 Port leak fix from 0.8
21569 2005-09-07 Stefan Kost <ensonic@users.sf.net>
21571 * docs/gst/gstreamer-docs.sgml:
21572 * docs/gst/tmpl/.cvsignore:
21573 * docs/gst/tmpl/gsttrace.sgml:
21574 * docs/gst/tmpl/gsttrashstack.sgml:
21577 * gst/gstelement.h:
21579 * gst/gstmessage.c:
21580 * gst/gstmessage.h:
21583 * gst/gsttaginterface.c:
21584 * gst/gsttaginterface.h:
21585 * gst/gsttaglist.c:
21586 * gst/gsttaglist.h:
21587 * gst/gsttagsetter.c:
21588 * gst/gsttagsetter.h:
21591 * gst/gsttrashstack.c:
21592 renamed gsttag -> gsttaglist, gsttaginterface -> gsttagsetter
21593 inlined docs for gsttrace, gsttrashstack
21595 2005-09-07 Stefan Kost <ensonic@users.sf.net>
21598 * gst/elements/gstbufferstore.h:
21599 * gst/elements/gsttypefindelement.c:
21600 * gst/elements/gsttypefindelement.h:
21602 * gst/gsttypefind.c:
21603 * gst/gsttypefind.h:
21604 * gst/gsttypefindfactory.c: (gst_type_find_factory_get_type),
21605 (gst_type_find_factory_class_init), (gst_type_find_factory_init),
21606 (gst_type_find_factory_dispose),
21607 (gst_type_find_factory_unload_thyself),
21608 (gst_type_find_load_plugin), (gst_type_find_factory_get_list),
21609 (gst_type_find_factory_get_caps),
21610 (gst_type_find_factory_get_extensions),
21611 (gst_type_find_factory_call_function):
21612 * gst/gsttypefindfactory.h:
21613 * gst/registries/gstlibxmlregistry.c:
21614 * gst/registries/gstxmlregistry.c:
21615 splitted gsttypefind into gsttypefind, gsttypefindfactory
21617 2005-09-07 Andy Wingo <wingo@pobox.com>
21619 * gst/base/gstbasesink.c (gst_base_sink_activate_pull): Fix a race
21620 condition whereby the pad's task function is entered before the
21621 pad_mode variable was set.
21623 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
21625 * gst/gstpad.c: (gst_pad_alloc_buffer):
21626 Catch misbehaving pad_alloc functions that don't
21627 set up caps and do it for them.
21629 2005-09-07 Stefan Kost <ensonic@users.sf.net>
21631 * check/pipelines/simple_launch_lines.c: (run_pipeline):
21632 test for pipe!=NULL
21633 * docs/gst/tmpl/.cvsignore:
21634 * docs/gst/tmpl/gstmemchunk.sgml:
21635 * docs/gst/tmpl/gstparse.sgml:
21636 * docs/gst/tmpl/gsttaglist.sgml:
21637 * docs/gst/tmpl/gsttagsetter.sgml:
21638 * docs/gst/tmpl/gsttypefind.sgml:
21639 * docs/gst/tmpl/gsttypefindfactory.sgml:
21640 * gst/gstmemchunk.c:
21643 * gst/gsttaginterface.c:
21644 * gst/gsttypefind.c:
21645 * gst/gsttypefind.h:
21648 === release 0.9.2 ===
21650 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
21655 releasing 0.9.2, "South"
21657 2005-09-05 Andy Wingo <wingo@pobox.com>
21659 * gst/registries/gstxmlregistry.h:
21660 * gst/registries/gstxmlregistry.c: Um... resurrect...
21662 * gst/registries/gstxmlregistry.h:
21663 * gst/registries/gstxmlregistry.c: and update to newer API.
21664 Incidentally they should be a bit faster now that they don't have
21667 2005-09-05 Andy Wingo <wingo@pobox.com>
21669 * gst/registries/gstxmlregistry.h:
21670 * gst/registries/gstxmlregistry.c: Remove from CVS, they were
21671 replaced by the libxml registry a while back
21673 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21675 * docs/gst/tmpl/gstplugin.sgml:
21676 * gst/elements/gstelements.c:
21678 * gst/gstplugin.c: (gst_plugin_register_func),
21679 (gst_plugin_desc_copy), (gst_plugin_desc_free),
21680 (gst_plugin_get_source):
21682 * gst/registries/gstlibxmlregistry.c: (load_plugin),
21683 (gst_xml_registry_save_plugin):
21684 * gst/registries/gstxmlregistry.c: (gst_xml_registry_parse_plugin),
21685 (gst_xml_registry_save_plugin):
21686 * tools/gst-inspect.c: (print_plugin_info):
21687 add a "source" plugin description field, to represent the source
21688 module this plugin is a part of. By default GST_PLUGIN_DEFINE
21689 will set it to PACKAGE, which is automake's idea of the name of
21690 the source project.
21692 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21697 * docs/Makefile.am:
21698 * docs/faq/Makefile.am:
21699 * docs/gst/tmpl/gstelement.sgml:
21700 * docs/gst/tmpl/gsttypes.sgml:
21701 * docs/htmlinstall.mak:
21702 * docs/manual/Makefile.am:
21703 * docs/pwg/Makefile.am:
21704 reorganize doc build a little
21705 split out docbook and gtk-doc stuff
21706 have two separate --enable's and enable them through autogen
21707 but disable by default in configure (to be similar to other
21709 * gstreamer.spec.in:
21710 clean up docs install
21728 translation updates
21730 2005-09-03 Tim-Philipp Müller <tim at centricular dot net>
21732 * gst/base/gstbasesink.c: (gst_base_sink_pad_buffer_alloc):
21735 * gst/elements/gstfakesink.c: (gst_fake_sink_init),
21736 (gst_fake_sink_change_state):
21737 Make state change function thread-safe.
21739 * gst/gstpad.c: (gst_pad_alloc_buffer):
21740 Set offset on generic buffer allocated by fallback.
21742 2005-09-03 Stefan Kost <ensonic@users.sf.net>
21744 * docs/gst/gstreamer-sections.txt:
21745 * docs/gst/tmpl/gstelement.sgml:
21747 * libs/gst/controller/gst-controller.c:
21748 (gst_controlled_property_set_interpolation_mode),
21749 (gst_controlled_property_new),
21750 (gst_controller_find_controlled_property):
21751 run the wingo-magic script against the docs
21753 2005-09-02 Stefan Kost <ensonic@users.sf.net>
21755 * docs/gst/gstreamer-docs.sgml:
21756 * docs/gst/gstreamer-sections.txt:
21757 * docs/gst/tmpl/.cvsignore:
21758 * docs/gst/tmpl/gstelementdetails.sgml:
21759 * docs/gst/tmpl/gstelementfactory.sgml:
21762 * gst/gstelementfactory.c:
21763 * gst/gstelementfactory.h:
21764 merged elementdetails docs into elementfactory docs
21767 2005-09-02 Andy Wingo <wingo@pobox.com>
21769 * gst/gstelement.h: Add magical pixie dust to make glib-mkenums
21770 consider this enum an enum and not a flags.
21772 2005-09-02 Stefan Kost <ensonic@users.sf.net>
21774 * docs/gst/gstreamer-docs.sgml:
21775 * docs/gst/tmpl/.cvsignore:
21776 * docs/gst/tmpl/gstghostpad.sgml:
21777 * docs/gst/tmpl/gstiterator.sgml:
21778 * docs/gst/tmpl/gstmacros.sgml:
21779 * docs/gst/tmpl/gstrealpad.sgml:
21780 * docs/gst/tmpl/gstregistry.sgml:
21781 * docs/gst/tmpl/gstregistrypool.sgml:
21782 * docs/gst/tmpl/gststructure.sgml:
21783 * docs/gst/tmpl/gstsystemclock.sgml:
21784 * docs/gst/tmpl/gsttrace.sgml:
21785 * gst/gstghostpad.c:
21787 * gst/gstmemchunk.c:
21788 * gst/gstmemchunk.h:
21790 * gst/gstregistry.c:
21791 * gst/gstregistrypool.c:
21792 * gst/gststructure.c:
21793 * gst/gstsystemclock.c:
21796 2005-09-02 Andy Wingo <wingo@pobox.com>
21798 * gst/gstelement.h (GstState): Renamed from GstElementState,
21799 changed to be a normal enum instead of flags.
21800 (GstStateChangeReturn): Renamed from GstElementStateReturn, names
21801 munged to be GST_STATE_CHANGE_*.
21802 (GST_STATE_CHANGE): Renamed from GST_STATE_TRANSITION, updated to
21803 work with the new state representation.
21804 (GstStateChange): New enumeration of possible state transitions.
21805 Replaces GST_STATE_FOO_TO_BAR with GST_STATE_CHANGE_FOO_TO_BAR.
21806 (GstElementClass::change_state): Pass the GstStateChange along as
21807 an argument. Helps language bindings, so they don't have to use
21808 tricky lock-needing macros like GST_STATE_CHANGE ().
21810 * scripts/update-states (file): New script. Run it on a file to
21811 update it for state naming and API changes. Updates files in
21814 * All files updated for the new API.
21816 2005-09-02 Thomas Vander Stichele <thomas at apestaart dot org>
21818 * gst/gsttrace.c: (gst_trace_flush), (gst_trace_text_flush):
21819 * gst/gstutils.c: (gst_util_set_value_from_string),
21820 (gst_util_set_object_arg):
21821 fix a bunch of unchecked return values
21822 * tools/gst-complete.c: (main):
21823 * gstreamer.spec.in:
21826 2005-09-01 Wim Taymans <wim@fluendo.com>
21828 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
21829 (gst_base_sink_event), (gst_base_sink_do_sync),
21830 (gst_base_sink_handle_event):
21831 * gst/base/gstbasesink.h:
21832 Handle newsegments more correctly.
21837 * gst/gstevent.c: (gst_event_new_newsegment):
21838 A newsegment cannot have a start_time of -1
21840 2005-09-01 Tim-Philipp Müller <tim at centricular dot net>
21842 * win32/gstenumtypes.c:
21843 * win32/gstenumtypes.h:
21846 2005-08-31 Stefan Kost <ensonic@users.sf.net>
21848 * libs/gst/controller/gst-controller.c:
21849 (gst_controlled_property_set_interpolation_mode),
21850 (gst_controlled_property_new):
21851 fixed boolean again
21853 2005-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21855 * docs/faq/gst-uninstalled:
21860 * gst/gstutils.c: (gst_element_link_filtered):
21862 add gst_element_link_filtered
21864 2005-08-31 Stefan Kost <ensonic@users.sf.net>
21866 * docs/gst/gstreamer-docs.sgml:
21867 * docs/gst/gstreamer-sections.txt:
21868 * docs/gst/tmpl/.cvsignore:
21869 * docs/gst/tmpl/gsterror.sgml:
21870 * docs/gst/tmpl/gstfilter.sgml:
21871 * docs/gst/tmpl/gsturihandler.sgml:
21872 * docs/gst/tmpl/gsturitype.sgml:
21873 * docs/gst/tmpl/gstutils.sgml:
21874 * docs/gst/tmpl/gstxml.sgml:
21879 * gst/gsturitype.c:
21882 inlined more docs, fixed double id-ref
21884 2005-08-31 Wim Taymans <wim@fluendo.com>
21886 * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
21887 (gst_base_transform_handle_buffer):
21888 Passthrough elements don't need the caps as they don't care.
21890 2005-08-31 Wim Taymans <wim@fluendo.com>
21892 * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
21893 (gst_base_transform_handle_buffer), (gst_base_transform_chain):
21894 Don't leak refcounts on buffers.
21896 2005-08-31 Wim Taymans <wim@fluendo.com>
21898 * gst/base/gstbasetransform.c: (gst_base_transform_configure_caps),
21899 (gst_base_transform_setcaps), (gst_base_transform_handle_buffer),
21900 (gst_base_transform_chain), (gst_base_transform_change_state):
21901 * gst/base/gstbasetransform.h:
21902 Handle the case where we are not negotiated more gracefully.
21904 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
21906 * gst/elements/gstfilesrc.c: (gst_mmap_buffer_init),
21907 (gst_file_src_map_region):
21908 Set READONLY flag on mmap'ed buffers, otherwise
21909 gst_buffer_make_writable() won't work properly (#314708).
21911 2005-08-31 Wim Taymans <wim@fluendo.com>
21913 * gst/base/gstbasetransform.c: (gst_base_transform_handle_buffer):
21914 passthrough elements can even do inplace on non writable
21915 buffers (as they don't touch them).
21917 2005-08-31 Stefan Kost <ensonic@users.sf.net>
21919 * check/gst-libs/controller.c: (gst_test_mono_source_get_property),
21920 (gst_test_mono_source_set_property),
21921 (gst_test_mono_source_class_init), (GST_START_TEST),
21922 (gst_controller_suite):
21923 more tests (hehe I have the most)
21925 describe popping messages whenusing mulltiple sources
21926 * libs/gst/controller/gst-controller.c:
21927 (gst_controlled_property_set_interpolation_mode),
21928 (gst_controlled_property_new):
21929 * libs/gst/controller/gst-controller.h:
21930 * libs/gst/controller/gst-interpolation.c:
21931 implement boolean properties
21933 2005-08-31 Wim Taymans <wim@fluendo.com>
21935 * gst/gstminiobject.c: (gst_mini_object_ref):
21936 Cannot assert that the refcount has to be positive
21937 since a disposed object can be resurrected.
21939 2005-08-31 Wim Taymans <wim@fluendo.com>
21941 * gst/gstpad.c: (gst_pad_init):
21942 Revert change, need to first fix badly behaving
21945 2005-08-30 Wim Taymans <wim@fluendo.com>
21947 * check/elements/fakesrc.c: (setup_fakesrc):
21948 * check/elements/identity.c: (setup_identity):
21949 Activate pads before using them.
21951 2005-08-30 Wim Taymans <wim@fluendo.com>
21953 * gst/base/gstadapter.c: (gst_adapter_flush):
21954 Flushing out 0 bytes is ok for this function.
21956 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
21957 no newsegment gives a warning and sets the start/stop to
21960 * gst/base/gstbasetransform.c: (gst_base_transform_change_state),
21961 (gst_base_transform_set_passthrough):
21964 * gst/gstminiobject.c: (gst_mini_object_ref):
21965 Check refcount here too.
21967 * gst/gstpad.c: (gst_pad_init):
21968 Pads are initially flushing and refusing data.
21970 * gst/gstutils.c: (gst_element_link_pads_filtered):
21971 When adding a capsfilter element make sure it has the
21972 same state as the parent bin.
21974 2005-08-30 Stefan Kost <ensonic@users.sf.net>
21976 * docs/gst/tmpl/.cvsignore:
21977 * docs/gst/tmpl/gstformat.sgml:
21978 * docs/gst/tmpl/gstversion.sgml:
21982 * gst/gstversion.h.in:
21983 more docs and two more inlined
21985 2005-08-30 Wim Taymans <wim@fluendo.com>
21987 * gst/elements/gstfilesink.c: (gst_file_sink_class_init):
21988 Don't sync to clock.
21990 2005-08-30 Stefan Kost <ensonic@users.sf.net>
21992 * docs/gst/gstreamer-sections.txt:
21993 ultral33t func10ns deserve to appear in the docs actually
21994 * docs/gst/tmpl/.cvsignore:
21995 * docs/gst/tmpl/gstcompat.sgml:
21996 * docs/gst/tmpl/gstconfig.sgml:
21997 * gst/check/gstcheck.c:
21999 * gst/gstconfig.h.in:
22002 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22004 * docs/gst/tmpl/.cvsignore:
22005 * docs/gst/tmpl/gstquery.sgml:
22006 * docs/gst/tmpl/gstutils.sgml:
22009 inlined and extended docs
22011 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22013 * check/gst-libs/controller.c: (GST_START_TEST),
22014 (gst_controller_suite):
22016 * docs/gst/tmpl/gstutils.sgml:
22017 * docs/libs/gstreamer-libs-sections.txt:
22018 * docs/libs/tmpl/gstdataprotocol.sgml:
22020 * examples/controller/audio-example.c: (main):
22021 controller example works now
22024 * tools/gst-inspect.c: (print_element_properties_info):
22025 show param spec flags
22027 2005-08-29 Andy Wingo <wingo@pobox.com>
22029 * gst/gstutils.c (gst_util_uint64_scale): New 3733t funct10n.
22031 2005-08-28 Andy Wingo <wingo@pobox.com>
22033 * gst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instance_init
22034 as having two arguments instead of just one. Allows superclasses
22035 to access information on subclasses -- see the terrible for() loop
22036 in gtype.c:g_type_create_instance for the reason why. All callers
22039 2005-08-27 Stefan Kost <ensonic@users.sf.net>
22041 * docs/design/part-messages.txt:
22043 * docs/gst/tmpl/.cvsignore:
22044 * docs/gst/tmpl/gstcaps.sgml:
22045 * docs/gst/tmpl/gstclock.sgml:
22051 * gst/gstmessage.c:
22052 added descriptions for bus and message
22053 inline caps and clock docs
22055 2005-08-27 Stefan Kost <ensonic@users.sf.net>
22057 * gst/gstmessage.c:
22058 * gst/gstmessage.h:
22061 2005-08-27 Stefan Kost <ensonic@users.sf.net>
22063 * gst/base/gstbasetransform.c: (gst_base_transform_transform_size):
22066 2005-08-26 Andy Wingo <wingo@pobox.com>
22068 * check/pipelines/simple_launch_lines.c (run_pipeline): Check
22069 element_set_state's return val.
22070 (test_2_elements): Add test that's been disabled for months.
22072 * gst/elements/gstfakesink.c: Cleanups. Add can-activate-push and
22073 can-activate-pull properties.
22075 * gst/elements/gstfakesrc.c: Cleanups. Add can-activate-push and
22076 can-activate-pull properties. Implement is_seekable so fakesrc can
22077 operate in pull mode.
22079 * gst/base/gstbasesink.c (GstBaseSink): Remove has-loop, has-chain
22081 (gst_base_sink_activate, gst_base_sink_activate_pull)
22082 (gst_base_sink_activate_push): Make activation mode choosing work.
22084 (gst_base_sink_chain, gst_base_sink_loop): Assert activation mode
22085 is right. Make pull mode work. Post an eos before pausing in pull
22087 (gst_base_sink_change_state): Pay attention to the core's
22088 change_state() return val.
22090 * gst/base/gstbasesrc.c (GstBaseSrc): Remove has-loop,
22091 has-getrange properties. Cleanups.
22093 * gst/base/gstbasesrc.h (GstBaseSrc): Remove has_loop,
22094 has_getrange and replace with can_activate_pull and
22097 * gst/base/gstbasesink.h (GstBaseSink): Rearrange fields, add
22098 locking comments. Remove has_loop, has_chain and replace with
22099 can_activate_pull and can_activate_push.
22101 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
22104 * examples/Makefile.am:
22105 * examples/metadata/Makefile.am:
22106 * examples/metadata/read-metadata.c: (message_loop),
22107 (have_pad_handler), (make_pipeline), (print_tag), (main):
22108 Add metadata reading example that loops over a list of filenames,
22109 dumping any tags found.
22111 * gst/gstbus.c: (gst_bus_dispose):
22112 * gst/gstelement.c: (gst_element_dispose):
22113 Release a few potentially-held references in dispose.
22115 2005-08-26 Stefan Kost <ensonic@users.sf.net>
22117 * docs/gst/tmpl/gstminiobject.sgml:
22118 do *not* add tmpl/*.sgml files to CVS!
22120 2005-08-26 Stefan Kost <ensonic@users.sf.net>
22122 * libs/gst/bytestream/.cvsignore:
22123 * libs/gst/bytestream/Makefile.am:
22124 * libs/gst/bytestream/adapter.c:
22125 * libs/gst/bytestream/adapter.h:
22126 * libs/gst/bytestream/bytestream.c:
22127 * libs/gst/bytestream/bytestream.h:
22128 * libs/gst/bytestream/filepad.c:
22129 * libs/gst/bytestream/filepad.h:
22130 removing obsolete files
22132 2005-08-26 Stefan Kost <ensonic@users.sf.net>
22134 * docs/gst/gstreamer-docs.sgml:
22135 * docs/libs/gstreamer-libs-docs.sgml:
22136 disabed additional index entries again, as this makes docs-gen just
22137 slow and they aren't useful yet
22138 * docs/libs/gstreamer-libs-sections.txt:
22139 little -section.txt cleanup for libs
22141 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
22143 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
22144 * gst/base/gstbasetransform.c: (gst_base_transform_transform_size),
22145 fix up some debugging
22146 (gst_base_transform_get_unit_size),
22147 (gst_base_transform_buffer_alloc), (gst_base_transform_event),
22148 (gst_base_transform_handle_buffer):
22149 * gst/base/gstbasetransform.h:
22150 handle and store timed NEWSEGMENT events so that subclasses that
22151 calculate time by counting samples have a segment_start time they
22152 need to add to their timestamps - see audioresample
22154 2005-08-26 Stefan Kost <ensonic@users.sf.net>
22157 removed ';' from the end of macro defs
22158 * docs/gst/gstreamer-docs.sgml:
22159 * docs/gst/gstreamer-sections.txt:
22160 * docs/gst/tmpl/.cvsignore:
22162 * gst/gstelement.c: (gst_element_class_init),
22163 (gst_element_set_state), (activate_pads),
22164 (gst_element_save_thyself):
22165 * gst/gstevent.c: (gst_event_new_newsegment):
22167 * gst/gstiterator.c:
22168 * gst/gstiterator.h:
22171 * gst/gstutils.c: (gst_pad_query_convert):
22173 fixed parameter name mismatches between source, header and docs
22174 added some more docs, resolved the last batch of unused elements in
22175 docs (now someone needs to doc them)
22177 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22179 * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_rebuild):
22180 * gst/registries/gstxmlregistry.c: (gst_xml_registry_rebuild):
22181 don't walk through the plugins backwards. Where is all this
22182 reversed logic coming from ?
22184 2005-08-25 Wim Taymans <wim@fluendo.com>
22186 * gst/base/gstbasetransform.c: (gst_base_transform_init),
22187 (gst_base_transform_transform_size),
22188 (gst_base_transform_configure_caps),
22189 (gst_base_transform_get_unit_size),
22190 (gst_base_transform_buffer_alloc),
22191 (gst_base_transform_change_state):
22192 * gst/base/gstbasetransform.h:
22193 Cache caps unit_size.
22194 Make sure we cannot negotiate up and downstream at the
22197 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22199 * gst/gst.c: (init_pre), (init_post):
22200 register the installed plugin path after the env var
22201 * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_save):
22202 * gst/registries/gstxmlregistry.c: (gst_xml_registry_save):
22203 don't reverse order of paths; conserve the order of GST_PLUGIN_PATH
22204 directories, so the tests can prefer uninstalled over installed
22206 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22208 * gst/base/gstbasetransform.h:
22213 2005-08-25 Wim Taymans <wim@fluendo.com>
22215 * gst/gstbin.c: (bin_bus_handler):
22216 Be a bit more conservative about the posted message.
22218 * gst/gstbus.c: (gst_bus_post):
22219 Some cleanups, warn wrong return values.
22221 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
22223 * check/gst/gstbin.c: (GST_START_TEST):
22224 * gst/gstbin.c: (bin_bus_handler):
22225 * gst/gstmessage.c: (gst_message_finalize), (_gst_message_copy),
22226 (gst_message_new), (gst_message_new_eos), (gst_message_new_error),
22227 (gst_message_new_warning), (gst_message_new_tag),
22228 (gst_message_new_state_changed), (gst_message_new_segment_start),
22229 (gst_message_new_segment_done), (gst_message_new_custom):
22230 * gst/gstmessage.h:
22231 * tools/gst-launch.c: (event_loop):
22232 * tools/gst-md5sum.c: (event_loop):
22233 Revert unpopular change for GST_MESSAGE_SRC to GObject.
22235 2005-08-25 Wim Taymans <wim@fluendo.com>
22237 * check/generic/states.c: (GST_START_TEST):
22238 Cleanup can be done at the end.
22240 * gst/gsttask.c: (gst_task_get_type), (gst_task_finalize),
22241 (gst_task_func), (gst_task_cleanup_all), (gst_task_set_lock),
22242 (gst_task_get_state), (gst_task_start), (gst_task_pause):
22243 Oh boy.. Thanks for finding this, Thomas.
22245 2005-08-25 Stefan Kost <ensonic@users.sf.net>
22247 * docs/gst/gstreamer.types:
22248 added missing types
22250 2005-08-25 Stefan Kost <ensonic@users.sf.net>
22252 * docs/gst/gstreamer-docs.sgml:
22253 * docs/gst/gstreamer-sections.txt:
22254 * docs/gst/tmpl/.cvsignore:
22256 * gst/gstiterator.c:
22258 * gst/registries/gstxmlregistry.h:
22259 added missing classes and symbols (123 more to go)
22260 removed removed symbols from section file
22261 fixed many doc-comments
22263 2005-08-24 Wim Taymans <wim@fluendo.com>
22265 * check/generic/states.c: (GST_START_TEST):
22266 Make sure all tasks are stopped.
22268 * check/gst/gstbin.c: (GST_START_TEST):
22269 Unref after usage for proper valgrinding.
22271 * gst/gstpad.c: (gst_pad_finalize), (gst_pad_stop_task):
22272 Really wait for the task to stop before destroying the
22275 * gst/gstqueue.c: (gst_queue_sink_activate_push),
22276 (gst_queue_src_activate_push):
22277 Small cleanups. Don't stop the task when we did not start
22280 * gst/gsttask.c: (gst_task_get_type), (gst_task_init),
22281 (gst_task_func), (gst_task_cleanup_all), (gst_task_set_lock),
22282 (gst_task_get_state), (gst_task_start), (gst_task_pause),
22285 Protect the stream lock with the object lock.
22286 Disallow setting the stream lock when running.
22287 Add cleanup_all to wait for the threadpool to finish.
22288 Remove code to autoallocate a mutex if none was provided.
22289 Add _join() to wait for a task to stop.
22290 Protect the thread pool with a global lock.
22292 2005-08-24 Wim Taymans <wim@fluendo.com>
22294 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
22295 (gst_base_sink_get_times), (gst_base_sink_do_sync),
22296 (gst_base_sink_handle_buffer), (gst_base_sink_change_state):
22297 * gst/base/gstbasesink.h:
22298 Handle newsegment events correctly.
22299 Drop buffers out of the segment range.
22301 2005-08-22 Andy Wingo <wingo@pobox.com>
22303 * gst/gstutils.h (GST_BOILERPLATE_WITH_INTERFACE): New ghetto
22304 macro, implements an interface and gstimplementsinterface for a
22307 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22309 * check/Makefile.am:
22310 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22311 add a test that does a bunch of state changes on elements
22312 needs some fixing for valgrind
22313 * check/states/sinks.c: (gst_object_suite):
22316 add prototype for gst_caps_is_equal_fixed
22318 * gst/gstregistrypool.c:
22321 2005-08-24 Andy Wingo <wingo@pobox.com>
22323 * gst/gstquery.c (gst_query_new_convert): Spew if we try to
22324 convert a negative value. Doesn't make much sense. Mostly this is
22325 here to force callers to ensure -1 maps to -1.
22327 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
22329 * docs/pwg/advanced-types.xml:
22330 Well done to Michael for catching my deliberate introduction
22331 of this spelling mistake.
22332 * gst/gstbin.c: (gst_bin_remove_func), (bin_bus_handler):
22333 * gst/gstelement.h:
22334 Add GST_ELEMENT_UNPARENTING to prevent races so that we can
22335 unlink pads before removing the element from the bin.
22337 2005-08-24 Andy Wingo <wingo@pobox.com>
22339 * gst/gst.c (parse_debug_list): Accept e.g. GST_DEBUG=4 to mean
22340 the same thing as GST_DEBUG=*:4.
22341 (parse_debug_level, parse_debug_category): New helper parsers.
22343 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
22345 * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
22346 (gst_base_transform_transform_size), (gst_base_transform_getcaps),
22347 (gst_base_transform_setcaps), (gst_base_transform_get_unit_size),
22348 (gst_base_transform_buffer_alloc),
22349 (gst_base_transform_handle_buffer):
22350 use gboolean return values and pointers to size so we can use the
22351 full GST_BUFFER_SIZE range (guint) for buffer sizes
22352 use GstPadDirection for transform_caps
22353 * gst/base/gstbasetransform.h:
22354 rename get_size to get_unit_size since that's what it is
22355 * gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_caps):
22356 use GstPadDirection for transform_caps
22357 * gst/gstbuffer.c: (gst_buffer_new_and_alloc):
22359 cleanup and debugging
22361 2005-08-24 Stefan Kost <ensonic@users.sf.net>
22363 * gst/gstelement.c: (gst_element_class_init),
22364 (gst_element_set_state), (activate_pads),
22365 (gst_element_save_thyself):
22366 * tools/gst-compprep.c: (main):
22367 * tools/gst-inspect.c: (print_element_properties_info):
22368 * tools/gst-xmlinspect.c: (print_element_properties):
22369 Fixed long standing mem-leak
22371 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
22373 * check/gst/gstbin.c: (GST_START_TEST):
22374 * gst/gstbin.c: (bin_bus_handler):
22375 * gst/gstmessage.c: (gst_message_finalize), (_gst_message_copy),
22376 (gst_message_new), (gst_message_new_eos), (gst_message_new_error),
22377 (gst_message_new_warning), (gst_message_new_tag),
22378 (gst_message_new_state_changed), (gst_message_new_segment_start),
22379 (gst_message_new_segment_done), (gst_message_new_custom):
22380 * gst/gstmessage.h:
22381 * tools/gst-launch.c: (event_loop):
22382 * tools/gst-md5sum.c: (event_loop):
22383 Change GST_MESSAGE_SRC to be a GObject rather than a GstObject, so
22384 that applications can sensibly post custom messages with references
22385 to their own objects.
22387 2005-08-24 Andy Wingo <wingo@pobox.com>
22389 * gst/gstpad.c (gst_pad_fixate_caps): Check if the caps is fixed
22392 2005-08-24 Wim Taymans <wim@fluendo.com>
22394 * gst/base/gstbasetransform.c: (gst_base_transform_init),
22395 (gst_base_transform_transform_caps),
22396 (gst_base_transform_transform_size),
22397 (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
22398 (gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
22399 (gst_base_transform_handle_buffer):
22400 * gst/base/gstbasetransform.h:
22401 Many fixes and new features added by Thomas. Can now also do
22402 transforms with variable sizes and a custom fixate_caps function.
22404 2005-08-24 Wim Taymans <wim@fluendo.com>
22406 * gst/gstbuffer.c: (gst_buffer_new_and_alloc):
22410 Cast to ClockTime before formatting to time.
22415 2005-08-24 Stefan Kost <ensonic@users.sf.net>
22417 * check/gst-libs/controller.c: (GST_START_TEST),
22418 (gst_controller_suite):
22419 * docs/gst/tmpl/gstcaps.sgml:
22420 * docs/gst/tmpl/gstghostpad.sgml:
22421 * docs/gst/tmpl/gstquery.sgml:
22422 * docs/gst/tmpl/gstutils.sgml:
22423 * libs/gst/controller/gst-helper.c: (gst_object_set_controller),
22424 (gst_object_sink_values), (gst_object_get_value_arrays),
22425 (gst_object_get_value_array):
22426 gracefully handle helper method calls to objects that are not beeing
22427 controlled, added test case for that
22429 2005-08-23 Wim Taymans <wim@fluendo.com>
22431 * gst/gstevent.c: (_gst_event_copy), (gst_event_new_custom),
22432 (gst_event_new_newsegment), (gst_event_parse_newsegment),
22433 (gst_event_new_tag), (gst_event_parse_tag), (gst_event_new_qos),
22434 (gst_event_parse_qos), (gst_event_new_seek),
22435 (gst_event_parse_seek):
22437 Some more debugging output and doc cleanups.
22439 * gst/gstqueue.c: (gst_queue_handle_sink_event):
22440 Fix possible deadlock.
22442 2005-08-23 Stefan Kost <ensonic@users.sf.net>
22444 * docs/gst/gstreamer-docs.sgml:
22445 * docs/gst/gstreamer-sections.txt:
22446 * docs/gst/gstreamer.types:
22447 * docs/gst/tmpl/.cvsignore:
22450 * gst/gstelement.c:
22452 added 100 symbols from gstreamer-unused.txt to the right sections
22453 fixed more broken comments
22454 added GstBus to docs
22456 2005-08-23 Stefan Kost <ensonic@users.sf.net>
22458 * docs/gst/gstreamer-sections.txt:
22459 * docs/gst/tmpl/.cvsignore:
22460 * docs/gst/tmpl/gstbin.sgml:
22461 * docs/gst/tmpl/gstbuffer.sgml:
22462 * gst/base/gstbasesrc.c:
22463 * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init):
22466 * tools/gst-launch.1.in:
22467 inlined more doc comments, added missing comments and fixed comments
22470 2005-08-23 Thomas Vander Stichele <thomas at apestaart dot org>
22472 * gst/gstbuffer.c: (gst_buffer_new_and_alloc):
22476 * gst/gstpad.c: (gst_pad_activate_push), (gst_pad_alloc_buffer):
22478 * gst/gststructure.c: (gst_caps_structure_fixate_field_boolean):
22479 * gst/gststructure.h:
22480 add a fixate function for booleans; add a FIXME that these func
22481 names should probably be gst_structure_fixate_*
22483 2005-08-23 Stefan Kost <ensonic@users.sf.net>
22485 * docs/gst/gstreamer-docs.sgml:
22486 * docs/gst/gstreamer-sections.txt:
22488 * gst/gstbin.c: (gst_bin_get_type),
22489 (gst_bin_child_proxy_get_child_by_index),
22490 (gst_bin_child_proxy_get_children_count),
22491 (gst_bin_child_proxy_init):
22492 * gst/gstchildproxy.c: (gst_child_proxy_get_child_by_name),
22493 (gst_child_proxy_get_child_by_index),
22494 (gst_child_proxy_get_children_count), (gst_child_proxy_lookup),
22495 (gst_child_proxy_get_property), (gst_child_proxy_get_valist),
22496 (gst_child_proxy_get), (gst_child_proxy_set_property),
22497 (gst_child_proxy_set_valist), (gst_child_proxy_set),
22498 (gst_child_proxy_child_added), (gst_child_proxy_child_removed),
22499 (gst_child_proxy_base_init), (gst_child_proxy_get_type):
22500 * gst/gstchildproxy.h:
22501 * gst/parse/grammar.y:
22502 * tools/gst-inspect.c: (print_interfaces),
22503 (print_element_properties_info), (print_element_info):
22504 ported gstchildproxy over from 0.8
22505 ported gst-inspect fixes and enhancements over from 0.8
22507 2005-08-22 Wim Taymans <wim@fluendo.com>
22509 * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
22510 (gst_base_transform_handle_buffer):
22511 Also call the transform function if we have ANY caps.
22513 * gst/gstpipeline.c: (gst_pipeline_set_new_stream_time):
22516 2005-08-22 Jan Schmidt <thaytan@mad.scientist.com>
22518 * gst/base/gstbasesrc.c: (gst_base_src_event_handler)
22519 Don't pretend to handle seek events if the source is not seekable
22521 2005-08-22 Jan Schmidt <thaytan@mad.scientist.com>
22523 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
22524 Remove extra parameter to debug output
22526 * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
22527 (gst_base_src_do_seek), (gst_base_src_activate_push):
22528 Fix seek event handling.
22530 * gst/gstpipeline.c: (gst_pipeline_change_state):
22531 * gst/gstqueue.c: (gst_queue_handle_sink_event),
22532 (gst_queue_src_activate_push):
22533 Don't start the src pad task on FLUSH_STOP if the pad
22537 2005-08-22 Wim Taymans <wim@fluendo.com>
22539 * check/gst/gstcaps.c: (GST_START_TEST), (gst_caps_suite):
22540 Added check for gst_static_caps_get() refcounting.
22542 2005-08-22 Wim Taymans <wim@fluendo.com>
22544 * gst/gstcaps.c: (gst_static_caps_get), (gst_caps_to_string):
22545 Make _static_caps_get() refcounting sane.
22547 * gst/gstelement.c: (gst_element_set_state):
22548 Add g_return_val_if_fail() to protect against segfaults.
22550 2005-08-22 Stefan Kost <ensonic@users.sf.net>
22552 * docs/gst/tmpl/gstevent.sgml:
22555 inlined remaining docs, added missing doc comments
22557 2005-08-22 Thomas Vander Stichele <thomas at apestaart dot org>
22559 * check/gst/gstbin.c: (GST_START_TEST):
22560 since we don't know when preroll is done, use refcount range
22562 * gst/check/gstcheck.h:
22563 add macro for checking refcount range
22565 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
22567 * check/Makefile.am:
22568 clean up environment for when registry gets built versus
22569 when actual tests are run; valgrind seems to not report
22570 leaks if GST_PLUGIN_PATH is set to some specific values
22571 * check/gst/gstbin.c: (GST_START_TEST):
22572 add more refcounting checks; maybe this exposes a
22574 * common/check.mak:
22575 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
22576 * gst/check/gstcheck.h:
22577 * gst/gstbin.c: (bin_element_is_semi_sink), (gst_bin_get_state),
22578 (gst_bin_change_state):
22579 * gst/gstpad.c: (gst_pad_activate_push), (gst_pad_chain):
22580 add/fix debugging/whitespace
22582 2005-08-21 Jan Schmidt <thaytan@mad.scientist.com>
22584 * check/gst/gstevent.c: (event_probe), (test_event),
22586 Er, don't call gst_bin_watch_for_state_change you idiot.
22588 2005-08-21 Jan Schmidt <thaytan@mad.scientist.com>
22590 * check/Makefile.am:
22591 Use CHECK_CFLAGS and CHECK_LIBS
22592 * check/gst/gstevent.c: (event_probe), (test_event),
22595 * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
22596 (gst_base_src_start), (gst_base_src_stop),
22597 (gst_base_src_activate_push), (gst_base_src_activate_pull),
22598 (gst_base_src_change_state):
22599 Sprinkle gst_base_src_stop liberally around error paths to fix
22600 problems reusing a source after failed state changes.
22601 * gst/base/gsttypefindhelper.c: (helper_find_peek),
22602 (helper_find_suggest), (gst_type_find_helper):
22603 Extra debug output. Don't segfault on GST_PAD_GETRANGEFUNC = NULL
22605 * docs/gst/tmpl/gstevent.sgml:
22606 Migrate part of the docs from the SGML file. Wait for ensonic to
22607 tell me how I did it wrong ;)
22608 * tools/gst-typefind.c: (main):
22609 Extra robustness to state changes between files.
22611 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
22613 * check/Makefile.am:
22614 don't valgrind the controller test - it's leaking - Stefan, HELP
22615 * gst/check/gstcheck.c: (gst_check_message_error),
22616 (gst_check_chain_func), (gst_check_setup_element),
22617 (gst_check_teardown_element), (gst_check_setup_src_pad),
22618 (gst_check_teardown_src_pad), (gst_check_setup_sink_pad),
22619 (gst_check_teardown_sink_pad):
22620 * gst/check/gstcheck.h:
22621 add a bunch of methods to set up elements, and src and sink pads
22622 * check/elements/fakesrc.c: (setup_fakesrc), (cleanup_fakesrc):
22623 * check/elements/identity.c: (setup_identity), (cleanup_identity),
22626 * gst/gstmessage.c:
22628 whitespace/doc fixes
22630 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
22632 * gst/gstelement.h:
22633 make GST_ELEMENT_ERROR not do GST_ERROR_OBJECT - these errors should
22634 be handled by the application and not always printed as well
22636 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
22638 * check/Makefile.am:
22640 * gst/check/gstcheck.c: (gst_check_message_error):
22641 * gst/check/gstcheck.h:
22642 add a fail_unless_equals_int
22643 add fail_unless for error messages
22645 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
22647 * check/Makefile.am:
22649 * common/Makefile.am:
22650 * common/check.mak:
22652 factor out some of the common stuff so we can use it
22654 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
22656 * check/Makefile.am:
22657 * check/gst/gstiterator.c: (GST_START_TEST):
22658 * check/gst/gstsystemclock.c: (GST_START_TEST),
22659 (gst_systemclock_suite):
22660 * check/gst/gsttag.c: (GST_START_TEST), (gst_tag_suite):
22662 valgrind more tests
22664 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
22666 * check/elements/.cvsignore:
22667 * check/elements/gstfakesrc.c:
22668 rename to name of element
22669 * check/elements/identity.c: (chain_func), (event_func),
22670 (setup_identity), (cleanup_identity), (GST_START_TEST),
22671 (identity_suite), (main):
22672 add a test for identity
22673 * check/Makefile.am:
22674 * pkgconfig/Makefile.am:
22675 * pkgconfig/gstreamer-check.pc.in:
22676 * pkgconfig/gstreamer-check-uninstalled.pc.in:
22680 move the check stuff to a library that gets installed
22681 * check/gst-libs/controller.c: (GST_START_TEST):
22682 * check/gst-libs/gdp.c:
22683 * check/gst/gst.c: (GST_START_TEST):
22684 * check/gst/gstbin.c:
22685 * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
22686 * check/gst/gstbus.c:
22687 * check/gst/gstcaps.c: (GST_START_TEST):
22688 * check/gst/gstelement.c:
22689 * check/gst/gstghostpad.c:
22690 * check/gst/gstiterator.c:
22691 * check/gst/gstmessage.c:
22692 * check/gst/gstminiobject.c: (thread_ref), (GST_START_TEST):
22693 * check/gst/gstobject.c:
22694 * check/gst/gstpad.c: (GST_START_TEST):
22695 * check/gst/gststructure.c: (GST_START_TEST):
22696 * check/gst/gstsystemclock.c: (GST_START_TEST),
22697 (gst_systemclock_suite):
22698 * check/gst/gsttag.c: (gst_tag_suite):
22699 * check/gst/gstvalue.c:
22700 * check/pipelines/cleanup.c:
22701 * check/pipelines/simple_launch_lines.c:
22702 * check/states/sinks.c:
22703 change include statement
22705 * docs/gst/gstreamer-sections.txt:
22706 * docs/gst/tmpl/gstpad.sgml:
22707 document more pad stuff
22708 * gst/gstminiobject.c: (gst_mini_object_ref),
22709 (gst_mini_object_unref):
22712 2005-08-19 Stefan Kost <ensonic@users.sf.net>
22714 * docs/gst/tmpl/gst.sgml:
22716 eliminate another tmpl file, fix spelling in the long-description
22718 2005-08-18 Jan Schmidt <thaytan@mad.scientist.com>
22720 * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
22721 (test_event), (timediff), (gstevents_suite):
22722 Should fix build on 64-bit arch's
22724 2005-08-18 Andy Wingo <wingo@pobox.com>
22726 Make sure that when a pipeline goes to PLAYING, that data has
22727 actually hit the sink.
22729 * check/states/sinks.c (test_sink): A sink that doesn't get any
22730 data shouldn't return SUCCESS for going to either PLAYING or
22731 PAUSED. Test also the return values on the way back down.
22733 * gst/gstelement.c (gst_element_set_state): When changing the
22734 state of an element currently changing state asynchronously, go to
22735 lost-state after commiting the pending state. Makes future calls
22736 to get_state continue to return ASYNC.
22738 * gst/base/gstbasesink.c (gst_base_sink_change_state): Return
22739 ASYNC when going to PLAYING if we still don't have preroll, as can
22740 happen with live sources.
22742 2005-08-18 Jan Schmidt <thaytan@mad.scientist.com>
22744 * docs/pwg/advanced-types.xml:
22745 Hack long paragraph into 2 chunks as a workaround for buggy
22746 jadetex version in sid and breezy that loops infinitely and
22749 2005-08-18 Jan Schmidt <thaytan@mad.scientist.com>
22751 * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
22752 (test_event), (timediff), (gstevents_suite):
22753 Provide more error margin in clock measurements to allow for
22754 g_get_current_time inaccuracies.
22756 2005-08-18 Jan Schmidt <thaytan@mad.scientist.com>
22758 * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
22759 (test_event), (timediff), (gstevents_suite):
22760 Fix error message output so I might be able to tell why the
22761 test works here but fails on the build farm.
22763 2005-08-18 Jan Schmidt <thaytan@mad.scientist.com>
22765 * check/Makefile.am:
22766 * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
22767 (test_event), (timediff), (gstevents_suite), (main):
22770 * docs/design/part-seeking.txt:
22771 Spelling correction
22773 * docs/gst/tmpl/gstevent.sgml:
22774 * docs/gst/tmpl/gstfakesrc.sgml:
22777 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
22778 Treat a buffer-without-newsegment the same as a receiving
22779 a newsegment not in time format, and disable syncing to the clock
22782 * gst/gstbus.c: (gst_bus_set_sync_handler):
22783 Assert if anyone tries to replace the existing sync_handler for bus,
22784 as only the owner should be setting it.
22787 Have a fixed set of custom event enums with events identified by
22788 their structure name (as in 0.8), rather than a free-for-all
22789 allowing collisions between enum values from different plugins.
22791 * gst/gstpad.c: (gst_pad_class_init):
22794 * gst/gstqueue.c: (gst_queue_handle_sink_event):
22795 Handle out-of-band downstream events from the sending thread.
22797 2005-08-17 Andy Wingo <wingo@pobox.com>
22799 * gst/gstpipeline.c (gst_pipeline_change_state): Interpret
22800 play-timeout==0 to mean no timeout at all. In that case, don't
22801 bother with a get_state or a warning, just return directly, even
22804 * gst/base/gstbasetransform.c: Debug changes.
22807 * gst/gstutils.c (gst_bin_watch_for_state_change): Add function to
22808 ensure bins post state change messages. A bit of a hack but I can't
22809 think of a way to avoid it.
22811 * check/gst/gstbin.c (test_watch_for_state_change): Added test.
22813 2005-08-16 Andy Wingo <wingo@pobox.com>
22815 * gst/base/gstadapter.h:
22816 * gst/base/gstadapter.c (gst_adapter_take): New function, like
22817 peek() but you own the data. Not terribly efficient atm.
22819 2005-08-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22821 * gst/gstutils.c: (gst_element_found_tags_for_pad), (push_and_ref),
22822 (gst_element_found_tags):
22824 Add two utility functions for tag handling.
22826 2005-08-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22828 * docs/manual/advanced-dataaccess.xml:
22829 * docs/manual/basics-helloworld.xml:
22830 Fix docs to use _bin_add() before _link(), which fixes the examples
22831 with recent core versions (reported by Madhan Raj M
22832 <raj_madan@rediffmail.com>, #313199).
22834 2005-08-16 Wim Taymans <wim@fluendo.com>
22836 * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
22837 Added subtract checks.
22839 * docs/design/part-events.txt:
22840 Some more docs about newsegment
22842 * gst/gstbin.c: (gst_bin_change_state), (bin_bus_handler):
22845 * gst/gstcaps.c: (gst_caps_to_string):
22846 Add comments, cleanups.
22848 * gst/gstelement.c: (gst_element_save_thyself):
22851 * gst/gstvalue.c: (gst_value_collect_int_range),
22852 (gst_string_unwrap), (gst_value_union_int_int_range),
22853 (gst_value_union_int_range_int_range),
22854 (gst_value_intersect_int_int_range),
22855 (gst_value_intersect_int_range_int_range),
22856 (gst_value_intersect_double_double_range),
22857 (gst_value_intersect_double_range_double_range),
22858 (gst_value_intersect_list), (gst_value_subtract_int_int_range),
22859 (gst_value_subtract_int_range_int),
22860 (gst_value_subtract_double_range_double),
22861 (gst_value_subtract_double_range_double_range),
22862 (gst_value_subtract_from_list), (gst_value_subtract_list),
22863 (gst_value_can_compare), (gst_value_compare_fraction):
22864 Cleanups, add comments, remove unneeded asserts.
22866 2005-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
22868 * tools/gst-launch.c: (event_loop):
22869 don't convert NULL structures to strings
22871 2005-08-15 Stefan Kost <ensonic@users.sf.net>
22873 * docs/gst/gstreamer-sections.txt:
22874 made some defines private
22875 * docs/gst/tmpl/gstconfig.sgml:
22876 * docs/gst/tmpl/gstqueue.sgml:
22877 * docs/gst/tmpl/gsttaglist.sgml:
22878 * docs/gst/tmpl/gsttypes.sgml:
22879 * docs/gst/tmpl/gstutils.sgml:
22880 * docs/pwg/appendix-porting.xml:
22881 * gst/base/gstbasesink.h:
22882 * gst/base/gstbasesrc.c:
22883 * gst/base/gstbasesrc.h:
22884 * gst/elements/gstfakesink.c: (gst_fake_sink_class_init):
22885 * gst/elements/gstfakesrc.c: (gst_fake_src_class_init):
22886 * gst/gstelement.c: (gst_element_class_init):
22887 * gst/gstpad.c: (gst_pad_class_init):
22888 * gst/gstqueue.c: (gst_queue_class_init):
22889 * gst/gstxml.c: (gst_xml_class_init):
22890 documented all undocumented signal inline
22891 * libs/gst/controller/gst-controller.h:
22894 2005-08-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22896 * docs/pwg/appendix-porting.xml:
22897 Document _set_link_function -> _set_setcaps_function.
22899 2005-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
22901 * check/Makefile.am:
22902 add a .check target for running the check
22903 * check/gst-libs/controller.c: (GST_START_TEST):
22905 * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
22906 complete checks for gstbuffer; would be nice if I could get the
22907 gcov stuff to work so I can see if I actually completed gstbuffer.c
22908 * check/gstcheck.h:
22909 add ASSERT_BUFFER_REFCOUNT
22911 2005-08-13 Tim-Philipp Müller <tim at centricular dot net>
22913 * docs/gst/gstreamer-sections.txt:
22914 * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
22916 Add GST_TAG_LANGUAGE_CODE as we have in 0.8, and don't
22917 spew out a warning if a tag that is already registered
22918 is re-registered, unless it is re-registered with a
22919 different type (#308438).
22921 2005-08-12 Tim-Philipp Müller <tim at centricular dot net>
22923 * docs/pwg/appendix-porting.xml:
22924 * docs/pwg/building-state.xml:
22925 Add some paragraphs about state changes in 0.9 to the PWG
22926 and the porting guide, in particular about the new meaning
22927 of GST_STATE_PAUSED and how to write state change functions
22928 with concurrent access by multiple threads in mind.
22930 2005-08-11 Stefan Kost <ensonic@users.sf.net>
22932 * docs/gst/gstreamer-docs.sgml:
22933 * docs/libs/gstreamer-libs-docs.sgml:
22934 added deprecation and since indexes
22935 * libs/gst/controller/gst-controller.c:
22936 * libs/gst/controller/gst-helper.c:
22940 2005-08-11 Wim Taymans <wim@fluendo.com>
22942 * gst/gstghostpad.c: (gst_proxy_pad_set_target_unlocked),
22943 (gst_proxy_pad_set_target), (gst_proxy_pad_get_target),
22944 (gst_proxy_pad_dispose), (gst_ghost_pad_do_activate_push),
22945 (gst_ghost_pad_do_link), (gst_ghost_pad_set_internal),
22946 (gst_ghost_pad_new_notarget), (gst_ghost_pad_get_target),
22947 (gst_ghost_pad_set_target):
22948 Actually implement (re)setting the target on a ghostpad
22949 as described in the docs.
22951 2005-08-10 Tim-Philipp Müller <tim at centricular dot net>
22953 * gst/gst.c: (gst_init_check_with_popt_table), (init_pre):
22954 Check whether GST_DEBUG_NO_COLOR environment variable is
22955 set and disable coloured debug output if that is the case.
22957 2005-08-10 Tim-Philipp Müller <tim at centricular dot net>
22959 * gst/base/gsttypefindhelper.c: (helper_find_peek),
22960 (gst_type_find_helper):
22961 The memory returned by gst_type_find_peek() needs to
22962 stay valid until the end of a typefind function, and
22963 typefind functions may keep results from different
22964 offsets around, so we can't just unref the buffer from
22965 the previous _peek(), but have to save all buffers
22966 returned by _peek() until typefinding is done and only
22969 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
22971 * docs/gst/gstreamer-sections.txt:
22973 New macros: GST_ROUND_UP_2() through GST_ROUND_UP_64().
22975 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22977 * gst/base/gstbasetransform.c: (gst_base_transform_buffer_alloc):
22978 Fix a pretty good memleak.
22980 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
22982 * gst/gstiterator.h:
22983 Fix wrong include and 'make distcheck'.
22985 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22987 * gst/gstbin.c: (bin_bus_handler):
22988 Use gst_element_post_message() instead.
22990 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
22992 * gst/base/gstadapter.h:
22993 * gst/base/gstbasesink.h:
22994 * gst/base/gstbasesrc.h:
22995 * gst/base/gstbasetransform.h:
22996 * gst/base/gstcollectpads.h:
22997 * gst/base/gstpushsrc.h:
22998 * gst/gstiterator.h:
22999 Add padding to our base elements' class and instance structs and
23000 to GstIterator (you will need to rebuild all plugins and apps!)
23002 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23004 * gst/gstbin.c: (bin_bus_handler):
23005 Make default message forwarding from child->bus to bin->bus
23006 threadsafe and make it not emit warnings if the parent has no bus.
23008 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23010 * gst/gstelement.c: (activate_pads):
23011 On paused->ready, set pad->caps to NULL, as is the documented
23012 behaviour in this state change. Fixes playback of series of
23013 media files when visualization is enabled in Totem.
23015 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23017 * gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property):
23018 Allow NULL as filter-caps (which means "any").
23020 2005-08-05 Stefan Kost <ensonic@users.sf.net>
23022 * docs/libs/gstreamer-libs-sections.txt:
23023 * libs/gst/controller/gst-controller.c:
23024 * libs/gst/controller/gst-controller.h:
23025 * libs/gst/controller/gst-helper.c:
23026 adding more entries to the docs and fix small doc-bugs
23028 2005-08-05 Stefan Kost <ensonic@users.sf.net>
23030 * docs/gst/gstreamer-docs.sgml:
23031 * docs/gst/gstreamer-sections.txt:
23032 * docs/gst/gstreamer.types:
23033 * docs/gst/tmpl/gstbasesink.sgml:
23034 * docs/gst/tmpl/gstbasesrc.sgml:
23035 * docs/gst/tmpl/gstbasetransform.sgml:
23036 * docs/gst/tmpl/gstfakesrc.sgml:
23037 * gst/base/gstcollectpads.c:
23038 * gst/base/gstcollectpads.h:
23039 * libs/gst/controller/gst-controller.c:
23040 * libs/gst/controller/gst-controller.h:
23041 * libs/gst/controller/gst-helper.c:
23042 * libs/gst/controller/gst-interpolation.c:
23043 * libs/gst/controller/lib.c:
23044 added long/short desc for controller docs
23045 added collectpads base class docs
23046 added correct includes to base-class docs
23048 2005-08-05 Stefan Kost <ensonic@users.sf.net>
23050 * check/gst-libs/controller.c: (gst_test_mono_source_get_property),
23051 (gst_test_mono_source_set_property),
23052 (gst_test_mono_source_class_init), (GST_START_TEST),
23053 (gst_controller_suite):
23054 * docs/gst/gstreamer-docs.sgml:
23055 * docs/gst/gstreamer-sections.txt:
23056 * docs/gst/gstreamer.types:
23057 * docs/libs/gstreamer-libs-docs.sgml:
23058 * docs/libs/gstreamer-libs-sections.txt:
23059 * gst/base/gstadapter.c:
23060 * libs/gst/controller/gst-controller.c:
23061 (gst_controlled_property_new), (gst_controlled_property_free),
23062 (gst_controller_new_valist),
23063 (gst_controller_remove_properties_valist),
23064 (gst_controller_sink_values), (_gst_controller_finalize):
23065 * libs/gst/controller/gst-controller.h:
23066 * libs/gst/controller/gst-helper.c:
23067 (gst_object_control_properties), (gst_object_uncontrol_properties),
23068 (gst_object_get_controller), (gst_object_set_controller),
23069 (gst_object_sink_values), (gst_object_get_value_arrays),
23070 (gst_object_get_value_array):
23071 more tests (and fixes) for the controller
23072 more docs for the controller
23073 integrated companies docs for the adapter
23075 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23077 * check/elements/gstfakesrc.c: (setup_fakesrc), (cleanup_fakesrc),
23078 (GST_START_TEST), (fakesrc_suite):
23079 add tests for sizetype
23081 2005-08-04 Andy Wingo <wingo@pobox.com>
23083 * gst/elements/gstcapsfilter.c: Reimplement using basetransform,
23084 fixes buffer_alloc proxying among other things.
23086 * gst/base/gstbasetransform.c:
23087 * gst/base/gstbasetransform.h:
23088 Revert patch to gstbasetransform from 7-28 removing
23091 * gst/base/gstbasetransform.h (GstBaseTransformClass.get_size):
23092 * gst/base/gstbasetransform.c (gst_base_transform_get_size):
23093 Semantics changed, should return not the size of the output buffer
23094 but the byte size of a buffer with a given caps.
23096 * gst/base/gstbasetransform.c (gst_base_transform_getcaps): Better
23098 (gst_base_transform_configure_caps): Don't set out_size here: (in,
23099 out) are not the pad caps until setcaps finishes.
23100 (gst_base_transform_buffer_alloc): Proxy the buffer_alloc for the
23101 not-in-place case as well. Deal with changing from in-place to
23102 not-in-place within calling pad_alloc_buffer. Still a bit
23103 concerned about the overhead here...
23105 2005-08-03 Andy Wingo <wingo@pobox.com>
23107 * gst/base/gstbasetransform.c (gst_base_transform_setcaps): Not
23108 fixating is an error.
23110 2005-08-04 Edward Hervey <edward@fluendo.com>
23112 * gst/base/gstadapter.h:
23113 Added gst_adapter_get_type() to the header
23115 2005-08-03 Stefan Kost <ensonic@users.sf.net>
23117 * check/Makefile.am:
23118 * check/gst-libs/controller.c:
23119 * libs/gst/controller/gst-controller.c:
23120 (gst_controller_new_valist):
23121 added check test suite for the controller
23122 * gst/base/gstpushsrc.c:
23125 2005-08-03 Stefan Kost <ensonic@users.sf.net>
23127 * docs/gst/Makefile.am:
23128 * docs/gst/gstreamer-docs.sgml:
23129 * docs/gst/gstreamer-sections.txt:
23130 * docs/gst/gstreamer.types:
23131 * docs/gst/tmpl/gstfakesrc.sgml:
23133 * gst/base/gstbasesink.c:
23134 * gst/base/gstbasesink.h:
23135 * gst/base/gstbasesrc.c:
23136 * gst/base/gstbasesrc.h:
23137 * gst/base/gstbasetransform.c:
23138 * gst/base/gstpushsrc.c:
23139 * gst/base/gstpushsrc.h:
23140 add short/long description docs to base classes
23141 add pushsrc to the docs
23142 remove consolidated doc fragments
23144 2005-08-03 Stefan Kost <ensonic@users.sf.net>
23147 * docs/libs/Makefile.am:
23148 * docs/libs/gstreamer-libs-docs.sgml:
23149 * docs/libs/gstreamer-libs-sections.txt:
23150 * docs/libs/gstreamer-libs.types:
23151 * examples/Makefile.am:
23152 * examples/controller/.cvsignore:
23153 * examples/controller/Makefile.am:
23154 * examples/controller/audio-example.c: (main):
23155 * libs/gst/Makefile.am:
23156 * libs/gst/controller/.cvsignore:
23157 * libs/gst/controller/Makefile.am:
23158 * libs/gst/controller/gst-controller.c:
23159 (on_object_controlled_property_changed), (gst_timed_value_compare),
23160 (gst_timed_value_find),
23161 (gst_controlled_property_set_interpolation_mode),
23162 (gst_controlled_property_new), (gst_controlled_property_free),
23163 (gst_controller_find_controlled_property),
23164 (gst_controller_new_valist), (gst_controller_new),
23165 (gst_controller_remove_properties_valist),
23166 (gst_controller_remove_properties), (gst_controller_set),
23167 (gst_controller_set_from_list), (gst_controller_unset),
23168 (gst_controller_get), (gst_controller_get_all),
23169 (gst_controller_sink_values), (gst_controller_get_value_arrays),
23170 (gst_controller_get_value_array),
23171 (gst_controller_set_interpolation_mode),
23172 (_gst_controller_finalize), (_gst_controller_init),
23173 (_gst_controller_class_init), (gst_controller_get_type):
23174 * libs/gst/controller/gst-controller.h:
23175 * libs/gst/controller/gst-helper.c: (g_object_control_properties),
23176 (g_object_uncontrol_properties), (g_object_get_controller),
23177 (g_object_set_controller), (g_object_sink_values),
23178 (g_object_get_value_arrays), (g_object_get_value_array):
23179 * libs/gst/controller/gst-interpolation.c:
23180 (gst_controlled_property_find_timed_value_node),
23181 (interpolate_none_get), (interpolate_trigger_get),
23182 (interpolate_trigger_get_value_array):
23183 * libs/gst/controller/lib.c: (gst_controller_init):
23184 * pkgconfig/Makefile.am:
23185 * pkgconfig/gstreamer-control-uninstalled.pc.in:
23186 * pkgconfig/gstreamer-control.pc.in:
23187 * testsuite/Makefile.am:
23188 * testsuite/controller/.cvsignore:
23189 * testsuite/controller/Makefile.am:
23190 * testsuite/controller/interpolator.c: (main):
23191 added controller code
23192 removed dparam pc files
23194 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
23195 * gst/base/gstcollectpads.c: (gst_collectpads_finalize),
23196 (gst_collectpads_stop):
23197 Broadcast the condition when shutting down, to make sure we wake all
23198 threads up. Shut down pads on finalize, for safety.
23200 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
23201 * gst/base/gstbasetransform.c: (gst_base_transform_init),
23202 (gst_base_transform_handle_buffer),
23203 (gst_base_transform_change_state):
23204 Handle PAUSED->READY->PAUSED transition after negotiation
23206 * gst/gstmessage.c: (gst_message_init):
23207 Extra piece of debug for new messages.
23209 2005-08-01 Stefan Kost <ensonic@users.sf.net>
23212 * docs/gst/tmpl/gstbasesrc.sgml:
23213 * docs/gst/tmpl/gstelement.sgml:
23214 * docs/gst/tmpl/gstevent.sgml:
23215 * docs/gst/tmpl/gstfakesrc.sgml:
23216 * docs/gst/tmpl/gstformat.sgml:
23217 * docs/gst/tmpl/gstghostpad.sgml:
23218 * docs/gst/tmpl/gstpad.sgml:
23219 * docs/gst/tmpl/gstquery.sgml:
23220 * docs/gst/tmpl/gststructure.sgml:
23221 * docs/gst/tmpl/gsttaglist.sgml:
23222 * docs/gst/tmpl/gstvalue.sgml:
23223 * docs/libs/gstreamer-libs-docs.sgml:
23224 * docs/libs/gstreamer-libs-sections.txt:
23225 * docs/libs/gstreamer-libs.types:
23226 * libs/gst/Makefile.am:
23227 * libs/gst/control/.cvsignore:
23228 * libs/gst/control/Makefile.am:
23229 * libs/gst/control/control.c:
23230 * libs/gst/control/control.h:
23231 * libs/gst/control/dparam.c:
23232 * libs/gst/control/dparam.h:
23233 * libs/gst/control/dparam_smooth.c:
23234 * libs/gst/control/dparam_smooth.h:
23235 * libs/gst/control/dparamcommon.h:
23236 * libs/gst/control/dparammanager.c:
23237 * libs/gst/control/dparammanager.h:
23238 * libs/gst/control/dplinearinterp.c:
23239 * libs/gst/control/dplinearinterp.h:
23240 * libs/gst/control/unitconvert.c:
23241 * libs/gst/control/unitconvert.h:
23242 * testsuite/Makefile.am:
23243 * testsuite/dynparams/.cvsignore:
23244 * testsuite/dynparams/Makefile.am:
23245 * testsuite/dynparams/dparamstest.c:
23246 * tools/Makefile.am:
23247 * tools/gst-inspect.c: (print_element_info), (main):
23248 * tools/gst-xmlinspect.c: (print_element_info), (main):
23249 deactivate and remove dparams (libgstcontrol)
23251 2005-08-01 Tim-Philipp Müller <tim at centricular dot net>
23253 * gst/elements/gsttypefindelement.c:
23254 (gst_type_find_element_have_type), (gst_type_find_element_init),
23255 (stop_typefinding), (gst_type_find_element_handle_event),
23256 (gst_type_find_element_chain), (gst_type_find_element_getrange):
23257 * gst/elements/gsttypefindelement.h:
23258 Set caps on all outgoing buffers, not just the first one.
23260 2005-08-01 Tim-Philipp Müller <tim at centricular dot net>
23262 * gst/elements/gsttypefindelement.c:
23263 (gst_type_find_element_have_type),
23264 (gst_type_find_element_check_set_buffer_caps),
23265 (gst_type_find_element_init), (stop_typefinding),
23266 (gst_type_find_element_handle_event),
23267 (gst_type_find_element_chain), (gst_type_find_element_getrange):
23268 * gst/elements/gsttypefindelement.h:
23269 Set caps on first outgoing buffer when we've found the type.
23271 2005-08-01 Tim-Philipp Müller <tim at centricular dot net>
23273 * docs/gst/gstreamer-docs.sgml:
23274 * docs/gst/gstreamer-sections.txt:
23275 * docs/gst/tmpl/gstscheduler.sgml:
23276 * docs/gst/tmpl/gstschedulerfactory.sgml:
23277 Remove some old cruft from docs.
23279 2005-07-31 Tim-Philipp Müller <tim at centricular dot net>
23282 Fix inline docs for GstPadLinkReturn.
23284 * gst/gststructure.c: (gst_structure_has_name):
23285 * gst/gststructure.h:
23286 * docs/gst/gstreamer-sections.txt:
23287 New API: gst_structure_has_name().
23289 2005-07-30 Tim-Philipp Müller <tim at centricular dot net>
23292 Use AC_SYS_LARGEFILE, which will set _FILE_OFFSET_BITS=64
23293 and _LARGEFILE_SOURCE in config.h as required. Do not
23294 export those flags in our .pc files any longer (#142209).
23296 Remove unused GST_DISABLE_OMEGA_COTHREADS stuff.
23298 * gst/elements/gstfilesink.c: (gst_file_sink_class_init),
23299 (gst_file_sink_do_seek), (gst_file_sink_event),
23300 (gst_file_sink_get_current_offset), (gst_file_sink_render):
23301 Redo seek/tell calls with large file support in mind; add some
23302 debugging messages; add log message that tells us when large
23303 file support is unavailable or not enabled for some reason.
23305 * gst/elements/gstfilesrc.c: (gst_file_src_class_init):
23306 Add log message that tells us when large file support
23307 is unavailable or not enabled for some reason.
23309 2005-07-29 Wim Taymans <wim@fluendo.com>
23311 * check/gst/gstghostpad.c: (GST_START_TEST), (gst_ghost_pad_suite):
23312 Added test for removing an element with ghostpad from a bin.
23313 Fixed test as current implementation does the right thing.
23315 * gst/gstghostpad.c: (gst_proxy_pad_class_init),
23316 (gst_proxy_pad_do_query_type), (gst_proxy_pad_do_event),
23317 (gst_proxy_pad_do_query), (gst_proxy_pad_do_internal_link),
23318 (gst_proxy_pad_do_bufferalloc), (gst_proxy_pad_do_activate),
23319 (gst_proxy_pad_do_activatepull), (gst_proxy_pad_do_activatepush),
23320 (gst_proxy_pad_do_chain), (gst_proxy_pad_do_getrange),
23321 (gst_proxy_pad_do_checkgetrange), (gst_proxy_pad_do_getcaps),
23322 (gst_proxy_pad_do_acceptcaps), (gst_proxy_pad_do_fixatecaps),
23323 (gst_proxy_pad_do_setcaps), (gst_proxy_pad_set_target),
23324 (gst_proxy_pad_get_target), (gst_proxy_pad_init),
23325 (gst_proxy_pad_dispose), (gst_proxy_pad_finalize),
23326 (gst_ghost_pad_class_init), (gst_ghost_pad_do_activate_push),
23327 (gst_ghost_pad_do_link), (gst_ghost_pad_do_unlink),
23328 (gst_ghost_pad_set_internal), (gst_ghost_pad_dispose),
23329 (gst_ghost_pad_new_notarget), (gst_ghost_pad_new),
23330 (gst_ghost_pad_get_target), (gst_ghost_pad_set_target):
23331 * gst/gstghostpad.h:
23332 Clean up ghostpads, remove properties for internal stuff.
23335 Prepare for switching targets, not all use cases work yet.
23337 2005-07-29 Wim Taymans <wim@fluendo.com>
23339 * docs/design/part-gstghostpad.txt:
23342 * gst/gstbin.c: (unlink_pads), (gst_bin_add_func),
23343 (gst_bin_remove_func):
23344 Unlinking pads while holding the bin LOCK is not a good
23347 * gst/gstpad.c: (gst_pad_class_init),
23348 (gst_pad_link_check_hierarchy), (gst_pad_get_caps_unlocked),
23349 (gst_pad_accept_caps), (gst_pad_set_caps), (gst_pad_send_event):
23350 No prob setting template after creating the pad.
23352 2005-07-29 Jan Schmidt <thaytan@mad.scientist.com>
23354 * gst/gstbus.c: (gst_bus_set_flushing), (gst_bus_pop),
23355 (gst_bus_peek), (gst_bus_source_dispatch),
23356 (gst_bus_add_watch_full), (poll_handler), (poll_timeout),
23357 (poll_destroy), (poll_destroy_timeout), (gst_bus_poll):
23358 gst_bus_poll may be called from other threads. Handle
23359 this nicely by not making poll_data disappear off the
23360 stack once gst_bus_poll returns.
23361 gst_bus_peek now increments the refcount on the returned
23364 2005-07-29 Wim Taymans <wim@fluendo.com>
23366 * docs/design/part-gstghostpad.txt:
23367 Overview of current GhostPad datastructures and use
23368 cases for changing the target.
23370 2005-07-28 Wim Taymans <wim@fluendo.com>
23372 * check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
23373 Added checks for hierarchy consistency whan adding linked
23376 * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite):
23377 Added check to test element scheduling without bin/pipeline.
23379 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
23380 First add elements to bin, then link.
23382 * gst/gstbin.c: (unlink_pads), (gst_bin_add_func),
23383 (gst_bin_remove_func):
23384 Unlink pads from elements added/removed from bin to maintain
23385 hierarchy consistency.
23387 2005-07-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23389 * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
23390 (gst_base_transform_handle_buffer):
23391 * gst/base/gstbasetransform.h:
23392 Remove broken delay_configure (fixes renegotiation of software
23393 scaling pipelines); remove some leftover printf()s.
23395 2005-07-28 Wim Taymans <wim@fluendo.com>
23397 * check/gst/gstghostpad.c: (GST_START_TEST), (gst_ghost_pad_suite):
23398 Added some more tests for wrong hierarchy
23400 * docs/design/part-overview.txt:
23403 * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_dispose):
23406 * gst/gstelement.c: (gst_element_remove_pad), (gst_element_seek),
23407 (gst_element_dispose):
23408 Some more cleanups.
23410 * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked),
23411 (gst_pad_link_check_hierarchy), (gst_pad_link_prepare),
23412 (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
23413 (gst_pad_set_caps), (gst_pad_send_event):
23414 Check for correct hierarchy when linking pads. Moving to
23415 strict requirement for ghostpads when linking elements in
23419 Clean ups. Added WRONG_HIERARCHY return value.
23421 2005-07-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23423 * gst/base/gstbasetransform.c: (gst_base_transform_setcaps):
23424 Better debug if no transform is possible.
23426 2005-07-27 Wim Taymans <wim@fluendo.com>
23428 * docs/random/wtay/network-transp:
23429 Some old doc I had.
23431 2005-07-27 Wim Taymans <wim@fluendo.com>
23433 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
23434 (gst_dp_event_from_packet):
23435 Fix serialization of seek events.
23437 2005-07-27 Wim Taymans <wim@fluendo.com>
23439 * check/gst-libs/gdp.c: (GST_START_TEST):
23440 * gst/elements/gstfakesink.c: (gst_fake_sink_event):
23441 Fix compilation and fix event serialization.
23443 2005-07-27 Wim Taymans <wim@fluendo.com>
23446 * docs/design/part-TODO.txt:
23447 * docs/design/part-events.txt:
23450 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
23451 (gst_base_sink_event), (gst_base_sink_do_sync),
23452 (gst_base_sink_activate_push), (gst_base_sink_activate_pull):
23453 * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
23454 (gst_base_src_do_seek), (gst_base_src_event_handler),
23455 (gst_base_src_loop):
23456 * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
23457 (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
23458 (gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
23459 (gst_base_transform_event), (gst_base_transform_handle_buffer),
23460 (gst_base_transform_set_passthrough),
23461 (gst_base_transform_is_passthrough):
23462 * gst/elements/gstfakesink.c: (gst_fake_sink_event):
23463 * gst/elements/gstfilesink.c: (gst_file_sink_event):
23469 * gst/gstelement.c: (gst_element_seek):
23470 * gst/gstelement.h:
23471 Update gst_element_seek.
23473 * gst/gstevent.c: (gst_event_finalize), (_gst_event_copy),
23474 (gst_event_new), (gst_event_new_custom), (gst_event_get_structure),
23475 (gst_event_new_flush_start), (gst_event_new_flush_stop),
23476 (gst_event_new_eos), (gst_event_new_newsegment),
23477 (gst_event_parse_newsegment), (gst_event_new_tag),
23478 (gst_event_parse_tag), (gst_event_new_filler), (gst_event_new_qos),
23479 (gst_event_parse_qos), (gst_event_new_seek),
23480 (gst_event_parse_seek), (gst_event_new_navigation):
23482 Make GstEvent use GstStructure. Add parsing code, make sure the
23483 API is sufficiently generic.
23484 Mark possible directions of events and serialization.
23486 * gst/gstmessage.c: (gst_message_init), (gst_message_finalize),
23487 (_gst_message_copy), (gst_message_new_segment_start),
23488 (gst_message_new_segment_done), (gst_message_new_custom),
23489 (gst_message_parse_segment_start),
23490 (gst_message_parse_segment_done):
23493 * gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
23494 (gst_pad_set_caps), (gst_pad_send_event):
23495 Update for new events.
23496 Catch events sent in wrong directions.
23498 * gst/gstqueue.c: (gst_queue_link_src),
23499 (gst_queue_handle_sink_event), (gst_queue_chain), (gst_queue_loop),
23500 (gst_queue_handle_src_query):
23505 Remove event code from this file.
23507 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
23508 (gst_dp_event_from_packet):
23511 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23513 * gst/base/gstbasetransform.c: (gst_base_transform_getcaps),
23514 (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
23515 (gst_base_transform_get_size), (gst_base_transform_handle_buffer):
23516 Make debugging actually useful.
23518 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23520 * gst/gstpad.c: (fixate_value), (gst_pad_default_fixate),
23521 (gst_pad_fixate_caps):
23522 Implement default fixation once again, so that gst_pad_fixate()
23523 actually does anything at all. This probably needs to be some
23524 sort of a last resort, and use profile-based fixation first, but
23525 since that doesn't exist yet, this is the best we have. Fixes
23526 visualization in Totem.
23528 2005-07-22 Wim Taymans <wim@fluendo.com>
23530 * docs/design/part-events.txt:
23533 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
23534 (gst_base_sink_do_sync), (gst_base_sink_activate_push),
23535 (gst_base_sink_activate_pull):
23536 Some more comments.
23538 * gst/elements/gstfakesrc.c: (gst_fake_src_class_init),
23539 (gst_fake_src_create):
23540 Fix handoff marshall.
23542 * gst/elements/gstidentity.c: (gst_identity_class_init),
23543 (gst_identity_transform_ip):
23544 We're a real inplace element.
23546 * gst/gstbus.c: (gst_bus_post):
23547 Added some comments.
23549 * tests/lat.c: (fakesrc), (fakesink), (simple), (queue), (main):
23550 * tests/muxing/case1.c: (main):
23551 * tests/sched/dynamic-pipeline.c: (main):
23552 * tests/sched/interrupt1.c: (main):
23553 * tests/sched/interrupt2.c: (main):
23554 * tests/sched/interrupt3.c: (main):
23555 * tests/sched/runxml.c: (main):
23556 * tests/sched/sched-stress.c: (main):
23557 * tests/seeking/seeking1.c: (event_received), (main):
23558 * tests/threadstate/threadstate2.c: (bus_handler), (timeout_func),
23560 * tests/threadstate/threadstate3.c: (main):
23561 * tests/threadstate/threadstate4.c: (main):
23562 * tests/threadstate/threadstate5.c: (main):
23565 2005-07-21 Wim Taymans <wim@fluendo.com>
23567 * docs/design/part-seeking.txt:
23568 Some small additions.
23570 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
23571 (gst_base_sink_get_times), (gst_base_sink_do_sync),
23572 (gst_base_sink_activate_push), (gst_base_sink_activate_pull):
23573 * gst/base/gstbasesink.h:
23574 discont values are gint64, handle the math correctly.
23576 * gst/base/gstbasesrc.c: (gst_base_src_loop):
23577 Make the basesrc report error if the source pad is not linked.
23579 * gst/gstqueue.c: (gst_queue_link_src), (gst_queue_chain),
23580 (gst_queue_loop), (gst_queue_handle_src_query),
23581 (gst_queue_src_activate_push):
23582 Make queue collect data even if the srcpad is not linked.
23583 Start pushing out data as soon as it is linked.
23585 * gst/gstutils.c: (gst_element_unlink), (gst_flow_get_name):
23587 Added gst_flow_get_name() to ease error reporting.
23589 2005-07-20 Wim Taymans <wim@fluendo.com>
23591 * gst/gstmessage.c: (gst_message_new_segment_start),
23592 (gst_message_new_segment_done), (gst_message_parse_segment_start),
23593 (gst_message_parse_segment_done):
23594 * gst/gstmessage.h:
23595 Added a bunch of messages for advanced seeking.
23597 * gst/parse/grammar.y:
23598 * libs/gst/control/dparammanager.c: (gst_dpman_set_parent),
23599 (gst_dpman_state_changed):
23600 Fix some new-pad -> pad-added signals
23602 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23604 * docs/manual/appendix-porting.xml:
23605 * docs/pwg/appendix-porting.xml:
23606 Document new-pad/state-change signal renames and the FixedList
23609 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23611 * docs/manual/advanced-autoplugging.xml:
23612 * docs/manual/basics-helloworld.xml:
23613 * docs/manual/basics-pads.xml:
23614 * docs/random/ds/0.9-suggested-changes:
23615 * gst/gstelement.c: (gst_element_class_init), (gst_element_seek):
23616 * gst/gstelement.h:
23620 * gst/gststructure.c: (gst_structure_value_get_generic_type),
23621 (gst_structure_parse_array), (gst_structure_parse_value):
23622 * gst/gstvalue.c: (gst_type_is_fixed),
23623 (gst_value_list_prepend_value), (gst_value_list_append_value),
23624 (gst_value_list_get_size), (gst_value_list_get_value),
23625 (gst_value_transform_array_string), (gst_value_serialize_array),
23626 (gst_value_deserialize_array), (gst_value_intersect_array),
23627 (gst_value_is_fixed), (_gst_value_initialize):
23629 GstElement::new-pad -> pad-added, GstElement::state-change ->
23630 state-changed, GstValueFixedList -> GstValueArray, add format and
23631 flags as their own arguments in gst_element_seek() (should improve
23632 "bindeability"), remove function generators since they don't work
23633 under a whole bunch of compilers (they were deprecated already
23636 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23638 * gst/gstinfo.c: (_gst_debug_nameof_funcptr),
23639 (_gst_debug_register_funcptr):
23641 Fix illegal cast on some platforms (#309253).
23643 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23645 * gst/gstmessage.c: (gst_message_new_custom):
23646 * gst/gstmessage.h:
23647 Add _new_custom, make _new_application a macro to _new_custom.
23649 2005-07-20 Wim Taymans <wim@fluendo.com>
23651 * gst/base/gstbasesrc.c: (gst_base_src_init),
23652 (gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start):
23653 * gst/base/gstbasesrc.h:
23654 Add a gboolean to decide when to push out a discont.
23656 * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
23657 (gst_queue_loop), (gst_queue_handle_src_query),
23658 (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
23659 (gst_queue_set_property), (gst_queue_get_property):
23662 * tests/threadstate/threadstate1.c: (main):
23663 Make a thread test compile and run... very silly..
23666 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23668 * docs/manual/appendix-porting.xml:
23669 Mention removal of libgstgconf-0.9.la and existence of gconf
23672 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23674 * docs/pwg/advanced-clock.xml:
23675 * docs/pwg/appendix-porting.xml:
23676 * docs/pwg/intro-preface.xml:
23677 * docs/pwg/other-base.xml:
23678 * docs/pwg/other-manager.xml:
23679 * docs/pwg/other-nton.xml:
23680 * docs/pwg/other-ntoone.xml:
23681 * docs/pwg/other-oneton.xml:
23682 * docs/pwg/pwg.xml:
23683 Document base classes, update sections of n-to-1 and 1-to-n (muxer,
23684 demuxer), remove n-to-n (was never written), fix some code examples
23685 and links and update the porting section to include all this.
23687 2005-07-19 Wim Taymans <wim@fluendo.com>
23689 * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_sink_event),
23690 (gst_queue_chain), (gst_queue_loop), (gst_queue_handle_src_event),
23691 (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
23692 (gst_queue_src_activate_push), (gst_queue_change_state),
23693 (gst_queue_get_property):
23695 Propagate GstFlowReturn more intelligently upstream and output
23696 an ERROR/EOS when streaming stopped due to fatal error.
23698 2005-07-19 Wim Taymans <wim@fluendo.com>
23700 * tools/gst-launch.c: (check_intr), (event_loop), (main):
23701 Don't block forever for the state change to complete, the
23702 pipeline already did with a sensible timeout.
23704 2005-07-19 Wim Taymans <wim@fluendo.com>
23706 * gst/base/gstbasesrc.c: (gst_base_src_get_range):
23707 Make sure we never call the create function is we
23710 2005-07-19 Andy Wingo <wingo@pobox.com>
23712 * gst/parse/parse.l: Attempt to solve bug #172815.
23714 2005-07-19 Wim Taymans <wim@fluendo.com>
23716 * docs/design/part-clocks.txt:
23717 * docs/design/part-events.txt:
23718 * gst/base/gstbasesrc.c: (gst_base_src_do_seek):
23719 Small docs updates.
23720 Only update the seeking values when we are not
23723 2005-07-19 Jan Schmidt <thaytan@mad.scientist.com>
23725 * gst/base/gstbasesrc.c: (gst_base_src_loop):
23726 Oops, ignore the result of gst_pad_push_event here.
23728 2005-07-19 Jan Schmidt <thaytan@mad.scientist.com>
23730 * gst/base/gstbasesrc.c: (gst_base_src_loop),
23731 (gst_base_src_activate_push):
23732 Send discont event from the loop function, as pads
23733 aren't activated yet in the activate_push handler.
23735 * gst/gstbin.c: (bin_bus_handler):
23736 Don't leak element name.
23738 2005-07-18 Andy Wingo <wingo@pobox.com>
23740 * configure.ac: Use AS_LIBTOOL_TAGS.
23742 2005-07-18 Wim Taymans <wim@fluendo.com>
23744 * docs/gst/gstreamer.types:
23745 Remove deleted types.
23747 2005-07-18 Wim Taymans <wim@fluendo.com>
23749 * check/elements/gstfakesrc.c: (GST_START_TEST):
23752 * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
23753 (init_popt_callback):
23755 * gst/gst_private.h:
23756 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_add_func),
23757 (gst_bin_remove_func), (gst_bin_get_state), (gst_bin_change_state):
23760 * gst/gstconfig.h.in:
23761 * gst/gstelement.c: (gst_element_class_init),
23762 (gst_element_set_base_time), (gst_element_get_base_time),
23763 (iterator_fold_with_resync), (gst_element_change_state),
23764 (gst_element_dispose), (gst_element_get_bus):
23765 * gst/gstelement.h:
23766 * gst/gstelementfactory.h:
23767 * gst/gsterror.c: (_gst_core_errors_init):
23770 * gst/gstghostpad.c: (gst_ghost_pad_do_activate_push):
23772 * gst/gstinfo.c: (_gst_debug_init):
23773 * gst/gstmessage.c: (_gst_message_copy):
23774 * gst/gstmessage.h:
23775 * gst/gstminiobject.h:
23778 * gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
23779 (gst_pad_set_caps), (gst_pad_start_task), (gst_pad_stop_task):
23782 * gst/gstpipeline.c: (gst_pipeline_init), (gst_pipeline_dispose),
23783 (gst_pipeline_change_state), (gst_pipeline_set_new_stream_time),
23784 (gst_pipeline_get_last_stream_time):
23785 * gst/gstpipeline.h:
23786 * gst/gstpluginfeature.h:
23788 * gst/gstscheduler.c:
23789 * gst/gstscheduler.h:
23790 * gst/gststructure.h:
23791 * gst/gsttask.c: (gst_task_get_type), (gst_task_class_init),
23792 (gst_task_finalize), (gst_task_func), (gst_task_create),
23793 (gst_task_set_lock), (gst_task_get_state), (gst_task_start),
23794 (gst_task_stop), (gst_task_pause):
23796 * gst/gsttypefind.h:
23798 * gst/registries/gstlibxmlregistry.c: (load_feature),
23799 (gst_xml_registry_load), (gst_xml_registry_save_feature):
23800 * gst/registries/gstxmlregistry.c:
23801 (gst_xml_registry_start_element), (gst_xml_registry_save_feature):
23802 * gst/schedulers/threadscheduler.c:
23803 * libs/gst/control/dparammanager.h:
23804 * tools/gst-inspect.c: (print_element_list),
23805 (print_plugin_features), (print_element_features):
23806 * tools/gst-xmlinspect.c: (print_element_list),
23807 (print_plugin_info), (main):
23808 Removed plugable schedulers.
23809 Removed Scheduler/Manager from elements.
23810 Removed gsttypes.h, rearranged includes.
23811 Removed dependency pad<->element, element<>pipeline, and
23812 various others, fix includes.
23813 implement gst_pad_get_parent() with gst_object_get_parent()
23814 Make GstTask sefcontained.
23815 Fix _get_state() on GstBin, it did not return ASYNC with a 0
23817 Fix endless loop in iterator_fold_with_resync.
23820 2005-07-18 Wim Taymans <wim@fluendo.com>
23826 2005-07-18 Wim Taymans <wim@fluendo.com>
23829 No more cothreads.h
23831 2005-07-18 Wim Taymans <wim@fluendo.com>
23835 Let's remove these.
23837 2005-07-18 Wim Taymans <wim@fluendo.com>
23839 * docs/design/part-dynamic.txt:
23840 * docs/design/part-events.txt:
23841 * docs/design/part-seeking.txt:
23842 Some more docs in the works.
23844 * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
23845 (gst_base_transform_getcaps), (gst_base_transform_configure_caps),
23846 (gst_base_transform_setcaps), (gst_base_transform_get_size),
23847 (gst_base_transform_buffer_alloc), (gst_base_transform_event),
23848 (gst_base_transform_handle_buffer),
23849 (gst_base_transform_sink_activate_push),
23850 (gst_base_transform_src_activate_pull),
23851 (gst_base_transform_set_passthrough),
23852 (gst_base_transform_is_passthrough):
23855 * gst/gstbus.c: (gst_bus_source_dispatch), (gst_bus_poll):
23858 * gst/gstevent.c: (gst_event_finalize):
23861 * gst/gstutils.c: (gst_element_unlink),
23862 (gst_pad_get_parent_element), (gst_pad_proxy_getcaps),
23863 (gst_pad_proxy_setcaps):
23865 Add _get_parent_element() to get a pads parent as an element.
23867 2005-07-18 Wim Taymans <wim@fluendo.com>
23869 * check/gst/gstbin.c: (GST_START_TEST):
23872 2005-07-18 Wim Taymans <wim@fluendo.com>
23874 * gst/base/gstbasesink.c: (gst_base_sink_pad_getcaps),
23875 (gst_base_sink_pad_setcaps), (gst_base_sink_pad_buffer_alloc),
23876 (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_object),
23877 (gst_base_sink_event), (gst_base_sink_do_sync),
23878 (gst_base_sink_chain), (gst_base_sink_loop),
23879 (gst_base_sink_deactivate), (gst_base_sink_activate_push),
23880 (gst_base_sink_activate_pull), (gst_base_sink_change_state):
23882 Fix logic for returning ASYNC when not prerolled.
23884 2005-07-18 Wim Taymans <wim@fluendo.com>
23886 * gst/gstqueue.c: (gst_queue_handle_sink_event):
23887 Fix nasty refcount bug.
23889 2005-07-16 Philippe Khalaf <burger@speedy.org>
23891 * gst/elements/gstfdsrc.c:
23892 * gst/elements/gstfdsrc.h:
23893 * gst/elements/gstelements.c:
23894 * gst/elements/Makefile.am:
23895 Ported fdsrc to 0.9.
23897 2005-07-16 Wim Taymans <wim@fluendo.com>
23899 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
23900 (gst_base_sink_do_sync):
23903 2005-07-16 Wim Taymans <wim@fluendo.com>
23905 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
23906 (gst_base_sink_event), (gst_base_sink_get_times),
23907 (gst_base_sink_do_sync), (gst_base_sink_change_state):
23908 * gst/base/gstbasesink.h:
23909 Store and use discont values when syncing buffers as described
23912 * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
23913 (gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start),
23914 (gst_base_src_activate_push):
23915 Push discont event when starting.
23917 * gst/elements/gstidentity.c: (gst_identity_transform):
23920 * gst/gstbin.c: (gst_bin_change_state):
23921 Small cleanups in base_time distribution.
23923 * gst/gstelement.c: (gst_element_set_base_time),
23924 (gst_element_get_base_time), (gst_element_change_state):
23925 * gst/gstelement.h:
23926 Added methods for the base_time of the element.
23929 * gst/gstpipeline.c: (gst_pipeline_send_event),
23930 (gst_pipeline_change_state), (gst_pipeline_set_new_stream_time),
23931 (gst_pipeline_get_last_stream_time):
23932 * gst/gstpipeline.h:
23934 Handle seeking as described in design doc, remove stream_time
23936 Cleanups clock and stream_time selection code. Added accessors
23937 for the stream_time.
23940 2005-07-16 Andy Wingo <wingo@pobox.com>
23942 * gst/gsterror.c (_gst_core_errors_init): Use the magic word
23945 2005-07-16 Wim Taymans <wim@fluendo.com>
23947 * check/gst/gstbin.c: (GST_START_TEST):
23948 Make elements silent as the deep_notify refs the
23949 parent, which might make the test fail.
23951 * gst/gstghostpad.c: (gst_ghost_pad_do_activate_push):
23952 Don't hold the lock for too long.
23954 2005-07-16 Tim-Philipp Müller <tim at centricular dot net>
23956 * gst/base/gstbasesrc.c: (gst_base_src_default_negotiate):
23957 Don't unref the caps we passed to gst_caps_make_writable() after
23958 passing them. gst_caps_make_writable() will do that for us.
23960 2005-07-15 Andy Wingo <wingo@pobox.com>
23962 * gst/gstcaps.h (gst_caps_is_simple): Removed deprecated macro
23965 * gst/elements/gstidentity.c (marshal_VOID__MINIOBJECT): Write our
23966 own marshalling function for the handoff signal. Properly type the
23967 buffer as a buffer. Fixes some warnings. Should do a more general
23969 (gst_identity_class_init): Plug into the right marshaller.
23971 2005-07-15 Wim Taymans <wim@fluendo.com>
23973 * docs/design/part-TODO.txt:
23974 * docs/design/part-clocks.txt:
23975 * docs/design/part-element-sink.txt:
23976 * docs/design/part-events.txt:
23977 * docs/design/part-gstpipeline.txt:
23978 Updated docs, mostly DISCONT related.
23980 2005-07-15 Tim-Philipp Müller <tim at centricular dot net>
23982 * docs/pwg/building-pads.xml:
23983 s/GST_PAD_LINK_REFUSED/FALSE/ in gst_my_filter_setcaps()
23985 2005-07-15 Andy Wingo <wingo@pobox.com>
23987 * tools/gst-typefind.c: Update, add copyright block.
23989 * gst/base/gstbasesrc.c (gst_base_src_default_negotiate):
23990 Normalize and truncate caps before fixation.
23993 * gst/gstcaps.c (gst_caps_truncate): New function, destructively
23994 discards all but the first structure from its argument.
23996 2005-07-15 Wim Taymans <wim@fluendo.com>
23998 * gst/base/gstbasetransform.c: (gst_base_transform_init),
23999 (gst_base_transform_transform_caps), (gst_base_transform_getcaps),
24000 (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
24001 (gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
24002 (gst_base_transform_handle_buffer), (gst_base_transform_getrange),
24003 (gst_base_transform_chain), (gst_base_transform_change_state),
24004 (gst_base_transform_set_passthrough),
24005 (gst_base_transform_is_passthrough):
24006 * gst/base/gstbasetransform.h:
24007 Make passthrough work using the bufferpools.
24008 Changed API a bit, subclasses have to write into a buffer
24009 provided by the base class.
24010 More debug info in nego functions.
24012 * gst/elements/gstidentity.c: (gst_identity_init),
24013 (gst_identity_transform):
24014 Port to new base class.
24016 2005-07-15 Wim Taymans <wim@fluendo.com>
24018 * gst/gstmessage.c: (gst_message_new_state_changed):
24019 * tools/gst-launch.c: (event_loop), (main):
24020 Totally dump messages in -launch with the -m option.
24021 Fix message name for State messages,
24023 2005-07-14 Wim Taymans <wim@fluendo.com>
24025 * gst/base/gstbasesrc.c: (gst_base_src_loop):
24026 Post error messages on errors.
24028 2005-07-14 Wim Taymans <wim@fluendo.com>
24030 * gst/gstcaps.c: (gst_caps_do_simplify):
24034 Define error for stream stopped.
24036 * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
24037 (gst_proxy_pad_do_chain), (gst_proxy_pad_do_getrange):
24038 Do proper return values.
24040 * gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
24041 (gst_pad_set_caps), (gst_pad_chain), (gst_pad_push),
24042 (gst_pad_get_range):
24043 Better return values.
24046 Reorganise return values, add macro to check for fatal errors.
24048 * gst/gstqueue.c: (gst_queue_chain):
24049 Return proper GstFlowReturn values,
24051 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
24053 * docs/gst/gstreamer-sections.txt:
24054 * docs/gst/gstreamer.types:
24055 * docs/gst/tmpl/gst.sgml:
24056 * docs/gst/tmpl/gstbasesink.sgml:
24057 * docs/gst/tmpl/gstbasesrc.sgml:
24058 * docs/gst/tmpl/gstbasetransform.sgml:
24059 * docs/gst/tmpl/gstbin.sgml:
24060 * docs/gst/tmpl/gstbuffer.sgml:
24061 * docs/gst/tmpl/gstcaps.sgml:
24062 * docs/gst/tmpl/gstclock.sgml:
24063 * docs/gst/tmpl/gstcompat.sgml:
24064 * docs/gst/tmpl/gstconfig.sgml:
24065 * docs/gst/tmpl/gstelement.sgml:
24066 * docs/gst/tmpl/gstelementdetails.sgml:
24067 * docs/gst/tmpl/gstelementfactory.sgml:
24068 * docs/gst/tmpl/gstenumtypes.sgml:
24069 * docs/gst/tmpl/gsterror.sgml:
24070 * docs/gst/tmpl/gstevent.sgml:
24071 * docs/gst/tmpl/gstfakesink.sgml:
24072 * docs/gst/tmpl/gstfakesrc.sgml:
24073 * docs/gst/tmpl/gstfilesink.sgml:
24074 * docs/gst/tmpl/gstfilesrc.sgml:
24075 * docs/gst/tmpl/gstfilter.sgml:
24076 * docs/gst/tmpl/gstformat.sgml:
24077 * docs/gst/tmpl/gstghostpad.sgml:
24078 * docs/gst/tmpl/gstimplementsinterface.sgml:
24079 * docs/gst/tmpl/gstindex.sgml:
24080 * docs/gst/tmpl/gstindexfactory.sgml:
24081 * docs/gst/tmpl/gstinfo.sgml:
24082 * docs/gst/tmpl/gstiterator.sgml:
24083 * docs/gst/tmpl/gstmacros.sgml:
24084 * docs/gst/tmpl/gstmemchunk.sgml:
24085 * docs/gst/tmpl/gstminiobject.sgml:
24086 * docs/gst/tmpl/gstobject.sgml:
24087 * docs/gst/tmpl/gstpad.sgml:
24088 * docs/gst/tmpl/gstpadtemplate.sgml:
24089 * docs/gst/tmpl/gstparse.sgml:
24090 * docs/gst/tmpl/gstpipeline.sgml:
24091 * docs/gst/tmpl/gstplugin.sgml:
24092 * docs/gst/tmpl/gstpluginfeature.sgml:
24093 * docs/gst/tmpl/gstquery.sgml:
24094 * docs/gst/tmpl/gstqueue.sgml:
24095 * docs/gst/tmpl/gstregistry.sgml:
24096 * docs/gst/tmpl/gstregistrypool.sgml:
24097 * docs/gst/tmpl/gstscheduler.sgml:
24098 * docs/gst/tmpl/gstschedulerfactory.sgml:
24099 * docs/gst/tmpl/gststructure.sgml:
24100 * docs/gst/tmpl/gstsystemclock.sgml:
24101 * docs/gst/tmpl/gsttaglist.sgml:
24102 * docs/gst/tmpl/gsttagsetter.sgml:
24103 * docs/gst/tmpl/gsttrace.sgml:
24104 * docs/gst/tmpl/gsttrashstack.sgml:
24105 * docs/gst/tmpl/gsttypefind.sgml:
24106 * docs/gst/tmpl/gsttypefindfactory.sgml:
24107 * docs/gst/tmpl/gsttypes.sgml:
24108 * docs/gst/tmpl/gsturihandler.sgml:
24109 * docs/gst/tmpl/gsturitype.sgml:
24110 * docs/gst/tmpl/gstutils.sgml:
24111 * docs/gst/tmpl/gstvalue.sgml:
24112 * docs/gst/tmpl/gstversion.sgml:
24113 * docs/gst/tmpl/gstxml.sgml:
24114 * docs/libs/tmpl/gstcontrol.sgml:
24115 * docs/libs/tmpl/gstdataprotocol.sgml:
24116 * docs/libs/tmpl/gstdparam.sgml:
24117 * docs/libs/tmpl/gstdplinint.sgml:
24118 * docs/libs/tmpl/gstdpman.sgml:
24119 * docs/libs/tmpl/gstdpsmooth.sgml:
24120 * docs/libs/tmpl/gstgetbits.sgml:
24121 * docs/libs/tmpl/gstunitconvert.sgml:
24122 * gst/base/gstpushsrc.c: (gst_push_src_get_type),
24123 (gst_push_src_base_init), (gst_push_src_class_init),
24124 (gst_push_src_init), (gst_push_src_create):
24125 * gst/base/gstpushsrc.h:
24126 * gst/elements/gstelements.c:
24127 * gst/elements/gstfakesink.c: (gst_fake_sink_state_error_get_type),
24128 (gst_fake_sink_base_init), (gst_fake_sink_class_init),
24129 (gst_fake_sink_init), (gst_fake_sink_set_property),
24130 (gst_fake_sink_get_property), (gst_fake_sink_get_times),
24131 (gst_fake_sink_event), (gst_fake_sink_preroll),
24132 (gst_fake_sink_render), (gst_fake_sink_change_state):
24133 * gst/elements/gstfakesink.h:
24134 * gst/elements/gstfakesrc.c: (gst_fake_src_data_get_type),
24135 (gst_fake_src_sizetype_get_type), (gst_fake_src_filltype_get_type),
24136 (gst_fake_src_base_init), (gst_fake_src_class_init),
24137 (gst_fake_src_init), (gst_fake_src_event_handler),
24138 (gst_fake_src_alloc_parent), (gst_fake_src_set_property),
24139 (gst_fake_src_get_property), (gst_fake_src_prepare_buffer),
24140 (gst_fake_src_alloc_buffer), (gst_fake_src_get_size),
24141 (gst_fake_src_create_buffer), (gst_fake_src_create),
24142 (gst_fake_src_start), (gst_fake_src_stop):
24143 * gst/elements/gstfakesrc.h:
24144 * gst/elements/gstfilesink.c: (_do_init),
24145 (gst_file_sink_base_init), (gst_file_sink_class_init),
24146 (gst_file_sink_init), (gst_file_sink_dispose),
24147 (gst_file_sink_set_location), (gst_file_sink_set_property),
24148 (gst_file_sink_get_property), (gst_file_sink_open_file),
24149 (gst_file_sink_close_file), (gst_file_sink_query),
24150 (gst_file_sink_event), (gst_file_sink_render),
24151 (gst_file_sink_change_state), (gst_file_sink_uri_get_type),
24152 (gst_file_sink_uri_get_protocols), (gst_file_sink_uri_get_uri),
24153 (gst_file_sink_uri_set_uri), (gst_file_sink_uri_handler_init):
24154 * gst/elements/gstfilesink.h:
24155 * gst/elements/gstfilesrc.c: (_do_init), (gst_file_src_base_init),
24156 (gst_file_src_class_init), (gst_file_src_init),
24157 (gst_file_src_finalize), (gst_file_src_set_location),
24158 (gst_file_src_set_property), (gst_file_src_get_property),
24159 (gst_file_src_map_region), (gst_file_src_map_small_region),
24160 (gst_file_src_create_mmap), (gst_file_src_create_read),
24161 (gst_file_src_create), (gst_file_src_is_seekable),
24162 (gst_file_src_get_size), (gst_file_src_start), (gst_file_src_stop),
24163 (gst_file_src_uri_get_type), (gst_file_src_uri_get_protocols),
24164 (gst_file_src_uri_get_uri), (gst_file_src_uri_set_uri),
24165 (gst_file_src_uri_handler_init):
24166 * gst/elements/gstfilesrc.h:
24167 more autistic cleanliness in functions/names/defines
24169 2005-07-13 Andy Wingo <wingo@pobox.com>
24171 * gst/base/gstbasesrc.c (gst_base_src_start): Post an error if the
24172 source couldn't negotiate.
24174 * gst/parse/grammar.y: Revert 1.54->1.55, so we now do filtered
24178 * gst/gstutils.c (gst_element_link_pads_filtered): New old
24179 function. I am channeling Hades. Put your boots on suckers!!!
24181 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
24183 * testsuite/caps/Makefile.am:
24184 * testsuite/caps/value_compare.c:
24185 * testsuite/caps/value_intersect.c:
24186 * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
24187 move two testsuite apps over to the check dir
24189 2005-07-12 Wim Taymans <wim@fluendo.com>
24191 * gst/base/gstbasetransform.c: (gst_base_transform_setcaps):
24192 Added more debug info in the negotiate process.
24194 * gst/gstmessage.h:
24195 Prepare for segment playback.
24197 * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_set_caps):
24203 * tools/gst-launch.c: (main):
24204 NULL pipeline on errors.
24206 2005-07-12 Andy Wingo <wingo@pobox.com>
24208 * gst/gstbuffer.c (_gst_buffer_copy): Copy the buffer whether or
24209 not it comes from a malloc region. Make sure our copy gets freed.
24211 2005-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
24213 * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite):
24214 * check/gst/gstmessage.c: (GST_START_TEST):
24215 * check/gst/gststructure.c: (GST_START_TEST),
24216 (gst_structure_suite), (main):
24218 * gst/gstelement.c: (gst_element_message_full):
24219 clean up GError and debug string now that they get copied
24220 * gst/gstmessage.c: (gst_message_new_error),
24221 (gst_message_new_warning), (gst_message_parse_error),
24222 (gst_message_parse_warning):
24223 use GST_TYPE_G_ERROR for structure_new, and take copies of
24224 arguments, so that we don't mess up refcounting
24226 2005-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
24228 * check/Makefile.am:
24229 add per-test valgrind targets
24230 * check/gst-libs/gdp.c: (GST_START_TEST),
24231 (gst_data_protocol_suite), (main):
24234 2005-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
24236 * check/Makefile.am:
24237 instate more valgrindable tests
24238 * check/elements/gstfakesrc.c: (chain_func), (event_func),
24239 (GST_START_TEST), (fakesrc_suite):
24240 * check/gst/gstpad.c: (GST_START_TEST):
24241 * check/gst/gststructure.c: (GST_START_TEST):
24243 * docs/gst/tmpl/gstminiobject.sgml:
24244 * gst/gstpad.c: (gst_pad_finalize):
24245 fix the static mutex leak
24247 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
24249 * check/Makefile.am:
24250 add two more tests for valgrinding
24251 * check/gst/gstvalue.c: (GST_START_TEST):
24252 test refcount of deserialized buffer, found a leak
24253 * docs/gst/gstreamer-docs.sgml:
24254 * docs/gst/gstreamer-sections.txt:
24255 * docs/gst/gstreamer.types:
24256 * docs/gst/tmpl/gstminiobject.sgml:
24257 add miniobject to docs
24258 * gst/gstminiobject.c:
24260 * gst/gstvalue.c: (gst_value_deserialize_buffer),
24261 (gst_string_unwrap):
24262 fix a hard-to-find invalid write for one of the tests
24263 fix a leak for deserialized buffers
24265 2005-07-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24267 * docs/pwg/advanced-events.xml:
24268 * docs/pwg/advanced-request.xml:
24269 * docs/pwg/advanced-scheduling.xml:
24270 * docs/pwg/appendix-porting.xml:
24271 * docs/pwg/building-boiler.xml:
24272 * docs/pwg/intro-preface.xml:
24273 * docs/pwg/other-ntoone.xml:
24274 Rewrite scheduling-chapter for scheduling model in 0.9. Add lots
24275 of example code and explanation for pad activation, loop() and
24276 getrange() functions and a bit more. Remove old comments pointing
24278 * examples/pwg/Makefile.am:
24279 Add loop/getrange examples.
24281 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
24284 check for valgrind binary + some fixes
24286 valgrind suppressions for the tests
24287 * check/Makefile.am:
24288 add a valgrind: target that valgrinds the unit tests
24289 * check/gst/gst.c: (GST_START_TEST), (gst_suite):
24290 * check/gst/gstbin.c: (pop_messages), (GST_START_TEST):
24291 * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
24292 * check/gst/gstghostpad.c:
24294 * check/gst/gstdata.c:
24296 * check/gst/gstminiobject.c: (GST_START_TEST), (thread_ref),
24297 (thread_unref), (gst_mini_object_suite), (main):
24299 * gst/gst.c: (gst_deinit):
24301 add a method to clean up.
24302 * gst/gstsystemclock.c: (gst_system_clock_dispose),
24303 (gst_system_clock_obtain):
24304 allow for disposing the system clock.
24305 * tools/gst-launch.c: (main):
24308 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
24310 * docs/gst/tmpl/gstbasesrc.sgml:
24311 * docs/gst/tmpl/gstfakesrc.sgml:
24312 * gst/base/gstbasesrc.c: (gst_base_src_class_init),
24313 (gst_base_src_init), (gst_base_src_set_property),
24314 (gst_base_src_get_property), (gst_base_src_get_range),
24315 (gst_base_src_start):
24316 * gst/base/gstbasesrc.h:
24317 add num-buffers property
24318 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
24319 (gst_fakesrc_init), (gst_fakesrc_set_property),
24320 (gst_fakesrc_get_property), (gst_fakesrc_create),
24321 (gst_fakesrc_start):
24322 remove num-buffers property
24324 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
24326 * docs/gst/gstreamer-sections.txt:
24327 * docs/gst/tmpl/gstbasesink.sgml:
24328 * docs/gst/tmpl/gstbasesrc.sgml:
24329 * gst/base/gstbasesink.c: (gst_base_sink_pad_getcaps),
24330 (gst_base_sink_pad_setcaps), (gst_base_sink_pad_buffer_alloc),
24331 (gst_base_sink_finalize), (gst_base_sink_set_clock),
24332 (gst_base_sink_set_property), (gst_base_sink_get_property),
24333 (gst_base_sink_handle_object), (gst_base_sink_event),
24334 (gst_base_sink_do_sync), (gst_base_sink_handle_event),
24335 (gst_base_sink_handle_buffer), (gst_base_sink_chain),
24336 (gst_base_sink_loop), (gst_base_sink_deactivate),
24337 (gst_base_sink_activate_push), (gst_base_sink_activate_pull),
24338 (gst_base_sink_change_state):
24339 * gst/base/gstbasesink.h:
24340 * gst/base/gstbasesrc.h:
24341 * gst/elements/gstfakesink.c: (gst_fakesink_get_times):
24342 * gst/elements/gstfilesink.c: (gst_filesink_class_init),
24343 (gst_filesink_init):
24344 more macro splitting
24346 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
24348 * gst/gstelement.c: (gst_element_get_bus):
24350 * tools/gst-launch.c: (check_intr), (event_loop):
24353 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
24355 * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked):
24358 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
24360 * gst/base/gstbasesrc.c: (gst_base_src_class_init),
24361 (gst_base_src_finalize):
24362 add finalize method and clean up properly
24363 * gst/gstpipeline.c: (gst_pipeline_dispose):
24366 2005-07-09 Thomas Vander Stichele <thomas at apestaart dot org>
24368 * check/gst/gstbin.c: (pop_messages), (GST_START_TEST),
24370 add more things to check
24371 * gst/gstbin.c: (gst_bin_change_state), (bin_bus_handler):
24372 * gst/gstelement.c:
24375 2005-07-09 Thomas Vander Stichele <thomas at apestaart dot org>
24377 * check/elements/gstfakesrc.c: (chain_func), (event_func),
24378 (GST_START_TEST), (fakesrc_suite):
24379 * check/gst-libs/gdp.c: (GST_START_TEST):
24380 * check/gst/gst.c: (GST_START_TEST):
24381 * check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
24382 * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
24383 * check/gst/gstbus.c: (GST_START_TEST):
24384 * check/gst/gstcaps.c: (GST_START_TEST):
24385 * check/gst/gstdata.c: (GST_START_TEST):
24386 * check/gst/gstelement.c: (GST_START_TEST):
24387 * check/gst/gstghostpad.c: (GST_START_TEST):
24388 * check/gst/gstiterator.c: (GST_START_TEST):
24389 * check/gst/gstmessage.c: (GST_START_TEST):
24390 * check/gst/gstobject.c: (GST_START_TEST):
24391 * check/gst/gstpad.c: (GST_START_TEST):
24392 * check/gst/gststructure.c: (GST_START_TEST):
24393 * check/gst/gstsystemclock.c: (GST_START_TEST),
24394 (gst_systemclock_suite):
24395 * check/gst/gsttag.c: (GST_START_TEST), (gst_tag_suite):
24396 * check/gst/gstvalue.c: (GST_START_TEST):
24397 * check/pipelines/cleanup.c: (GST_START_TEST):
24398 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
24399 * check/states/sinks.c: (GST_START_TEST):
24400 * check/gstcheck.c: (gst_check_init):
24401 * check/gstcheck.h:
24402 add debugging category
24403 use GST_START_TEST now, so we add a debug line
24405 2005-07-09 Thomas Vander Stichele <thomas at apestaart dot org>
24407 * check/gst/gstbin.c: (START_TEST), (gst_bin_suite):
24408 add test for state change message on a bin
24409 * check/gst/gstelement.c: (START_TEST), (gst_element_suite):
24411 * gst/gstbin.c: (gst_bin_init):
24412 * gst/gstbus.c: (gst_bus_init), (gst_bus_post):
24413 * gst/gstelement.c: (gst_element_post_message),
24414 (gst_element_set_state):
24415 * gst/gstelementfactory.c: (gst_element_factory_create):
24416 * gst/gstmessage.c: (gst_message_new):
24417 * gst/gstscheduler.c:
24418 various debugging additions and cleanups
24420 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24422 * check/Makefile.am:
24423 * check/gst/gstelement.c: (START_TEST), (gst_element_suite),
24425 adding tests for elements
24426 * gst/gstelement.c: (gst_element_dispose):
24428 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24430 * gst/registries/gstlibxmlregistry.c: (load_feature):
24431 plug more leaks. A simple gst_init() now is leakfree, yay.
24433 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24435 * gst/registries/gstlibxmlregistry.c: (read_string), (load_paths),
24436 (gst_xml_registry_load):
24437 plug another memleak
24439 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24442 use GST_SET_ERROR_CFLAGS
24443 * docs/faq/cvs.xml:
24444 change to ERROR_CFLAGS
24446 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24449 make GST_ERROR_CFLAGS overridable and re-enable Werror
24450 * docs/faq/cvs.xml:
24451 add a note about error CFLAGS
24452 * docs/gst/tmpl/gstfakesrc.sgml:
24453 * gst/elements/gstfakesrc.c:
24454 comment out some unused code
24455 * gst/gst.c: (split_and_iterate):
24456 * gst/registries/gstlibxmlregistry.c: (load_pad_template),
24460 2005-07-07 Thomas Vander Stichele <thomas at apestaart dot org>
24462 * common/Makefile.am:
24463 * common/gtk-doc.mak:
24464 * docs/gst/Makefile.am:
24465 factor out gtk-doc.mak
24467 2005-07-07 Wim Taymans <wim@fluendo.com>
24469 * gst/schedulers/threadscheduler.c: (gst_thread_scheduler_func),
24470 (gst_thread_scheduler_dispose):
24471 Unlock the STREAM_LOCK completely.
24473 2005-07-07 Thomas Vander Stichele <thomas at apestaart dot org>
24475 * check/Makefile.am:
24476 * check/elements/.cvsignore:
24477 * check/elements/gstfakesrc.c: (chain_func), (event_func),
24478 (START_TEST), (fakesrc_suite), (main):
24479 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
24480 (gst_fakesrc_set_property), (gst_fakesrc_get_property),
24481 (gst_fakesrc_create), (gst_fakesrc_start):
24482 * gst/elements/gstfakesrc.h:
24483 adding a first element test
24485 2005-07-07 Andy Wingo <wingo@pobox.com>
24487 * gst/gstbus.c (gst_bus_have_pending): Remove intensely irritating
24490 2005-07-07 Wim Taymans <wim@fluendo.com>
24496 2005-07-07 Wim Taymans <wim@fluendo.com>
24498 * gst/base/gstbasesrc.c: (gst_base_src_get_range),
24499 (gst_base_src_default_negotiate), (gst_base_src_negotiate):
24500 Allow subclasses to implement their own negotiation.
24502 2005-07-07 Jan Schmidt <thaytan@mad.scientist.com>
24504 * docs/design/part-gstbin.txt:
24505 * docs/design/part-gstpipeline.txt:
24506 Update design notes to reflect the movement of
24507 responsibility for bus handling from GstPipeline to
24510 2005-07-07 Jan Schmidt <thaytan@mad.scientist.com>
24513 Remove unnecessary queue2/3/4 examples.
24515 2005-07-07 Jan Schmidt <thaytan@mad.scientist.com>
24517 * examples/Makefile.am:
24518 * examples/helloworld/helloworld.c: (event_loop), (main):
24519 * examples/queue/queue.c: (event_loop), (main):
24520 * examples/queue2/queue2.c: (main):
24521 Update a couple of the examples to work again.
24523 * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
24524 (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_event):
24525 Spelling corrections and extra debug.
24527 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init), (is_eos),
24528 (gst_bin_add_func), (bin_element_is_sink), (gst_bin_get_state),
24529 (gst_bin_change_state), (gst_bin_dispose), (bin_bus_handler):
24531 * gst/gstpipeline.c: (gst_pipeline_init), (gst_pipeline_dispose),
24532 (gst_pipeline_change_state):
24533 * gst/gstpipeline.h:
24534 Move the bus handler for children to the GstBin, and create a
24535 separate bus for receiving messages from children to the one the
24536 bus sends 'upwards' on.
24538 2005-07-06 Wim Taymans <wim@fluendo.com>
24541 * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
24542 (gst_base_sink_handle_object), (gst_base_sink_loop),
24543 (gst_base_sink_change_state):
24544 * gst/base/gstbasesink.h:
24545 * gst/base/gstbasesrc.c: (gst_base_src_class_init),
24546 (gst_base_src_init), (gst_base_src_setcaps),
24547 (gst_base_src_getcaps), (gst_base_src_loop),
24548 (gst_base_src_default_negotiate), (gst_base_src_negotiate),
24549 (gst_base_src_start), (gst_base_src_change_state):
24550 * gst/base/gstbasesrc.h:
24551 Make basesrc negotiate.
24552 Handle the case where preroll fails in basesink.
24555 2005-07-06 Wim Taymans <wim@fluendo.com>
24557 * gst/gstpad.c: (gst_pad_fixate_caps), (gst_pad_accept_caps):
24558 Implement the fixate function.
24559 Clean up acceptcaps.
24561 2005-07-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24563 * docs/pwg/building-filterfactory.xml:
24564 * docs/pwg/pwg.xml:
24565 Remove never-written filter-factory chapter; I'll add the various
24566 base classes to part 4 ("other element types") later on.
24568 2005-07-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24570 * docs/pwg/advanced-negotiation.xml:
24571 * docs/pwg/building-boiler.xml:
24572 * docs/pwg/building-pads.xml:
24573 * docs/pwg/pwg.xml:
24574 * examples/pwg/Makefile.am:
24575 Add a chapter on caps negotiation, simplify the original code
24576 samples a bit w.r.t. caps negotiation, add link to the advanced
24577 section. Add a bunch of examples showing different use cases of
24578 different types of caps negotiation. Upstream renegotiation isn't
24579 fully documented yet since nobody knows how that works.
24581 2005-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
24583 * check/gst/gstpad.c:
24584 * check/gstcheck.c:
24585 * gst/gstpad.c: (gst_pad_get_internal_links_default):
24586 if pad has no parent, return NULL as list of internal links
24588 2005-07-05 Andy Wingo <wingo@pobox.com>
24590 * gst/elements/gstfilesrc.c:
24591 * gst/elements/gstfakesrc.c:
24592 * gst/base/gstpushsrc.c:
24593 * gst/base/gstbasesrc.h:
24594 * gst/base/gstbasesrc.c: s/BASESRC/BASE_SRC/g.
24596 2005-07-05 Stefan Kost <ensonic@users.sf.net>
24599 better report generation target (lcov needs a patch)
24601 2005-07-05 Andy Wingo <wingo@pobox.com>
24603 * gst/elements, testsuite: Null if we got it...
24605 2005-07-05 Wim Taymans <wim@fluendo.com>
24608 * libs/gst/dataprotocol/Makefile.am:
24609 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_validate_packet):
24610 * libs/gst/dataprotocol/dataprotocol.h:
24611 * pkgconfig/Makefile.am:
24612 * pkgconfig/gstreamer-dataprotocol-uninstalled.pc.in:
24613 * pkgconfig/gstreamer-dataprotocol.pc.in:
24614 Ported dataprotol to 0.9.
24615 Added pkgconfig files.
24617 2005-07-05 Andy Wingo <wingo@pobox.com>
24619 * gst/base/gstbasetransform.c (gst_base_transform_setcaps):
24620 Default to returning TRUE for the case when tranform_caps returns
24621 a fixed caps, like for identity or volume.
24623 * check/gst/gstbus.c (pound_bus_with_messages):
24624 * check/gst/gstmessage.c (START_TEST):
24625 * check/pipelines/simple_launch_lines.c (got_handoff): Application
24626 message API change.
24628 * gst/base/gstbasetransform.c (gst_base_transform_setcaps): More
24629 logic weaks here: always run transform_caps, trying passthrough
24630 operation only if the original caps intersects with the transform.
24632 * gst/gstpad.c (gst_pad_link_check_compatible_unlocked): Debug
24633 source and sink caps.
24635 * gst/base/gstbasetransform.c (gst_base_transform_getcaps):
24636 Intersect the peer caps with the pad template before going into
24638 (gst_base_transform_transform_caps): More debugging.
24640 * gst/gstmessage.h (gst_message_new_application): Take a GstObject
24643 2005-07-04 Edward Hervey <edward@fluendo.com>
24647 (gst_pad_add_*_probe): now returns the signal id for better wrapping
24650 2005-07-04 Andy Wingo <wingo@pobox.com>
24652 * check/gst/gstpad.c: Only set explicit caps on pads.
24654 2005-07-01 Andy Wingo <wingo@pobox.com>
24656 * tests/network-clock.scm: Commentary update.
24658 * gst/elements/gstidentity.c (PROP_DUPLICATE): Gone daddy gone.
24659 Didn't really make sense, not implementable with basetransform,
24661 (gst_identity_transform): Unref inbuf via make_writable. Feeble
24662 attempt at implementing the sync property, needs an unlock method.
24664 * gst/base/gstbasetransform.c (gst_base_transform_transform_caps):
24665 New func, by default returns the same caps (the identity
24667 (gst_base_transform_getcaps): Uses transform_caps to return
24668 something sensible.
24669 (gst_base_transform_setcaps): Complicated logic to get caps on
24670 both pads, even if they are different, and to call set_caps once
24671 for every time both pads get their caps set.
24672 (gst_base_transform_handle_buffer): Give the ref to the transform
24673 function. Allows in-place modification of the buffer.
24675 * gst/base/gstbasetransform.h (transform_caps): New class method.
24676 Given caps on one side, what can I do on the other.
24677 (set_caps): Take two caps, one for each side of the element.
24680 * gst/gstpad.c (gst_pad_fixate_caps): Change prototype to modify
24681 caps in place. This is safe because we can check the mutability of
24682 the caps, and a good idea because fixate functions are just called
24683 as a matter of last resort. (Not actually implemented.)
24684 (gst_pad_set_caps): If the caps we're setting is actually the same
24685 as the existing pad caps, just update the pointer without calling
24686 setcaps. Assert that caps is either NULL or fixed, as per the
24689 * gst/gstghostpad.c: Update for fixate changes.
24691 2005-07-02 Andy Wingo <wingo@pobox.com>
24694 * gst/gstcaps.h (gst_static_caps_get): Not const return, having
24695 two refcounts makes it immutable, which is enough. Doc more.
24697 2005-07-02 Jan Schmidt <thaytan@mad.scientist.com>
24699 * gst/gstpad.c: (gst_pad_emit_have_data_signal):
24700 Put the mini_object into GValue as a mini_object,
24701 not a gpointer, since that's how we declared
24704 2005-07-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24706 * examples/pwg/Makefile.am:
24707 Fix buildbot again.
24709 2005-07-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24711 * docs/pwg/building-testapp.xml:
24713 * examples/pwg/Makefile.am:
24716 2005-07-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24719 * examples/Makefile.am:
24720 * examples/pwg/Makefile.am:
24721 * examples/pwg/extract.pl:
24722 Enable building the PWG examples.
24723 * docs/pwg/advanced-interfaces.xml:
24724 Add URI interface stub.
24725 * docs/pwg/advanced-types.xml:
24726 * docs/pwg/other-autoplugger.xml:
24727 * docs/pwg/appendix-porting.xml:
24728 * docs/pwg/pwg.xml:
24729 Add porting guide (mostly stubs), remove autoplugging (see ADM).
24730 * docs/pwg/building-boiler.xml:
24731 * docs/pwg/building-chainfn.xml:
24732 * docs/pwg/building-pads.xml:
24733 * docs/pwg/building-props.xml:
24734 * docs/pwg/building-state.xml:
24735 * docs/pwg/building-testapp.xml:
24736 Update the building-*.xml parts for 0.9 changes. All examples
24737 code blocks compile in examples/pwg/*.
24739 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24741 * docs/manual/advanced-autoplugging.xml:
24742 * docs/manual/appendix-checklist.xml:
24743 * docs/manual/appendix-integration.xml:
24744 * docs/manual/highlevel-components.xml:
24745 Fix playbin/decodebin examples, update docs a bit, mention bus
24746 instead of signals in various places, mention kmplayer and
24747 kaffeine since they have a working GStreamer backend in the KDE
24750 2005-06-30 Wim Taymans <wim@fluendo.com>
24753 * docs/design/draft-ghostpads.txt:
24754 * docs/design/draft-push-pull.txt:
24755 * docs/design/draft-query.txt:
24756 * docs/design/part-TODO.txt:
24757 * docs/design/part-query.txt:
24758 Added CHANGES-0.9 doc, updated status of other docs.
24763 2005-06-30 Wim Taymans <wim@fluendo.com>
24765 * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
24766 (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_object),
24767 (gst_base_sink_change_state):
24768 * gst/base/gstbasesink.h:
24769 Some tweaks, only EOS and a buffer complete a preroll.
24771 2005-06-30 Andy Wingo <wingo@pobox.com>
24773 * gst/gstghostpad.c (gst_ghost_pad_do_activate_push): Proxy
24774 activate_push down to the internal pad as well.
24776 2005-06-30 Torsten Schoenfeld <kaffeetisch@gmx.de>
24778 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24780 * gst/gsttaginterface.c:
24781 Some documentation fixes (#307394 and #307397).
24783 2005-06-30 Antoine Tremblay <hexa00@gmail.com>
24785 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24787 * gst/gstvalue.c: (gst_value_intersect_list):
24788 Fix memleak (#309125).
24790 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24792 * docs/manual/advanced-dataaccess.xml:
24793 Fix fakesrc example to compile; doesn't work, bug somewhere...?
24794 * docs/manual/basics-pads.xml:
24795 Add reference for filtered caps to above chapter.
24797 2005-06-30 Wim Taymans <wim@fluendo.com>
24799 * gst/gstbin.c: (clear_queue), (remove_all_from_queue),
24800 (gst_bin_change_state):
24802 Lame attempt at making the state change function a bit
24805 2005-06-30 Wim Taymans <wim@fluendo.com>
24807 * docs/design/part-clocks.txt:
24808 * docs/design/part-element-sink.txt:
24809 * docs/design/part-events.txt:
24810 * docs/design/part-preroll.txt:
24811 * docs/design/part-states.txt:
24812 Some more tweeks and additions to the docs.
24814 2005-06-30 Wim Taymans <wim@fluendo.com>
24816 * gst/gstpad.c: (_gst_do_pass_data_accumulator),
24817 (default_have_data), (gst_pad_class_init), (gst_pad_init),
24818 (gst_pad_emit_have_data_signal), (gst_pad_chain), (gst_pad_push),
24819 (gst_pad_check_pull_range), (gst_pad_get_range),
24820 (gst_pad_pull_range), (gst_pad_push_event), (gst_pad_send_event):
24822 * gst/gstutils.c: (gst_atomic_int_set), (gst_pad_add_data_probe),
24823 (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
24824 (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
24825 (gst_pad_remove_buffer_probe):
24826 Removed atomic operations, use existing LOCK.
24827 Move exception handling out of main code path.
24829 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24831 * gst/gstpad.c: (_gst_do_pass_data_accumulator),
24832 (silly_return_true_function), (gst_pad_class_init),
24833 (gst_pad_emit_have_data_signal), (gst_pad_chain), (gst_pad_push),
24834 (gst_pad_get_range), (gst_pad_pull_range), (gst_pad_push_event),
24835 (gst_pad_send_event):
24836 Fix accumulator, add default value by using _emitv() instead
24837 of _emit() for signal emission.
24839 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24841 * docs/manual/advanced-dataaccess.xml:
24842 * examples/manual/Makefile.am:
24844 * gst/gstpad.c: (_gst_do_pass_data_accumulator):
24847 2005-06-29 Tim-Philipp Müller <tim at centricular dot net>
24849 * gst/elements/gstfilesink.c: (gst_filesink_render):
24850 Simplify code so that we don't have to handle short
24851 writes and return GST_FLOW_ERROR if an error occured.
24853 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24855 * docs/gst/gstreamer-docs.sgml:
24856 Remove probes more.
24858 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24860 * docs/gst/gstreamer-sections.txt:
24861 * docs/gst/tmpl/gstpad.sgml:
24862 * docs/gst/tmpl/gstprobe.sgml:
24864 * gst/gstpad.c: (_gst_do_pass_data_accumulator),
24865 (gst_pad_class_init), (gst_pad_init), (gst_pad_chain),
24866 (gst_pad_push), (gst_pad_get_range), (gst_pad_pull_range),
24867 (gst_pad_push_event), (gst_pad_send_event):
24869 * gst/gstutils.c: (gst_pad_add_data_probe),
24870 (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
24871 (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
24872 (gst_pad_remove_buffer_probe):
24874 Remove old probes, add new g-signal-based probes and some utility
24877 2005-06-29 Edward Hervey <edward@fluendo.com>
24879 * gst/gstelementfactory.c:
24882 Moved gst_element_factory_can_[sink|src]_caps() to gstutils and added
24883 the definition to the header file.
24885 2005-06-29 Andy Wingo <wingo@pobox.com>
24887 * docs/gst/Makefile.am (scan-build.stamp): Totally only check
24888 plugins from the source directory.
24890 2005-06-29 Wim Taymans <wim@fluendo.com>
24892 * docs/gst/tmpl/gstbuffer.sgml:
24893 * docs/gst/tmpl/gstclock.sgml:
24894 Some fixings for blantently wrong text.
24896 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
24898 * check/Makefile.am:
24899 * gst/gst.c: (add_path_func), (init_pre):
24900 * gst/gstregistry.c: (gst_registry_add_path):
24901 add A GST_PLUGIN_PATH_ONLY env var; if it is set, it will
24902 only scan the GST_PLUGIN_PATH locations, and not add
24905 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
24907 * docs/gst/gstreamer-sections.txt:
24908 * docs/gst/tmpl/gstbasesrc.sgml:
24909 * gst/gstelement.c:
24910 * gst/gstelement.h:
24915 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24917 * docs/manual/advanced-autoplugging.xml:
24918 Fix autoplugging example.
24920 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24922 * docs/manual/advanced-autoplugging.xml:
24923 * docs/manual/mime-world.fig:
24924 Try to get autoplugging working, fix type detection. Fix text
24925 in hello-world image.
24927 2005-06-29 Wim Taymans <wim@fluendo.com>
24929 * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
24930 (gst_base_sink_change_state):
24934 map SIGNAL and BROADCAST to the right function.
24937 Remove redundant braces.
24939 * gst/gstpad.c: (gst_pad_set_caps):
24940 Don't call setcaps function when reseting caps to NULL.
24942 * gst/gstsystemclock.c: (gst_system_clock_dispose),
24943 (gst_system_clock_async_thread), (gst_system_clock_id_wait_async),
24944 (gst_system_clock_id_unschedule):
24945 Use BROADCAST as this is what we do.
24947 2005-06-29 Wim Taymans <wim@fluendo.com>
24949 * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
24950 We are actually prerolling before commiting the state
24953 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24955 * docs/manual/advanced-clocks.xml:
24956 * docs/manual/advanced-interfaces.xml:
24957 * docs/manual/advanced-metadata.xml:
24958 * docs/manual/advanced-position.xml:
24959 * docs/manual/advanced-schedulers.xml:
24960 * docs/manual/advanced-threads.xml:
24961 * docs/manual/appendix-porting.xml:
24962 * docs/manual/basics-bins.xml:
24963 * docs/manual/basics-bus.xml:
24964 * docs/manual/basics-elements.xml:
24965 * docs/manual/basics-helloworld.xml:
24966 * docs/manual/basics-pads.xml:
24967 * docs/manual/highlevel-components.xml:
24968 * docs/manual/manual.xml:
24969 * docs/manual/thread.fig:
24970 Update (until threads/scheduling) Application Development Manual;
24971 remove GstThread, add GstBus, add simple porting checklist, add
24972 documentation for tag writing, clocks, make all examples until this
24973 part compile and run.
24974 * examples/manual/Makefile.am:
24975 Update from changes to Application Development Manual; add bus
24976 example, remove thread example.
24978 2005-06-28 Wim Taymans <wim@fluendo.com>
24980 * gst/gstbus.c: (gst_bus_post), (gst_bus_have_pending),
24981 (gst_bus_set_flushing), (gst_bus_pop), (gst_bus_peek),
24982 (gst_bus_source_dispatch):
24983 Add debugging messages.
24984 Make internal methods static.
24985 Handle the case where the bus is flushed in the handler.
24987 * gst/gstelement.c: (gst_element_get_bus):
24988 Fix refcount in _get_bus();
24990 * gst/gstpipeline.c: (gst_pipeline_change_state),
24991 (gst_pipeline_get_clock_func):
24992 Clock refcounting fixes.
24993 Handle the case where preroll timed out more gracefully.
24995 * gst/gstsystemclock.c: (gst_system_clock_dispose):
24996 Clean up the internal thread in dispose. This is needed
24997 for subclasses that actually get disposed.
24999 * gst/schedulers/threadscheduler.c:
25000 (gst_thread_scheduler_class_init), (gst_thread_scheduler_func),
25001 (gst_thread_scheduler_dispose):
25002 Free thread pool in dispose.
25004 2005-06-28 Andy Wingo <wingo@pobox.com>
25006 * tests/network-clock-utils.scm (debug, print-event): New utils.
25008 * tests/network-clock.scm (*debug*, *with-graph*): New parameters.
25009 (*packet-loss*): Unified loss probability.
25010 (network-time): Report out-of-band events.
25012 * tests/plot-data: Add support for out-of-band events. Hack it
25013 into this script instead of passing it down the pipe; should fix
25016 2005-06-28 Wim Taymans <wim@fluendo.com>
25018 * docs/gst/gstreamer.types:
25019 * docs/gst/tmpl/gstbasesrc.sgml:
25020 * docs/gst/tmpl/gstpad.sgml:
25023 2005-06-28 Wim Taymans <wim@fluendo.com>
25025 * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
25026 (gst_proxy_pad_do_checkgetrange), (gst_proxy_pad_do_acceptcaps),
25027 (gst_proxy_pad_do_fixatecaps):
25028 Correctly proxy the check_pull_range function.
25030 2005-06-28 Andy Wingo <wingo@pobox.com>
25032 * tests/network-clock.scm: Removed need for slib.
25034 2005-06-28 Wim Taymans <wim@fluendo.com>
25036 * gst/base/gstbasesink.c: (gst_basesink_set_pad_functions),
25037 (gst_basesink_preroll_queue_flush):
25038 * gst/base/gstbasesrc.c: (gst_basesrc_set_dataflow_funcs):
25039 * gst/elements/gsttee.c: (gst_tee_update_pad_functions):
25040 * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
25041 (gst_proxy_pad_do_acceptcaps), (gst_proxy_pad_do_fixatecaps),
25042 (gst_proxy_pad_set_property):
25045 * gst/gstqueue.c: (gst_queue_init):
25046 The deprecated pad loop function is removed now.
25048 2005-06-28 Andy Wingo <wingo@pobox.com>
25050 * tests/network-clock.scm (*timeout*, *send-loss*, *recv-loss*):
25051 New parameters, simulate network packet loss.
25053 * tests/network-clock-utils.scm: Initialize the RNG.
25055 2005-06-28 Wim Taymans <wim@fluendo.com>
25057 * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_flush),
25058 (gst_basesink_event), (gst_basesink_deactivate):
25059 Flushing the preroll queue always needs to unlock the waiters.
25061 2005-06-28 Edward Hervey <edward@fluendo.com>
25063 * gst/gstpipeline.c: (gst_pipeline_send_event):
25064 Wheen a seek was successful on a pipeline, set the stream_time to the
25065 seek offset in order to have a synchronized stream_time.
25067 2005-06-28 Wim Taymans <wim@fluendo.com>
25069 * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
25070 (gst_proxy_pad_do_getrange), (gst_proxy_pad_do_checkgetrange),
25071 (gst_proxy_pad_do_getcaps), (gst_proxy_pad_do_acceptcaps),
25072 (gst_proxy_pad_do_fixatecaps):
25073 Call wrapper function instead of just calling the function
25074 pointers. This takes care of any locking and whatmore.
25076 2005-06-28 Wim Taymans <wim@fluendo.com>
25078 * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_push),
25079 (gst_pad_pull_range):
25081 CONNECTED -> LINKED.
25083 2005-06-28 Andy Wingo <wingo@pobox.com>
25085 * *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large
25086 source-munging commit!!!
25088 * gst/gstobject.c (gst_object_unref, gst_object_ref)
25089 (gst_object_sink): Take gpointer arguments, not GstObject --
25090 avoids casts. Like GLib.
25092 * gst/gstghostpad.c (gst_proxy_pad_do_activate): Don't proxy
25095 2005-06-27 Andy Wingo <wingo@pobox.com>
25097 * gst/base/gsttypefindhelper.c (gst_type_find_helper): Unref any
25100 * gst/gsttrace.c (gst_alloc_trace_list_sorted): New helper,
25101 returns a sorted copy of the trace list.
25102 (gst_alloc_trace_print_live): New API, only prints traces with
25103 live objects. Sort the list.
25104 (gst_alloc_trace_print_all): Sort the list.
25105 (gst_alloc_trace_print): Align columns.
25107 * gst/elements/gstttypefindelement.c:
25108 * gst/elements/gsttee.c:
25109 * gst/base/gstbasesrc.c:
25110 * gst/base/gstbasesink.c:
25111 * gst/base/gstbasetransform.c:
25112 * gst/gstqueue.c: Adapt for pad activation changes.
25114 * gst/gstpipeline.c (gst_pipeline_init): Unref after parenting
25116 (gst_pipeline_dispose): Drop ref on sched.
25118 * gst/gstpad.c (gst_pad_init): Set the default activate func.
25119 (gst_pad_activate_default): Push mode by default.
25120 (pre_activate_switch, post_activate_switch): New stubs, things to
25121 do before and after switching activation modes on pads.
25122 (gst_pad_set_active): Take a boolean and not a mode, dispatch to
25123 the pad's activate function to choose which mode to activate.
25124 Shortcut on deactivation and call the right function directly.
25125 (gst_pad_activate_pull): New API, (de)activates a pad in pull
25127 (gst_pad_activate_push): New API, same for push mode.
25128 (gst_pad_set_activate_function)
25129 (gst_pad_set_activatepull_function)
25130 (gst_pad_set_activatepush_function): Setters for new API.
25132 * gst/gstminiobject.c (gst_mini_object_new, gst_mini_object_free):
25133 Trace all miniobjects.
25134 (gst_mini_object_make_writable): Unref the arg if we copy, like
25135 gst_caps_make_writable.
25137 * gst/gstmessage.c (_gst_message_initialize): No trace init.
25139 * gst/gstghostpad.c (gst_proxy_pad_do_activate)
25140 (gst_proxy_pad_do_activatepull, gst_proxy_pad_do_activatepush):
25141 Adapt for new pad API.
25143 * gst/gstevent.c (_gst_event_initialize): Don't initialize trace.
25145 * gst/gstelement.h:
25146 * gst/gstelement.c (gst_element_iterate_src_pads)
25147 (gst_element_iterate_sink_pads): New API functions.
25149 * gst/gstelement.c (iterator_fold_with_resync): New utility,
25150 should fold into gstiterator.c in some form.
25151 (gst_element_pads_activate): Simplified via use of fold and
25152 delegation of decisions to gstpad->activate.
25154 * gst/gstbus.c (gst_bus_source_finalize): Set the bus to NULL,
25157 * gst/gstbuffer.c (_gst_buffer_initialize): Ref the buffer type
25158 class once in init, like gstmessage. Didn't run into this issue
25159 but it seems correct. Don't initialize a trace, gstminiobject does
25162 * check/pipelines/simple_launch_lines.c (test_stop_from_app): New
25163 test, runs fakesrc ! fakesink, stopping on ::handoff via a message
25165 (assert_live_count): New util function, uses alloc traces to check
25168 * check/gst/gstghostpad.c (test_ghost_pads): More refcount checks.
25169 To be modified when unlink drops the internal pad.
25171 2005-06-27 Wim Taymans <wim@fluendo.com>
25173 * gst/gstbin.c: (gst_bin_get_state), (gst_bin_iterate_state_order),
25174 (gst_bin_change_state):
25175 Cleanup the get_state() function a little, make sure it
25176 iterates the same set of elements.
25177 Added stub iterate_state_order().
25179 2005-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
25181 * docs/gst/gstreamer-docs.sgml:
25182 * docs/gst/gstreamer-sections.txt:
25183 * docs/gst/gstreamer.types:
25184 * docs/gst/tmpl/gstbasesink.sgml:
25185 * docs/gst/tmpl/gstbasesrc.sgml:
25186 * docs/gst/tmpl/gstbasetransform.sgml:
25187 * docs/gst/tmpl/gstelement.sgml:
25188 * docs/gst/tmpl/gstiterator.sgml:
25189 * gst/base/gstbasesrc.c:
25190 * gst/base/gstbasesrc.h:
25191 * gst/base/gstbasetransform.h:
25192 * gst/gstelement.c:
25193 * gst/gstiterator.h:
25194 adding basetransform and iterator docs
25196 2005-06-27 Andy Wingo <wingo@pobox.com>
25198 * docs/design/part-activation.txt: Notes on how activation should
25199 work -- not quite implemented yet.
25201 2005-06-25 Wim Taymans <wim@fluendo.com>
25203 * gst/gstghostpad.c: (gst_proxy_pad_do_chain):
25204 At least get the chain function correct, needs more
25207 2005-06-25 Wim Taymans <wim@fluendo.com>
25209 * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
25210 (gst_basesink_handle_object), (gst_basesink_event),
25211 (gst_basesink_do_sync), (gst_basesink_handle_event),
25212 (gst_basesink_change_state):
25214 Right, two problems here: ghostpads don't take locks and
25215 glib _rec_mutex_lock_full() with depth==0 still locks.
25216 Catch illegal locking and g_warn them.
25218 2005-06-25 Wim Taymans <wim@fluendo.com>
25220 * check/states/sinks.c: (START_TEST), (gst_object_suite):
25221 Have to check for completion now...
25223 2005-06-25 Wim Taymans <wim@fluendo.com>
25225 * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
25226 (gst_basesink_handle_object), (gst_basesink_event),
25227 (gst_basesink_do_sync), (gst_basesink_handle_event),
25228 (gst_basesink_change_state):
25230 Unlock STREAM_LOCK whatever the recursion was.
25232 2005-06-25 Wim Taymans <wim@fluendo.com>
25234 * gst/base/gstbasesink.c: (gst_basesink_set_property),
25235 (gst_basesink_preroll_queue_empty),
25236 (gst_basesink_preroll_queue_flush), (gst_basesink_handle_object),
25237 (gst_basesink_event), (gst_basesink_do_sync),
25238 (gst_basesink_handle_event), (gst_basesink_handle_buffer),
25239 (gst_basesink_chain), (gst_basesink_loop), (gst_basesink_activate),
25240 (gst_basesink_change_state):
25241 Reworked the base sink, handle event and buffer serialisation
25242 correctly and removed possible deadlock.
25243 Handle EOS correctly.
25245 2005-06-25 Wim Taymans <wim@fluendo.com>
25247 * gst/gstpipeline.c: (is_eos), (pipeline_bus_handler),
25248 (gst_pipeline_change_state):
25249 * tools/gst-launch.c: (check_intr), (event_loop), (main):
25250 Allow elements to post EOS in the state change function.
25251 Fix up -launch, make it exit the poll loop when the
25252 pipeline actually changed state.
25253 Fix up warning parsing in -launch.
25255 2005-06-25 Wim Taymans <wim@fluendo.com>
25257 * gst/elements/gsttee.c: (gst_tee_chain), (gst_tee_loop),
25258 (gst_tee_sink_activate):
25259 Core takes STREAM_LOCK for us now.
25261 2005-06-25 Wim Taymans <wim@fluendo.com>
25263 * gst/gstelement.c: (gst_element_get_state_func),
25264 (gst_element_set_state):
25265 * gst/gstelement.h:
25266 * gst/gstmessage.c: (gst_message_parse_error),
25267 (gst_message_parse_warning):
25268 Keep track of current target state while performing a state
25269 change so that subclasses can do something interesting.
25270 Fix parsing of warning/error messages when GError is NULL.
25272 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
25274 * docs/gst/Makefile.am:
25275 * docs/gst/gstreamer-docs.sgml:
25276 * docs/gst/gstreamer-sections.txt:
25277 * docs/gst/gstreamer.types:
25278 * docs/gst/tmpl/gstbasesink.sgml:
25279 * docs/gst/tmpl/gstbasesrc.sgml:
25280 * docs/gst/tmpl/gstbin.sgml:
25281 * docs/gst/tmpl/gstcompat.sgml:
25282 * docs/gst/tmpl/gstfakesink.sgml:
25283 * docs/gst/tmpl/gstfakesrc.sgml:
25284 * docs/gst/tmpl/gstfilesink.sgml:
25285 * docs/gst/tmpl/gstfilesrc.sgml:
25286 * docs/gst/tmpl/gstindex.sgml:
25287 * docs/manual/appendix-quotes.xml:
25288 * gst/base/gstbasesrc.h:
25289 * gst/elements/gstfakesrc.h:
25290 * gst/gstmessage.h:
25291 start pulling in base classes and elements in our docs
25293 2005-06-24 Stefan Kost <ensonic@users.sf.net>
25295 * docs/gst/Makefile.am:
25296 * docs/libs/Makefile.am:
25297 fixed make distcheck with gtk-doc 1.3
25299 2005-06-23 Wim Taymans <wim@fluendo.com>
25301 * gst/gstelement.c: (gst_element_get_state_func),
25302 (gst_element_set_state), (gst_element_change_state):
25303 When the state did not change, also report NO_PREROLL
25306 2005-06-23 Wim Taymans <wim@fluendo.com>
25308 * gst/gstpad.c: (gst_pad_event_default):
25309 * gst/gstqueue.c: (gst_queue_loop):
25310 No unsafe task pausing please.
25312 2005-06-23 Wim Taymans <wim@fluendo.com>
25314 * gst/schedulers/threadscheduler.c:
25315 (gst_thread_scheduler_task_start),
25316 (gst_thread_scheduler_task_pause), (gst_thread_scheduler_func):
25317 Ref the task before pushing it on the threadpool. This
25318 makes sure that we have a ref when the threadfunction is
25321 2005-06-23 Andy Wingo <wingo@pobox.com>
25323 * gst/base/gstbasesrc.c (gst_basesrc_get_range): Check if the
25324 offset is greater than the file's size.
25326 * gst/gstobject.h (GST_CLASS_LOCK, GST_CLASS_TRYLOCK)
25327 (GST_CLASS_UNLOCK, GST_CLASS_GET_LOCK, GstObjectClass)
25328 * gst/gstobject.c (gst_object_class_init): Make the class lock
25329 recursive. Wim won't let me drop deep_notify. Decodebin works
25330 again, whoopdy doo.
25332 * gst/gstghostpad.c (on_int_notify): Catches notify::caps on the
25333 internal pad, and hacks accordingly. Doesn't do it on the target
25334 pad because we change its caps. Probably catches all cases of
25336 (gst_ghost_pad_set_property): Connect to notify::caps as
25339 * tests/network-clock.scm (plot-simulation): Pipe data to the
25340 elite python skript.
25342 * tests/network-clock-utils.scm (define-parameter): New macro,
25343 defines a parameter that can be set via the command line.
25344 (set-parameter!, parse-parameter-arguments): Command line args
25347 * tests/plot-data: Simple matplotlib-based plotter, takes input on
25350 2005-06-23 Jan Schmidt <thaytan@mad.scientist.com>
25352 * gst/elements/gsttypefindelement.c:
25353 (gst_type_find_element_handle_event):
25354 Don't restart typefinding on a discont.
25355 * gst/gstelement.c: (gst_element_set_state):
25356 Debug spelling fix.
25357 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_send_event):
25358 Allow changing mode of an active pad.
25359 Debug output fixes.
25360 * gst/registries/gstlibxmlregistry.c: (load_feature):
25361 Don't cast a static pad template to a normal pad template.
25363 2005-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
25365 * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
25366 * gst/gstvalue.c: (gst_value_deserialize_int_helper):
25367 remove gst_strtoll completely, since it didn't actually do
25368 anything more than what g_ascii_strtoull already does.
25369 check for range errors when deserializing
25370 do a cast for the unsigned cases; but further fixing needs
25371 a decision on what the interpretation of "(int)" and
25372 deserialization should be for values that fall outside the
25373 type's boundaries (ie, refuse, or interpret as casting)
25375 2005-06-23 Wim Taymans <wim@fluendo.com>
25377 * check/Makefile.am:
25378 * check/states/sinks.c: (START_TEST), (gst_object_suite), (main):
25379 * docs/design/part-live-source.txt:
25380 * docs/design/part-states.txt:
25381 * gst/base/gstbasesrc.c: (gst_basesrc_init),
25382 (gst_basesrc_set_live), (gst_basesrc_is_live),
25383 (gst_basesrc_get_range), (gst_basesrc_activate),
25384 (gst_basesrc_change_state):
25385 * gst/base/gstbasesrc.h:
25386 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
25387 (gst_fakesrc_set_property), (gst_fakesrc_get_property):
25388 * gst/gstbin.c: (gst_bin_get_state), (gst_bin_change_state):
25389 * gst/gstelement.c: (gst_element_get_state_func),
25390 (gst_element_set_state):
25391 * gst/gstelement.h:
25393 * tools/gst-launch.c: (event_loop), (main):
25394 Added support for live sources and other elements that
25396 Updated design docs, added live-source design doc.
25397 Implemented live source functionality in basesrc
25398 Fix error condition in _bin_get_state()
25399 Implement live source handling in -launch.
25400 Added check for live sources.
25401 Fixed case in GstBin where elements were changed state
25405 2005-06-23 Andy Wingo <wingo@pobox.com>
25407 * check/gst/gstpad.c (test_get_allowed_caps, test_refcount): Fix
25408 borken refcounting.
25410 * gst/gstpad.c (gst_pad_set_caps): Remove needless refs,
25411 gst_caps_replace takes care of this for us.
25413 * gst/gstghostpad.c (gst_proxy_pad_do_setcaps): Call the full
25414 gst_pad_set_caps on the target, not just its setcaps() function.
25416 * tests/network-clock.scm:
25417 * tests/network-clock-utils.scm: A network clock simulator.
25418 Something of an algorithmic testbed before doing something in C.
25420 2005-06-22 Thomas Vander Stichele <thomas at apestaart dot org>
25422 * check/Makefile.am:
25423 * check/gst/capslist.h:
25424 copy over from 0.8, and add two with bitmasks specified with
25426 * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite):
25427 add test to parse everything from capslist.h
25428 * check/gst/gststructure.c: (START_TEST), (gst_value_suite),
25430 add test for structure deserialization
25431 * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
25432 add tests for deserialization of strings to int types
25433 * gst/gststructure.c: (gst_structure_nth_field_name):
25434 * gst/gststructure.h:
25435 add a way to get the name of a field referenced by index
25436 * gst/gstvalue.c: (gst_value_deserialize_int_helper):
25437 instead of checking if the resulting long long lies between
25438 min and max, we check if the long long would fit into
25439 a number of bytes for the final type.
25440 This fixes cases where a string represents 2^32 - 1, which
25441 when cast to int would be the (valid) -1, but is bigger than
25444 2005-06-22 Thomas Vander Stichele <thomas at apestaart dot org>
25446 * gst/parse/grammar.y:
25447 add a log line for type deserialization
25449 2005-06-22 Thomas Vander Stichele <thomas at apestaart dot org>
25451 * check/gst/gstvalue.c: (START_TEST):
25452 * gst/gstvalue.c: (gst_value_deserialize):
25453 return long long, not int, so gint64 deserialization actually
25454 works. Is there any flag that makes the compiler check this ?
25457 2005-06-22 Wim Taymans <wim@fluendo.com>
25460 Added convenience macros for setting buffers in GValue.
25462 2005-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
25464 * check/gst/.cvsignore:
25465 * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
25466 add a test deserializing int64, and comment part out because
25469 2005-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
25471 * check/Makefile.am:
25472 * check/gst/gstvalue.c: (START_TEST), (gst_value_suite), (main):
25473 * testsuite/Makefile.am:
25474 * testsuite/caps/Makefile.am:
25475 * testsuite/caps/value_serialize.c:
25476 * testsuite/test_gst_init.c:
25477 move a value_serialize test over
25479 2005-06-20 Wim Taymans <wim@fluendo.com>
25484 * gst/gstvalue.c: (gst_value_compare_buffer),
25485 (gst_value_serialize_buffer), (gst_value_deserialize_buffer),
25486 (gst_value_compare_flags), (gst_value_serialize_flags),
25487 (gst_value_deserialize_flags), (_gst_value_initialize):
25488 Fix serialisation of buffers, they are not boxed types anymore
25490 2005-06-20 Wim Taymans <wim@fluendo.com>
25492 * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite):
25493 Testcase to show error in buffer-on-caps serialisation.
25495 2005-06-20 Andy Wingo <wingo@pobox.com>
25497 * docs/random/wingo/porting-plugins-to-0.9: A pitiful document I
25498 will be adding to later.
25500 * gst/gstsystemclock.c (gst_system_clock_init): Unlock the clock
25501 if its socks fill with rocks.
25502 (gst_system_clock_obtain): Set the name on object construction.
25503 Avoid double-checked locking.
25505 2005-06-20 Tim-Philipp Müller <tim at centricular dot net>
25507 * gst/gsturi.c: (gst_element_make_from_uri):
25508 Fix potential endless loop.
25510 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
25512 * check/Makefile.am:
25514 * check/gst/gsttag.c: (check_tags), (START_TEST), (gst_tag_suite),
25516 move over from testsuite dir and clean up
25519 * testsuite/Makefile.am:
25520 * testsuite/tags/.cvsignore:
25521 * testsuite/tags/Makefile.am:
25522 * testsuite/tags/merge.c:
25523 remove testsuite/tags
25525 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
25527 * docs/gst/gstreamer-sections.txt:
25528 * docs/gst/tmpl/gstenumtypes.sgml:
25529 * win32/gstenumtypes.c:
25530 clean up documentation build a little
25532 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
25534 * check/gstcheck.h:
25535 add macros for checking refcounts on objects and caps
25536 * check/gst/gstpad.c: (START_TEST), (gst_pad_suite):
25537 add some more unit tests
25538 * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked),
25539 (gst_pad_link_prepare), (gst_pad_link), (gst_pad_get_allowed_caps):
25540 fix leaked refcounts (I hope :)) so unittest works
25544 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
25546 * configure.ac: back to HEAD
25548 === release 0.9.1 ===
25550 2005-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
25556 2005-06-17 Andy Wingo <wingo@pobox.com>
25558 * gst/base/gstbasesink.c (gst_basesink_chain): Remove bogus
25559 assert; it's always possible that the pad gets deactivated in
25560 between the checks in gstpad.c and the implementation. Rely on
25561 finish_preroll() to return a FLUSHING or similar instead of on the
25564 * gst/base/gstbasesink.c (gst_basesink_event): Only wait for the
25565 clock and post an EOS message if we come out of finish_preroll in
25568 2005-06-16 David Schleef <ds@schleef.org>
25570 * gst/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
25571 (gst_capsfilter_set_property): Allow NULL as possible value
25572 for filter_caps property, indicating GST_CAPS_ANY.
25574 2005-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
25576 * gst/elements/gstfakesrc.c: (gst_fakesrc_create):
25578 * gst/schedulers/Makefile.am:
25580 * gstreamer.spec.in:
25583 2005-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
25585 * gstreamer.spec.in:
25588 2005-06-08 Andy Wingo <wingo@pobox.com>
25590 * gst/gstutils.c: RPAD fixes all around.
25591 (gst_element_link_pads): Refcounting fixes.
25593 * tools/gst-inspect.c:
25594 * tools/gst-xmlinspect.c:
25596 * gst/base/gsttypefindhelper.c:
25597 * gst/base/gstbasesink.c:
25598 * gst/gstqueue.c: RPAD fixes.
25600 * gst/gstghostpad.h:
25601 * gst/gstghostpad.c: New ghost pad implementation as full proxy
25602 pads. The tricky thing is they provide both source and sink
25603 interfaces, since they proxy the internal pad for the external
25604 pad, and vice versa. Implement with lower-level ProxyPad objects,
25605 with the interior proxy pad as a child of the exterior ghost pad.
25606 Should write a doc on this.
25608 * gst/gstpad.h: s/RPAD/PAD/, s/RealPad/Pad/.
25609 (gst_pad_set_name, gst_pad_set_parent): Macros removed, use
25612 * gst/gstpad.c: Big changes. No more stub base GstPad, now all
25613 pads are real pads. No ghost pads in this file. Not documenting
25614 the myriad s/RPAD/PAD/ and REALIZE fixes.
25615 (gst_pad_class_init): Add properties for "direction" and
25616 "template". Both are construct-only, so they can't change during
25617 the life of the pad. Fixes properly deriving from GstPad.
25618 (gst_pad_custom_new, gst_pad_custom_new_from_template): Gone. For
25619 derived objects, just set properties when creating the objects via
25621 (gst_pad_get_parent): Implement as a function, return NULL if the
25622 parent is not an element.
25623 (gst_pad_get_real_parent, gst_pad_add_ghost_pad)
25624 (gst_pad_remove_ghost_pad, gst_pad_realize): Removed.
25626 * gst/gstobject.c (gst_object_class_init): Make name a construct
25627 property. Don't set it in the object init.
25629 * gst/gstelement.c (gst_element_add_pad): Don't allow adding pads
25630 with UNKNOWN direction.
25631 (gst_element_add_ghost_pad): Remove non-orthogonal API. Replace
25632 with gst_element_add_pad (e, gst_ghost_pad_new (name, pad)).
25633 (gst_element_remove_pad): Remove ghost-pad special cases.
25634 (gst_element_pads_activate): Remove rpad cruft.
25636 * gst/gstbin.c (gst_bin_change_state): Use gst_pad_get_parent to
25637 catch the pad's-parent-not-an-element case.
25639 * gst/gst.h: Include gstghostpad.h.
25641 * gst/gst.c (init_post): No more real, ghost pads.
25643 * gst/Makefile.am: Add gstghostpad.[ch].
25645 * check/Makefile.am:
25646 * check/gst/gstbin.c:
25647 * check/gst/gstghostpad.c (test_ghost_pads): Check that linking
25648 into a bin creates ghost pads, and that the refcounts are right.
25649 Partly moved from gstbin.c.
25651 2005-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
25653 * check/gst-libs/.cvsignore:
25654 * check/gst/.cvsignore:
25655 * check/pipelines/.cvsignore:
25657 * check/pipelines/cleanup.c: (setup_pipeline), (run_pipeline),
25658 (START_TEST), (cleanup_suite), (main):
25659 add some tests related to cleanup after running pipelines
25661 2005-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
25663 * check/gst/gstbuffer.c: (START_TEST), (gst_test_suite), (main):
25664 add a testsuite for GstBuffer
25666 2005-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
25668 * gst/gstminiobject.h:
25669 add defines for accessing the refcount
25671 2005-06-03 Stefan Kost <ensonic@users.sf.net>
25673 * Makefile.am: added support for html unit test coverage reports
25675 2005-06-03 Jan Schmidt <thaytan@mad.scientist.com>
25677 * gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property):
25678 Free existing caps if the capsfilter changes. Add a FIXME about
25679 setting those caps on the pads.
25681 * gst/gstutils.c: (gst_element_get_compatible_pad), (ghost_up):
25682 Before adding a ghost pad to a parent bin, check that there isn't
25683 already one for the element on the bin. Prevents infinite recursion
25684 when using decodebin in parse pipelines. Andy says he'll rewrite the
25685 way this works anyway, so ignore the hack.
25687 2005-06-02 Andy Wingo <wingo@pobox.com>
25689 * gst/elements/gsttypefindelement.c (do_pull_typefind): Query the
25690 file size, pass it on to the type find helper.
25692 * gst/base/gstbasesrc.c (gst_basesrc_do_seek): Set the
25693 segment_start and segment_end properly according to the seek
25694 method. Segment_end is still a bit flaky because offset can be
25695 negative for CUR and END cases, but it takes -1 as an "unset"
25698 2005-06-02 Wim Taymans <wim@fluendo.com>
25700 * gst/base/gstbasesink.c: (gst_basesink_pad_buffer_alloc),
25701 (gst_base_sink_buffer_alloc), (gst_basesink_preroll_queue_push),
25702 (gst_basesink_activate):
25703 * gst/base/gstbasesink.h:
25704 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
25705 (gst_pad_link), (gst_pad_accept_caps), (gst_pad_alloc_buffer),
25706 (gst_pad_query), (gst_pad_start_task):
25708 * gst/gstqueue.c: (gst_queue_bufferalloc),
25709 (gst_queue_handle_sink_event), (gst_queue_chain):
25710 Bufferalloc: return GstFlowReturn to more accuratly report
25711 why allocation failed.
25713 2005-06-02 Wim Taymans <wim@fluendo.com>
25715 * gst/gstpipeline.c: (gst_pipeline_send_event):
25716 Take snapshot of state without blocking.
25718 2005-06-02 Wim Taymans <wim@fluendo.com>
25720 * docs/design/part-TODO.txt:
25721 * docs/design/part-caps.txt:
25722 * docs/design/part-clocks.txt:
25723 * docs/design/part-negotiation.txt:
25724 * docs/design/part-preroll.txt:
25727 2005-05-30 Wim Taymans <wim@fluendo.com>
25729 * gst/elements/gstidentity.c: (gst_identity_event),
25730 (gst_identity_transform), (gst_identity_get_property):
25731 Protect last_message property as it is accessed from
25734 2005-05-30 Wim Taymans <wim@fluendo.com>
25736 * gst/gstelement.c: (gst_element_init),
25737 (gst_element_pads_activate), (gst_element_change_state):
25738 Slicker pad activation code.
25740 2005-05-30 Wim Taymans <wim@fluendo.com>
25743 * gst/gstelement.h:
25744 * gst/gstelementfactory.h:
25746 Move elementfactory methods to separate .h file.
25748 2005-05-30 Wim Taymans <wim@fluendo.com>
25750 * docs/design/part-overview.txt:
25751 * gst/gstsystemclock.h:
25752 Small typo fixes, doc updates.
25754 2005-05-30 Wim Taymans <wim@fluendo.com>
25756 * gst/gst.c: (gst_init_get_popt_table), (init_post),
25757 (init_popt_callback):
25758 Remove cpu-opt flag.
25760 2005-05-30 Wim Taymans <wim@fluendo.com>
25762 * gst/gstbuffer.c: (gst_subbuffer_finalize),
25763 (gst_buffer_create_sub), (gst_buffer_is_span_fast):
25765 Avoid typechecking in places where not needed.
25766 Added accessor for malloc_data.
25768 2005-05-30 Wim Taymans <wim@fluendo.com>
25770 * gst/gstpad.c: (gst_real_pad_init), (gst_pad_set_active),
25771 (gst_pad_link_prepare), (gst_pad_link), (gst_pad_accept_caps),
25772 (gst_pad_configure_sink), (gst_pad_configure_src),
25773 (gst_pad_alloc_buffer), (gst_pad_query), (gst_pad_send_event),
25774 (gst_pad_start_task):
25775 Propagate errors from _set_caps() in configure_src/sink
25776 functions instead of returning TRUE.
25777 FLUSH events can travel up and downstream
25780 2005-05-30 Wim Taymans <wim@fluendo.com>
25782 * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_push),
25783 (gst_basesink_activate):
25784 Handle EOS in preroll.
25786 2005-05-30 Wim Taymans <wim@fluendo.com>
25788 * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
25789 (gst_queue_loop), (gst_queue_handle_src_event):
25790 Remove old pieces of code
25791 Flushing the queue in an upstream event is a very bad idea.
25793 2005-05-26 Andy Wingo <wingo@pobox.com>
25795 * gst/gstminiobject.c (gst_value_mini_object_collect): Use
25796 gst_value_set_mini_object so as to add a ref on the object (which
25797 will be removed when the value is unset).
25799 * gst/elements/gstfakesink.c (gst_fakesink_class_init): Fix signal
25800 arg type in ::handoff.
25802 * gst/gstelement.c (gst_element_change_state): Also deactivate
25803 pads in READY->NULL, just in case the element didn't make it to
25804 PAUSED. Wingo tested, Wim approved.
25806 2005-05-26 Wim Taymans <wim@fluendo.com>
25808 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
25809 (gst_pad_link), (gst_pad_accept_caps), (gst_pad_alloc_buffer),
25810 (gst_pad_query), (gst_pad_send_event), (gst_pad_start_task):
25811 A flushing pad cannot be used to alloc_buffer from.
25813 2005-05-26 Wim Taymans <wim@fluendo.com>
25815 * gst/gstbus.c: (gst_bus_init), (gst_bus_dispose), (gst_bus_post),
25816 (gst_bus_pop), (gst_bus_source_prepare), (gst_bus_source_check),
25817 (gst_bus_source_dispatch), (gst_bus_source_finalize),
25818 (gst_bus_create_watch), (gst_bus_add_watch_full):
25820 Implement a real GSource and use g_main_context_wakeup() to
25821 signal new messages instead of the socketpair.
25823 2005-05-25 Wim Taymans <wim@fluendo.com>
25825 * gst/gstbin.c: (bin_element_is_sink), (has_ancestor),
25826 (bin_element_is_semi_sink), (append_child), (gst_bin_change_state):
25827 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
25828 (gst_pad_link), (gst_pad_accept_caps), (gst_pad_query),
25829 (gst_pad_send_event), (gst_pad_start_task):
25830 * gst/gstqueue.c: (gst_queue_init), (gst_queue_locked_flush),
25831 (gst_queue_handle_sink_event), (gst_queue_chain), (gst_queue_loop),
25832 (gst_queue_sink_activate), (gst_queue_src_activate),
25833 (gst_queue_change_state):
25835 Fix state changes for non sinks. We now change sinks, then elements
25836 with unconnected srcpads, then the rest.
25837 More efficient queue unlocking in flush and state changes.
25838 Set the pad activate mode even if it does not have an activate
25841 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25843 * gst/base/gstbasesrc.c: (gst_basesrc_activate):
25844 Don't go in pull mode for non-seekable sources.
25845 * gst/elements/gsttypefindelement.h:
25846 * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
25847 (gst_type_find_element_dispose), (gst_type_find_handle_src_query),
25848 (free_entry), (stop_typefinding),
25849 (gst_type_find_element_handle_event), (find_peek),
25850 (gst_type_find_element_chain), (do_pull_typefind),
25851 (gst_type_find_element_change_state):
25852 Allow typefinding (w/o seeking) in push-mode, simplified version
25853 of what was in 0.8.
25854 * gst/gstutils.c: (gst_buffer_join):
25856 gst_buffer_join() from 0.8.
25858 2005-05-25 Wim Taymans <wim@fluendo.com>
25860 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
25861 (gst_pad_link), (gst_pad_accept_caps), (gst_pad_query),
25862 (gst_pad_send_event), (gst_pad_start_task):
25863 Disable attempt at mode switching until it is figured out.
25865 2005-05-25 Wim Taymans <wim@fluendo.com>
25867 * gst/base/gstadapter.c: (gst_adapter_peek), (gst_adapter_flush):
25868 * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_push),
25869 (gst_basesink_finish_preroll), (gst_basesink_chain),
25870 (gst_basesink_loop), (gst_basesink_activate),
25871 (gst_basesink_change_state):
25872 * gst/base/gstbasesrc.c: (gst_basesrc_do_seek),
25873 (gst_basesrc_get_range), (gst_basesrc_loop),
25874 (gst_basesrc_activate):
25875 * gst/elements/gsttee.c: (gst_tee_sink_activate):
25876 * gst/gstpad.c: (gst_pad_dispose), (gst_real_pad_class_init),
25877 (gst_real_pad_init), (gst_real_pad_set_property),
25878 (gst_real_pad_get_property), (gst_pad_set_active),
25879 (gst_pad_is_active), (gst_pad_get_query_types), (gst_pad_unlink),
25880 (gst_pad_link_prepare), (gst_pad_link), (gst_pad_get_real_parent),
25881 (gst_real_pad_get_caps_unlocked), (gst_pad_peer_get_caps),
25882 (gst_pad_accept_caps), (gst_pad_get_peer), (gst_pad_realize),
25883 (gst_pad_event_default_dispatch), (gst_pad_event_default),
25884 (gst_pad_dispatcher), (gst_pad_query), (gst_real_pad_dispose),
25885 (gst_pad_save_thyself), (handle_pad_block), (gst_pad_chain),
25886 (gst_pad_push), (gst_pad_get_range), (gst_pad_pull_range),
25887 (gst_pad_send_event), (gst_pad_start_task), (gst_pad_pause_task),
25888 (gst_pad_stop_task):
25890 * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
25891 (gst_queue_loop), (gst_queue_src_activate):
25892 * gst/gsttask.c: (gst_task_init), (gst_task_set_lock),
25893 (gst_task_get_state):
25895 * gst/schedulers/threadscheduler.c:
25896 (gst_thread_scheduler_task_start), (gst_thread_scheduler_func):
25897 Implement gst_pad_pause/start/stop_task(), take STREAM lock
25899 Remove ACTIVE pad flag, use FLUSHING everywhere
25900 Added _pad_chain(), _pad_get_range() to call chain/getrange
25902 Add locks around IS_FLUSHING when reading.
25903 Take STREAM lock in chain(), get_range() functions so plugins
25904 don't need to take it anymore.
25908 2005-05-25 Wim Taymans <wim@fluendo.com>
25910 * tools/gst-launch.c: (event_loop):
25911 Unref message after using its contents instead of
25914 2005-05-24 Wim Taymans <wim@fluendo.com>
25916 * docs/design/draft-ghostpads.txt:
25917 * docs/design/draft-push-pull.txt:
25918 * docs/design/draft-query.txt:
25919 * docs/design/part-overview.txt:
25920 Docs updates, added general overview doc.
25922 2005-05-21 David Schleef <ds@schleef.org>
25924 * docs/gst/tmpl/old/GstBin.sgml:
25925 * docs/gst/tmpl/old/GstBuffer.sgml:
25926 * docs/gst/tmpl/old/GstCaps.sgml:
25927 * docs/gst/tmpl/old/GstClock.sgml:
25928 * docs/gst/tmpl/old/GstCompat.sgml:
25929 * docs/gst/tmpl/old/GstData.sgml:
25930 * docs/gst/tmpl/old/GstElement.sgml:
25931 * docs/gst/tmpl/old/GstEvent.sgml:
25932 * docs/gst/tmpl/old/GstIndex.sgml:
25933 * docs/gst/tmpl/old/GstStructure.sgml:
25934 * docs/gst/tmpl/old/GstTag.sgml:
25935 * docs/gst/tmpl/old/cothreads.sgml:
25936 * docs/gst/tmpl/old/cothreads_compat.sgml:
25937 * docs/gst/tmpl/old/gettext.sgml:
25938 * docs/gst/tmpl/old/gobject2gtk.sgml:
25939 * docs/gst/tmpl/old/grammar.tab.sgml:
25940 * docs/gst/tmpl/old/gst-i18n-app.sgml:
25941 * docs/gst/tmpl/old/gst-i18n-lib.sgml:
25942 * docs/gst/tmpl/old/gst_private.sgml:
25943 * docs/gst/tmpl/old/gstaggregator.sgml:
25944 * docs/gst/tmpl/old/gstarch.sgml:
25945 * docs/gst/tmpl/old/gstatomic_impl.sgml:
25946 * docs/gst/tmpl/old/gstbufferstore.sgml:
25947 * docs/gst/tmpl/old/gstdata_private.sgml:
25948 * docs/gst/tmpl/old/gstdisksink.sgml:
25949 * docs/gst/tmpl/old/gstdisksrc.sgml:
25950 * docs/gst/tmpl/old/gstelementfactory.sgml:
25951 * docs/gst/tmpl/old/gstextratypes.sgml:
25952 * docs/gst/tmpl/old/gstfakesink.sgml:
25953 * docs/gst/tmpl/old/gstfakesrc.sgml:
25954 * docs/gst/tmpl/old/gstfdsink.sgml:
25955 * docs/gst/tmpl/old/gstfdsrc.sgml:
25956 * docs/gst/tmpl/old/gstfilesink.sgml:
25957 * docs/gst/tmpl/old/gstfilesrc.sgml:
25958 * docs/gst/tmpl/old/gsthttpsrc.sgml:
25959 * docs/gst/tmpl/old/gstidentity.sgml:
25960 * docs/gst/tmpl/old/gstindexfactory.sgml:
25961 * docs/gst/tmpl/old/gstmarshal.sgml:
25962 * docs/gst/tmpl/old/gstmd5sink.sgml:
25963 * docs/gst/tmpl/old/gstmultidisksrc.sgml:
25964 * docs/gst/tmpl/old/gstmultifilesrc.sgml:
25965 * docs/gst/tmpl/old/gstpadtemplate.sgml:
25966 * docs/gst/tmpl/old/gstpipefilter.sgml:
25967 * docs/gst/tmpl/old/gstschedulerfactory.sgml:
25968 * docs/gst/tmpl/old/gstsearchfuncs.sgml:
25969 * docs/gst/tmpl/old/gstshaper.sgml:
25970 * docs/gst/tmpl/old/gstspider.sgml:
25971 * docs/gst/tmpl/old/gstspideridentity.sgml:
25972 * docs/gst/tmpl/old/gststatistics.sgml:
25973 * docs/gst/tmpl/old/gsttee.sgml:
25974 * docs/gst/tmpl/old/gsttimecache.sgml:
25975 * docs/gst/tmpl/old/gsttypefindfactory.sgml:
25976 * docs/gst/tmpl/old/gstxmlregistry.sgml:
25977 * docs/gst/tmpl/old/gthread-cothreads.sgml:
25978 * docs/gst/tmpl/old/types.sgml:
25979 I didn't intend to add these or check them in.
25981 2005-05-19 David Schleef <ds@schleef.org>
25983 * configure.ac: Use -no-common everywhere. In a sane world, it
25984 would be the default in libtool, because without it, you can't
25985 build DLLs on Windows.
25986 * docs/gst/gstreamer-docs.sgml: Remove GstCpu, GstData, GstThread
25987 * docs/gst/gstreamer-sections.txt:
25988 * docs/gst/tmpl/gstcpu.sgml:
25989 * docs/gst/tmpl/gstdata.sgml:
25990 * docs/gst/tmpl/gstthread.sgml:
25992 2005-05-19 David Schleef <ds@schleef.org>
25994 * gst/gstminiobject.c: (gst_value_set_mini_object),
25995 (gst_value_take_mini_object), (gst_value_get_mini_object):
25996 * gst/gstminiobject.h: Add GValue set/get functions.
25998 2005-05-19 Wim Taymans <wim@fluendo.com>
26000 * gst/gstbuffer.c: (gst_buffer_init), (gst_subbuffer_get_type),
26001 (gst_subbuffer_class_init), (gst_subbuffer_finalize),
26002 (gst_subbuffer_init), (gst_buffer_is_span_fast):
26004 * gst/gstbus.c: (gst_bus_post):
26005 * gst/gstelement.c: (gst_element_get_random_pad):
26006 * gst/gstmessage.c: (gst_message_init), (gst_message_finalize):
26007 Make subbufer unref the parent in finalize.
26008 some more debugging info.
26011 2005-05-19 Wim Taymans <wim@fluendo.com>
26013 * gst/base/gstbasesink.c: (gst_basesink_class_init),
26014 (gst_basesink_init), (gst_basesink_finalize),
26015 (gst_basesink_activate), (gst_basesink_change_state):
26016 Don't free preroll queue too early.
26018 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26022 Hi, I'm outdated. Please shoot me.
26024 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26026 * gst/gstpipeline.c: (gst_pipeline_send_event):
26027 Do not access variables after they have been deleted.
26029 2005-05-19 Wim Taymans <wim@fluendo.com>
26031 * tools/gst-inspect.c: (print_plugin_features):
26032 A plugin feature does unfortunatly not use the
26035 2005-05-18 Wim Taymans <wim@fluendo.com>
26037 * gst/gstbuffer.c: (gst_buffer_is_span_fast), (gst_buffer_span):
26038 Port _span() functions to new subbuffers.
26040 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26042 * gst/gstbin.c: (gst_bin_add_func):
26043 Fix clock settery in bins when adding kids after the clock has
26046 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26048 * gst/elements/gstidentity.c: (gst_identity_class_init):
26049 Workaround until signals support GstMiniObject.
26051 2005-05-18 Jan Schmidt <thaytan@mad.scientist.com>
26054 Oops, fix a typo GST_TYPE_BUFFER -> GST_TYPE_SUBBUFFER.
26056 2005-05-18 Wim Taymans <wim@fluendo.com>
26058 * gst/base/Makefile.am:
26059 * gst/base/gstadapter.c: (gst_adapter_base_init),
26060 (gst_adapter_class_init), (gst_adapter_init),
26061 (gst_adapter_dispose), (gst_adapter_finalize), (gst_adapter_new),
26062 (gst_adapter_clear), (gst_adapter_push), (gst_adapter_peek),
26063 (gst_adapter_flush), (gst_adapter_available),
26064 (gst_adapter_available_fast):
26065 * gst/base/gstadapter.h:
26066 Ported and added adapter to the base classes.
26068 2005-05-17 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
26071 * gst/gstmessage.c:
26072 Make sure the class is reffed/unreffed once before threads can be
26073 used. Fixes #304551.
26075 2005-05-17 Wim Taymans <wim@fluendo.com>
26077 * gst/base/gstbasesink.c: (gst_basesink_finish_preroll),
26078 (gst_basesink_chain_unlocked), (gst_basesink_activate):
26079 * gst/gstminiobject.c: (gst_mini_object_get_type),
26080 (gst_mini_object_free):
26081 * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_query),
26082 (gst_pad_push), (gst_pad_push_event):
26083 * gst/gstqueue.c: (gst_queue_change_state):
26084 Don't queue buffers in basesink when we are flushing.
26085 Unref buffer when flushing in basesink.
26086 Flush queue when going to READY
26087 Unref buffer when _push() returns an error.
26088 Don't free MiniObject instance when refcount is incremented
26089 in _finalize() so that we can recover objects.
26091 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
26093 * docs/manual/advanced-schedulers.xml:
26094 * docs/manual/appendix-checklist.xml:
26095 * docs/pwg/advanced-clock.xml:
26096 * docs/pwg/advanced-interfaces.xml:
26097 * docs/pwg/advanced-request.xml:
26098 * docs/pwg/advanced-types.xml:
26099 * docs/pwg/intro-preface.xml:
26100 * examples/plugins/example.c: (gst_example_get_type),
26101 (gst_example_class_init), (gst_example_chain),
26102 (gst_example_set_property), (gst_example_get_property),
26103 (gst_example_change_state), (plugin_init):
26104 * examples/plugins/example.h:
26107 2005-05-17 Wim Taymans <wim@fluendo.com>
26109 * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_set_caps),
26110 (gst_pad_alloc_buffer), (gst_pad_query), (gst_pad_push):
26111 * gst/gstqueue.c: (gst_queue_change_state):
26112 Clear queue when going to READY.
26113 Remove IN_SETCAPS flag too.
26115 2005-05-17 Tim-Philipp Müller <tim at centricular dot net>
26117 * gst/base/gstbasesrc.c: (gst_basesrc_change_state):
26118 Remove implicit cast from gboolean to GstElementStateReturn;
26119 make sure we still return failure in paused => ready case if
26120 the parent class fails to change state and our own stop
26123 2005-05-17 Wim Taymans <wim@fluendo.com>
26125 * tools/gst-launch.c: (event_loop):
26126 Message was unreffed too soon.
26128 2005-05-16 Andy Wingo <wingo@pobox.com>
26130 * gst/gstbin.c (sink_iterator_filter): Err... um...
26132 * check/gst/gstbin.c (test_ghost_pads): New test for the
26133 ghosting-if-elements-not-in-same-bin behavior.
26135 2005-05-16 David Schleef <ds@schleef.org>
26137 * gst/gstminiobject.c: Use g_atomic_int_get() instead of
26138 accessing refcount directly.
26140 2005-05-15 David Schleef <ds@schleef.org>
26142 * check/Makefile.am: remove GstData checks
26143 * check/gst-libs/gdp.c: (START_TEST): fix for API changes
26144 * gst/Makefile.am: add miniobject, remove data
26145 * gst/gst.h: add miniobject, remove data
26146 * gst/gstdata.c: remove
26147 * gst/gstdata.h: remove
26148 * gst/gstdata_private.h: remove
26149 * gst/gsttypes.h: remove GstEvent and GstMessage
26150 * gst/gstelement.c: (gst_element_post_message): fix for API changes
26151 * gst/gstmarshal.list: change BOXED -> OBJECT
26153 Implement GstMiniObject.
26154 * gst/gstminiobject.c:
26155 * gst/gstminiobject.h:
26157 Modify to be subclasses of GstMiniObject.
26158 * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
26159 (gst_buffer_class_init), (gst_buffer_finalize), (_gst_buffer_copy),
26160 (gst_buffer_init), (gst_buffer_new), (gst_buffer_new_and_alloc),
26161 (gst_subbuffer_get_type), (gst_subbuffer_init),
26162 (gst_buffer_create_sub), (gst_buffer_is_span_fast),
26165 * gst/gstevent.c: (_gst_event_initialize), (gst_event_get_type),
26166 (gst_event_class_init), (gst_event_init), (gst_event_finalize),
26167 (_gst_event_copy), (gst_event_new):
26169 * gst/gstmessage.c: (_gst_message_initialize),
26170 (gst_message_get_type), (gst_message_class_init),
26171 (gst_message_init), (gst_message_finalize), (_gst_message_copy),
26172 (gst_message_new), (gst_message_new_error),
26173 (gst_message_new_warning), (gst_message_new_tag),
26174 (gst_message_new_state_changed), (gst_message_new_application):
26175 * gst/gstmessage.h:
26176 * gst/gstprobe.c: (gst_probe_perform),
26177 (gst_probe_dispatcher_dispatch):
26179 * gst/gstquery.c: (_gst_query_initialize), (gst_query_get_type),
26180 (gst_query_class_init), (gst_query_finalize), (gst_query_init),
26181 (_gst_query_copy), (gst_query_new):
26183 Update elements for GstData -> GstMiniObject changes
26185 * gst/gstqueue.c: (gst_queue_finalize), (gst_queue_locked_flush),
26186 (gst_queue_chain), (gst_queue_loop):
26187 * gst/elements/gstbufferstore.c:
26188 (gst_buffer_store_add_buffer_func),
26189 (gst_buffer_store_cleared_func), (gst_buffer_store_get_buffer):
26190 * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
26191 (gst_fakesink_render):
26192 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
26193 * gst/elements/gstfilesrc.c: (gst_mmap_buffer_get_type),
26194 (gst_mmap_buffer_class_init), (gst_mmap_buffer_init),
26195 (gst_mmap_buffer_finalize), (gst_filesrc_map_region),
26196 (gst_filesrc_create_read):
26197 * gst/elements/gstidentity.c: (gst_identity_class_init):
26198 * gst/elements/gsttypefindelement.c:
26199 (gst_type_find_element_src_event), (free_entry_buffers),
26200 (gst_type_find_element_handle_event):
26201 * libs/gst/dataprotocol/dataprotocol.c:
26202 (gst_dp_header_from_buffer):
26203 * libs/gst/dataprotocol/dataprotocol.h:
26204 * libs/gst/dataprotocol/dp-private.h:
26206 2005-05-15 David Schleef <ds@schleef.org>
26208 * gst/elements/gstelements.c: Don't include headers that were
26211 2005-05-15 David Schleef <ds@schleef.org>
26213 * gst/elements/Makefile.am: Remove some elements that don't
26214 need to be in the core (or even exist at all).
26215 * gst/elements/gstaggregator.c:
26216 * gst/elements/gstaggregator.h:
26217 * gst/elements/gstmd5sink.c:
26218 * gst/elements/gstmd5sink.h:
26219 * gst/elements/gstmultifilesrc.c:
26220 * gst/elements/gstmultifilesrc.h:
26221 * gst/elements/gstpipefilter.c:
26222 * gst/elements/gstpipefilter.h:
26223 * gst/elements/gstshaper.c:
26224 * gst/elements/gstshaper.h:
26225 * gst/elements/gststatistics.c:
26226 * gst/elements/gststatistics.h:
26227 * po/POTFILES.in: Remove above files.
26229 2005-05-14 Andy Wingo <wingo@pobox.com>
26231 * gst/gstbin.c (gst_bin_iterate_sinks): Use sink_iterator_filter
26232 so as to get the refs right.
26233 (sink_iterator_filter): New function, wraps bin_element_is_sink,
26234 unreffing objects that don't pass the filter.
26236 * gst/gstpipeline.c (gst_pipeline_init): Drop ref on bus after
26237 gst_element_set_bus.
26238 (gst_pipeline_dispose): Set the bus on the pipeline to NULL. In
26239 normal cases, this will destroy the bus.
26241 * gst/gstutils.c (prepare_link_maybe_ghosting): Drop ref on root
26244 * gst/gstbin.c (gst_bin_change_state): Fix state changes if a bin
26247 2005-05-13 Andy Wingo <wingo@pobox.com>
26249 * gst/gstutils.c (gst_element_link_pads): Instead of calling
26250 gst_pad_link, call pad_link_maybe_ghosting,
26251 (pad_link_maybe_ghosting): Links pads, making sure that the
26252 elements being linked are in the same bin.
26253 (find_common_root, object_has_ancestor, ghost_up, remove_pad):
26254 Helpers for pad_link_maybe_ghosting.
26256 2005-05-13 Tim-Philipp Müller <tim at centricular dot net>
26259 Require GLib >= 2.4.0 (for the g_atomic_* funcs)
26261 2005-05-13 Tim-Philipp Müller <tim at centricular dot net>
26263 * docs/design/part-element-source.txt:
26266 2005-05-12 Wim Taymans <wim@fluendo.com>
26268 * gst/base/gstbasesink.c: (gst_basesink_init),
26269 (gst_basesink_activate):
26270 * gst/base/gstbasesrc.c: (gst_basesrc_unlock),
26271 (gst_basesrc_is_seekable):
26272 * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
26273 (bin_element_is_sink), (gst_bin_change_state):
26274 * gst/gstelement.c: (gst_element_add_pad), (gst_element_query):
26275 * gst/gstelement.h:
26276 Identify sinks by their flag to avoid overly complicated
26278 Do state changes even for elements not reachable from the
26280 BaseSink is a sink now :)
26281 Some more debugging info in the basesrc.
26284 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26286 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_query):
26287 Implement _query on a bin, similar to _send_event.
26289 2005-05-12 Tim-Philipp Müller <tim at centricular dot net>
26291 * gst/base/gstbasesrc.c: (gst_basesrc_do_seek):
26292 Discont event offset format should be GST_FORMAT_BYTES,
26293 not GST_FORMAT_TIME.
26295 2005-05-12 Wim Taymans <wim@fluendo.com>
26297 * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_get_state):
26298 Same fix as Ronald's but without the signal.
26300 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26302 * gst/gstutils.c: (gst_element_query_position):
26303 No, an element is not a pad.
26305 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26307 * gst/gstbin.c: (gst_bin_add_func), (cb_parent_unset),
26308 (gst_bin_get_state):
26309 If a child is removed from a bin while we remove the child from
26310 the bin and while we're retrieving its state, signal this to the
26311 get_state function so we abort the wait (instead of waiting for
26312 a timeout) and can immediately re-iterate over all other elements.
26314 2005-05-12 Wim Taymans <wim@fluendo.com>
26316 * gst/base/Makefile.am:
26317 * gst/base/gstbasesrc.c: (gst_basesrc_is_seekable),
26318 (gst_basesrc_start):
26319 * gst/base/gstbasesrc.h:
26320 * gst/base/gstpushsrc.c: (gst_pushsrc_get_type),
26321 (gst_pushsrc_base_init), (gst_pushsrc_class_init),
26322 (gst_pushsrc_init), (gst_pushsrc_create):
26323 * gst/base/gstpushsrc.h:
26324 Added is_seekable to BaseSrc
26325 Added simple PushSrc.
26327 2005-05-11 Wim Taymans <wim@fluendo.com>
26329 * gst/gstelement.c: (gst_element_add_pad), (gst_element_query):
26330 * gst/gstutils.c: (gst_element_get_compatible_pad_template),
26331 (gst_element_link_pads), (gst_element_query_position),
26332 (gst_element_query_convert), (intersect_caps_func),
26333 (gst_pad_query_position), (gst_pad_query_convert):
26334 Fix refcounting in utils function.
26335 No point in trying to activate a pad when it's added, it could
26336 be added from the state change function and then we deadlock, the
26337 element has to decide what to do.
26339 2005-05-10 Andy Wingo <wingo@pobox.com>
26341 * gst/elements/gstfakesink.c (gst_fakesink_render): Er, emit with
26342 *all* the arguments.
26344 * gst/base/gstbasetransform.c (gst_base_transform_event): Grab the
26345 stream lock if it's a FLUSH_DONE; normal flushes don't get the
26346 lock (according to the docs -- if this is wrong change the docs).
26348 * gst/gstpipeline.c (gst_pipeline_change_state): Set the bus to
26349 flush messages in the NULL state.
26351 * gst/gstbus.c (gst_bus_post): If a bus is flushing, unref the
26352 message immediately and return.
26353 (gst_bus_set_flushing): New function. If a bus is flushing, it
26354 flushes out any queued messages and immediately unrefs new
26355 messages. This is so when an element goes to NULL, all of the
26356 unhandled messages coming from it can be freed, and their
26357 references to the element dropped. In other words: message source
26358 ref considered harmful :P
26360 * gst/gstbin.c (gst_bin_change_state): Unref peer element when
26361 we're finished with it.
26363 * gst/gstmessage.c (gst_message_new_state_changed):
26365 2005-05-10 Wim Taymans <wim@fluendo.com>
26367 * gst/gstvalue.c: (gst_value_compare_flags),
26368 (gst_value_serialize_flags), (gst_value_deserialize_flags),
26369 (_gst_value_initialize):
26370 Added flags serialize/deserialize/compare code.
26372 2005-05-09 Andy Wingo <wingo@pobox.com>
26374 * gst/base/gstbasetransform.c (gst_base_transform_proxy_getcaps):
26375 Intersect the peer's caps with our caps.
26377 2005-05-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26379 * gst/base/gsttypefindhelper.c: (helper_find_peek):
26380 * gst/elements/gsttypefindelement.c: (find_peek):
26381 Handle negative offsets better. Fixes decodebin.
26383 2005-05-09 Wim Taymans <wim@fluendo.com>
26385 * gst/base/gstbasetransform.c: (gst_base_transform_proxy_getcaps),
26386 (gst_base_transform_event):
26387 * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_query):
26388 Implement accept_caps.
26389 Fix silly lock/unlock mismatch in base class.
26391 2005-05-09 Wim Taymans <wim@fluendo.com>
26393 * docs/design/draft-push-pull.txt:
26394 * gst/base/gstbasesrc.c: (gst_basesrc_init), (gst_basesrc_query):
26395 * gst/elements/gstfilesink.c: (gst_filesink_init),
26396 (gst_filesink_query):
26397 * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
26398 (gst_type_find_handle_src_query), (find_element_get_length):
26399 * gst/gstelement.c: (gst_element_seek), (gst_element_query):
26400 * gst/gstelement.h:
26401 * gst/gstmessage.c:
26402 * gst/gstmessage.h:
26403 * gst/gstpad.c: (gst_real_pad_init), (gst_pad_get_query_types),
26404 (gst_real_pad_get_caps_unlocked),
26405 (gst_pad_get_internal_links_default), (gst_pad_get_internal_links),
26406 (gst_pad_event_default_dispatch), (gst_pad_event_default),
26407 (gst_pad_dispatcher), (gst_pad_query), (gst_pad_query_default),
26408 (gst_real_pad_dispose), (gst_real_pad_finalize),
26409 (gst_pad_load_and_link), (gst_pad_save_thyself),
26410 (gst_ghost_pad_save_thyself), (handle_pad_block), (gst_pad_push),
26411 (gst_pad_check_pull_range), (gst_pad_pull_range),
26412 (gst_pad_template_get_type), (gst_pad_template_class_init),
26413 (gst_pad_template_init), (gst_pad_template_dispose),
26414 (name_is_valid), (gst_static_pad_template_get),
26415 (gst_pad_template_new), (gst_static_pad_template_get_caps),
26416 (gst_pad_template_get_caps), (gst_pad_set_element_private),
26417 (gst_pad_get_element_private), (gst_pad_start_task),
26418 (gst_pad_pause_task), (gst_pad_stop_task),
26419 (gst_ghost_pad_get_type), (gst_ghost_pad_class_init),
26420 (gst_ghost_pad_init), (gst_ghost_pad_dispose),
26421 (gst_ghost_pad_set_property), (gst_ghost_pad_get_property),
26422 (gst_ghost_pad_new):
26424 * gst/gstquery.c: (_gst_query_initialize), (gst_query_new),
26425 (gst_query_new_position), (gst_query_set_position),
26426 (gst_query_parse_position), (gst_query_new_convert),
26427 (gst_query_set_convert), (gst_query_parse_convert):
26429 * gst/gstqueryutils.c:
26430 * gst/gstqueryutils.h:
26431 * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
26432 (gst_queue_bufferalloc), (gst_queue_handle_sink_event),
26433 (gst_queue_handle_src_query):
26434 * gst/gstutils.c: (gst_element_get_compatible_pad_template),
26435 (gst_element_query_position), (gst_element_query_convert),
26436 (intersect_caps_func), (gst_pad_query_position),
26437 (gst_pad_query_convert):
26439 * tools/gst-inspect.c: (print_pad_info):
26440 * tools/gst-xmlinspect.c: (print_element_info):
26441 Remove old query functions. Ported old code.
26442 Added position/convert helper functions to gstutils.
26443 Reordered gstpad.c code, grouping relevant things.
26444 Remove gst_message_new(), always need to speficy a specific
26448 2005-05-09 Andy Wingo <wingo@pobox.com>
26450 * gst/gstiterator.h: Add some includes.
26452 * gst/gstqueryutils.h: Include more headers.
26455 * gst/gstpad.c (gst_pad_query_position): New routine, replaces
26456 some uses of gst_pad_query.
26458 * gst/gstqueryutils.c: Build fixes. Make parse functions ignore
26459 NULL out parameters.
26460 (gst_query_new_position): New proc, allocates a new position
26463 * gst/Makefile.am (libgstreamer_@GST_MAJORMINOR@_la_SOURCES): Add
26464 gstqueryutils.c to the build.
26466 * gst/gststructure.c (gst_structure_set_valist): Implement with
26467 the generic G_VALUE_COLLECT.
26469 2005-05-08 Edward Hervey <bilboed@bilboed.com>
26471 * gst/Makefile.am: (gst_headers):
26472 Added gstqueryutils.h to the list of headers to install, that was
26473 a 'nachty' move wingo :)
26475 2005-05-06 Andy Wingo <wingo@pobox.com>
26478 * gst/gstquery.c (_gst_query_initialize): Extend GstQuery from
26479 GstData, init a memchunk.
26480 (standard_definitions): Add a few query types, deprecate a few.
26481 (gst_query_get_type): New proc.
26482 (_gst_query_copy, _gst_query_free, gst_query_new): GstData
26484 (gst_query_new_application, gst_query_get_structure): New public
26487 * docs/design/draft-query.txt: Removed LINKS from the query types,
26488 because all the rest can be dispatched to other pads -- seemed
26489 ugly to have a query that couldn't be dispatched. internal_links
26490 is fine as a pad method.
26492 * gst/gstpad.h: Add query2 as a pad method, add the new functions
26493 in gstpad.c, but maintain binary compatibility for the moment.
26494 Will fix before 0.9 is out.
26496 * gst/gstqueryutils.c:
26497 * gst/gstqueryutils.h: New files, implement 3 methods for each
26498 query type: parse_query, parse_response, and set. Probably need an
26501 * gst/gst.h: Add gstquery.h and gstqueryutils.h to the list.
26503 * gst/elements/gstfilesink.c (gst_filesink_query2):
26504 * gst/base/gstbasesrc.c (gst_basesrc_query2): Replace old query,
26505 query_types, and formats methods.
26507 * gst/gstpad.c (gst_pad_query2, gst_pad_query2_default)
26508 (gst_pad_set_query2_function): New functions.
26509 (gst_real_pad_init): Set query2_default as the default query2
26510 function. Basically just dispatches to internally linked pads.
26514 * gst/gstdata_private.h (_GST_DATA_INIT): Set data->refcount to 1
26515 without using the atomic operations. Only one thread can possibly
26516 be accessing the data at this point. Changed so as to avoid
26517 gst_atomic operations.
26519 2005-05-06 Wim Taymans <wim@fluendo.com>
26521 * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_push):
26522 Also set caps if we use the fallback buffer alloc.
26524 2005-05-06 Tim-Philipp Müller <tim at centricular dot net>
26526 * docs/gst/Makefile.am:
26527 * docs/gst/gstreamer-docs.sgml:
26528 * docs/gst/gstreamer-sections.txt:
26529 * docs/gst/tmpl/gstatomic.sgml:
26530 * docs/gst/tmpl/gstmemchunk.sgml:
26531 * testsuite/elements/struct_i386.h:
26532 * win32/GStreamer.vcproj:
26534 Purge GstAtomic stuff from docs and win32 makefiles as well
26536 2005-05-06 Wim Taymans <wim@fluendo.com>
26538 * gst/base/gstbasetransform.c: (gst_base_transform_proxy_getcaps):
26539 * gst/elements/gstcapsfilter.c: (gst_capsfilter_getcaps):
26540 * gst/gstpad.c: (gst_pad_peer_get_caps):
26541 * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
26542 (gst_queue_bufferalloc), (gst_queue_handle_sink_event),
26543 (gst_queue_src_activate), (gst_queue_change_state):
26545 * gst/gstutils.c: (gst_element_get_compatible_pad_template),
26546 (intersect_caps_func):
26547 Fix gst_pad_peer_get_caps(), make it return NULL if no peer.
26548 Always take QUEUE_LOCK after STREAM_LOCK or we might deadlock.
26549 Some fixes for the peer_get_caps() change.
26551 2005-05-06 Wim Taymans <wim@fluendo.com>
26553 * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
26554 (gst_basesink_handle_buffer), (gst_basesink_chain_unlocked),
26555 (gst_basesink_activate):
26556 Actually do something with error codes returned from the push
26559 2005-05-06 Wim Taymans <wim@fluendo.com>
26561 * docs/design/part-element-sink.txt:
26562 * docs/design/part-element-source.txt:
26563 * gst/base/gstbasesink.c: (gst_basesink_class_init),
26564 (gst_basesink_event), (gst_basesink_activate):
26565 * gst/base/gstbasesink.h:
26566 * gst/base/gstbasesrc.c: (gst_basesrc_init), (gst_basesrc_unlock),
26567 (gst_basesrc_activate):
26568 * gst/base/gstbasesrc.h:
26569 * gst/gstelement.c: (gst_element_pads_activate):
26570 Some more documentation.
26571 Fixed scheduling decision in _pads_activate().
26573 2005-05-05 Andy Wingo <wingo@pobox.com>
26575 * check/pipelines/simple_launch_lines.c (test_2_elements): "Fix"
26578 2005-05-05 Wim Taymans <wim@fluendo.com>
26580 * gst/base/Makefile.am:
26581 * gst/base/gstbasesink.h:
26582 * gst/base/gstbasesrc.c: (gst_basesrc_init),
26583 (gst_basesrc_set_dataflow_funcs), (gst_basesrc_query):
26584 * gst/base/gstcollectpads.c: (gst_collectpads_get_type),
26585 (gst_collectpads_class_init), (gst_collectpads_init),
26586 (gst_collectpads_finalize), (gst_collectpads_new),
26587 (gst_collectpads_set_function), (gst_collectpads_add_pad),
26588 (find_pad), (gst_collectpads_remove_pad),
26589 (gst_collectpads_is_active), (gst_collectpads_collect),
26590 (gst_collectpads_collect_range), (gst_collectpads_start),
26591 (gst_collectpads_stop), (gst_collectpads_peek),
26592 (gst_collectpads_pop), (gst_collectpads_available),
26593 (gst_collectpads_read), (gst_collectpads_flush),
26594 (gst_collectpads_chain):
26595 * gst/base/gstcollectpads.h:
26596 * gst/elements/Makefile.am:
26597 * gst/elements/gstelements.c:
26598 * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
26599 (gst_fakesink_get_times), (gst_fakesink_event),
26600 (gst_fakesink_preroll), (gst_fakesink_render):
26601 * gst/elements/gstfilesink.c: (gst_filesink_class_init),
26602 (gst_filesink_init), (gst_filesink_set_location),
26603 (gst_filesink_open_file), (gst_filesink_close_file),
26604 (gst_filesink_pad_query), (gst_filesink_event),
26605 (gst_filesink_render), (gst_filesink_change_state):
26606 * gst/elements/gstfilesink.h:
26607 Added object to help in making collect pad based elements.
26609 Make event function in sink baseclass return gboolean.
26611 2005-05-05 Wim Taymans <wim@fluendo.com>
26613 * gst/gstbin.c: (gst_bin_send_event), (compare_name),
26614 (gst_bin_get_by_name):
26616 * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_class_init),
26617 (gst_clock_finalize):
26618 * gst/gstdata.c: (gst_data_replace):
26620 * gst/gstelement.c: (gst_element_request_pad),
26621 (gst_element_pads_activate):
26622 * gst/gstobject.c: (gst_object_init), (gst_object_ref),
26623 (gst_object_unref):
26624 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
26625 (gst_pad_set_checkgetrange_function),
26626 (gst_pad_link_check_compatible_unlocked), (gst_pad_set_caps),
26627 (gst_pad_check_pull_range), (gst_pad_pull_range),
26628 (gst_static_pad_template_get_caps), (gst_pad_start_task),
26629 (gst_pad_pause_task), (gst_pad_stop_task):
26630 * gst/gstutils.c: (gst_element_get_compatible_pad_template),
26631 (gst_element_request_pad), (gst_pad_proxy_getcaps):
26632 Fix name lookup in GstBin.
26633 Added _data_replace() function and _buffer_replace()
26634 Use finalize method to clean up clock.
26635 Fix refcounting on request pads.
26636 Fix pad schedule mode error.
26637 Some more object refcounting debug info,
26640 2005-05-04 Andy Wingo <wingo@pobox.com>
26642 * check/Makefile.am:
26643 * docs/gst/tmpl/gstatomic.sgml:
26644 * docs/gst/tmpl/gstplugin.sgml:
26645 * gst/base/gstbasesink.c: (gst_basesink_activate):
26646 * gst/base/gstbasesrc.c: (gst_basesrc_class_init),
26647 (gst_basesrc_init), (gst_basesrc_set_dataflow_funcs),
26648 (gst_basesrc_query), (gst_basesrc_set_property),
26649 (gst_basesrc_get_property), (gst_basesrc_check_get_range),
26650 (gst_basesrc_activate):
26651 * gst/base/gstbasesrc.h:
26652 * gst/base/gstbasetransform.c: (gst_base_transform_sink_activate),
26653 (gst_base_transform_src_activate):
26654 * gst/elements/gstelements.c:
26655 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
26656 (gst_fakesrc_set_property), (gst_fakesrc_get_property):
26657 * gst/elements/gsttee.c: (gst_tee_sink_activate):
26658 * gst/elements/gsttypefindelement.c: (find_element_get_length),
26659 (gst_type_find_element_checkgetrange),
26660 (gst_type_find_element_activate):
26661 * gst/gstbin.c: (gst_bin_save_thyself), (gst_bin_restore_thyself):
26662 * gst/gstcaps.c: (gst_caps_do_simplify), (gst_caps_save_thyself),
26663 (gst_caps_load_thyself):
26664 * gst/gstelement.c: (gst_element_pads_activate),
26665 (gst_element_save_thyself), (gst_element_restore_thyself):
26666 * gst/gstpad.c: (gst_pad_load_and_link), (gst_pad_save_thyself),
26667 (gst_ghost_pad_save_thyself), (gst_pad_check_pull_range):
26669 * gst/gstxml.c: (gst_xml_write), (gst_xml_parse_doc),
26670 (gst_xml_parse_file), (gst_xml_parse_memory),
26671 (gst_xml_get_element), (gst_xml_make_element):
26672 * gst/indexers/gstfileindex.c: (gst_file_index_load),
26673 (_file_index_id_save_xml), (gst_file_index_commit):
26674 * gst/registries/gstlibxmlregistry.c: (read_string), (read_uint),
26675 (read_enum), (load_pad_template), (load_feature), (load_plugin),
26677 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps),
26678 (gst_dp_packet_from_event), (gst_dp_caps_from_packet):
26679 * tools/gst-complete.c: (main):
26680 * tools/gst-compprep.c: (main):
26681 * tools/gst-inspect.c: (print_element_properties_info):
26682 * tools/gst-launch.c: (xmllaunch_parse_cmdline):
26683 * tools/gst-xmlinspect.c: (print_element_properties):
26686 2005-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26688 * gst/gstplugin.c: (gst_plugin_check_module),
26689 (gst_plugin_check_file), (gst_plugin_load_file):
26690 apply patch from #172526 to make register work on MacOSX
26692 2005-05-02 Thomas Vander Stichele <thomas at apestaart dot org>
26694 * docs/gst/tmpl/gstconfig.sgml:
26695 * gst/gstconfig.h.in:
26696 move documentation for some symbols. Add doc for GST_PTR_FORMAT
26697 * testsuite/debug/printf_extension.c: (main):
26698 Do not use GST_PTR_FORMAT on pointers to types with
26699 sizeof < sizeof(gpointer). Fixes test on 64-bit
26700 * testsuite/elements/property.h:
26701 use correct printf format
26703 2005-05-02 Wim Taymans <wim@fluendo.com>
26705 * docs/design/draft-push-pull.txt:
26706 * docs/design/draft-query.txt:
26707 * gst/base/gstbasesrc.c: (gst_basesrc_get_range_unlocked),
26708 (gst_basesrc_start):
26709 Added draft for new query API.
26710 Added draft for better selecting scheduling methods.
26711 Make basesrc ignore length if the subclass does not support
26714 2005-05-02 Thomas Vander Stichele <thomas at apestaart dot org>
26717 possible fixes for automake-1.5 - _LIBADD is reserved
26719 2005-05-02 Thomas Vander Stichele <thomas at apestaart dot org>
26721 * docs/faq/Makefile.am:
26722 * docs/manual/Makefile.am:
26723 * docs/manuals.mak:
26724 * docs/pwg/Makefile.am:
26726 possible fixes for automake-1.5
26728 2005-04-28 Wim Taymans <wim@fluendo.com>
26730 * gst/base/gstbasesink.c: (gst_basesink_base_init),
26731 (gst_basesink_pad_getcaps), (gst_basesink_init),
26732 (gst_basesink_do_sync):
26733 * gst/gstclock.c: (gst_clock_entry_new):
26734 * gst/gstevent.c: (gst_event_discont_get_value):
26735 * gst/gstpipeline.c: (pipeline_bus_handler),
26736 (gst_pipeline_change_state):
26737 * gst/gstsystemclock.c: (gst_system_clock_id_wait_unlocked):
26738 Better debugging of clocking info.
26739 Allow NULL values when getting discont values.
26741 2005-04-27 Wim Taymans <wim@fluendo.com>
26743 * check/gst/gstobject.c: (START_TEST), (gst_object_suite):
26744 * check/gst/gstpad.c: (gst_pad_suite):
26745 Increase timeout for checks.
26747 2005-04-27 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
26749 * check/Makefile.am:
26750 fix the broken rule for cleanup. Apparently this rule is
26751 only needed on FC2, so maybe this warrants further autotool
26754 2005-04-26 Wim Taymans <wim@fluendo.com>
26756 * gst/gsttrashstack.h:
26757 Ooohh. a nasty one! After having a failed pop() from the stack,
26758 it's possible that the stack is empty. In that case, don't
26759 follow the NULL pointer.
26761 2005-04-25 Wim Taymans <wim@fluendo.com>
26763 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
26764 (gst_pad_set_checkgetrange_function),
26765 (gst_pad_link_check_compatible_unlocked), (gst_pad_link_prepare),
26766 (gst_pad_check_pull_range), (gst_pad_pull_range),
26767 (gst_static_pad_template_get_caps), (gst_pad_start_task),
26768 (gst_pad_pause_task), (gst_pad_stop_task):
26769 * gst/gstplugin.c: (gst_plugin_load):
26771 Remove gst_library_load as it does more harm than good with
26772 the new g_module flags.
26773 Revert bogus caps template check in pad linking, pad caps
26774 are important when linking not the template, which is more
26775 general than the current caps.
26777 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26779 * gst/autoplug/.cvsignore:
26780 * gst/autoplug/Makefile.am:
26781 * gst/autoplug/gstsearchfuncs.c:
26782 * gst/autoplug/gstsearchfuncs.h:
26783 * gst/autoplug/gstspider.c:
26784 * gst/autoplug/gstspider.h:
26785 * gst/autoplug/gstspideridentity.c:
26786 * gst/autoplug/gstspideridentity.h:
26787 * gst/autoplug/spidertest.c:
26790 2005-04-25 Wim Taymans <wim@fluendo.com>
26792 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
26793 (gst_pad_set_checkgetrange_function), (gst_pad_check_pull_range),
26794 (gst_pad_pull_range), (gst_static_pad_template_get_caps),
26795 (gst_pad_start_task), (gst_pad_pause_task), (gst_pad_stop_task):
26797 Added stubs for unimplemented functions.
26799 2005-04-24 David Schleef <ds@schleef.org>
26801 * gst/gstpad.h: Disable some unimplemented functions. Wim,
26804 2005-04-24 David Schleef <ds@schleef.org>
26806 Convert everything from GstAtomicInt to g_atomic_int_*, and
26811 * gst/gstatomic_impl.h:
26819 * gst/gstdata_private.h:
26823 * gst/gstmessage.c:
26826 * gst/gststructure.c:
26827 * gst/gststructure.h:
26828 * gst/gstutils.c: Add gst_atomic_int_set() compaitibility function.
26831 2005-04-24 David Schleef <ds@schleef.org>
26833 * check/gst/gstpad.c: (START_TEST): Oh yeah, it's always nice to
26834 make the regressions tests work. Remove some code that is no
26836 * gst/gstpad.c: (gst_pad_link_check_templates_compatible_unlocked):
26837 Disable warning for pads without templates.
26839 2005-04-24 David Schleef <ds@schleef.org>
26841 * gst/gstpad.c: Remove handling of filtered caps. Fix/merge
26842 functions that handle filtered links.
26843 * gst/gstpad.h: Remove 'appfilter' field and prototypes of
26845 * gst/gstutils.c: Fix/remove utility functions that handle
26848 * gst/gstvalue.c: Add serialization/deserialization of caps
26849 * gst/parse/grammar.y: Ignore filtered caps when linking. This
26850 requires fixing so that the filter caps notation creates
26851 a capsfilter element and sets the filter_caps property. I
26852 think everyone probably wants to keep the shorthand notation.
26853 * docs/gst/tmpl/gstelement.sgml: updates for API changes.
26854 * docs/gst/tmpl/gstpad.sgml:
26856 * gst/elements/gstelements.c: Register capsfilter element.
26857 * gst/Makefile.am: fix spacing
26858 * docs/random/ds/0.9-suggested-changes: random
26860 2005-04-23 David Schleef <ds@schleef.org>
26862 * gst/elements/Makefile.am:
26863 * gst/elements/gstcapsfilter.c: New element that acts like an
26864 identity, but filters caps. Will eventually replace filtered
26865 caps in pad linking.
26866 * gst/gstutils.c: (gst_element_create_all_pads): New function
26867 to create all the ALWAYS pads that are registered with an
26868 element class. This functionality should eventually be
26869 merged in with GstElement initialization.
26871 * testsuite/trigger/README: part of trigger test code that should
26872 have been checked in a long time ago.
26874 2005-04-23 David Schleef <ds@schleef.org>
26876 * gst/Makefile.am: Remove as-libtool stuff. It's likely not
26877 needed with new versions of libtool (nobody will confirm this),
26878 and hard to carry around.
26879 * gst/autoplug/Makefile.am:
26880 * gst/base/Makefile.am:
26881 * gst/elements/Makefile.am:
26882 * gst/indexers/Makefile.am:
26883 * gst/schedulers/Makefile.am:
26884 * libs/gst/bytestream/Makefile.am:
26885 * libs/gst/control/Makefile.am:
26886 * libs/gst/dataprotocol/Makefile.am:
26887 * libs/gst/getbits/Makefile.am:
26889 2005-04-21 Wim Taymans <wim@fluendo.com>
26891 * docs/design/draft-push-pull.txt:
26892 * docs/design/part-MT-refcounting.txt:
26893 * docs/design/part-TODO.txt:
26894 * docs/design/part-caps.txt:
26895 * docs/design/part-events.txt:
26896 * docs/design/part-gstbus.txt:
26897 * docs/design/part-gstpipeline.txt:
26898 * docs/design/part-messages.txt:
26899 * docs/design/part-push-pull.txt:
26900 * docs/design/part-query.txt:
26903 2005-04-21 Wim Taymans <wim@fluendo.com>
26905 * gst/gstmessage.c: (_gst_message_copy), (_gst_message_free),
26906 (gst_message_new), (gst_message_new_error),
26907 (gst_message_new_warning), (gst_message_new_tag),
26908 (gst_message_new_state_changed), (gst_message_new_application),
26909 (gst_message_get_structure):
26910 * gst/gstmessage.h:
26911 * gst/gststructure.c: (gst_structure_set_parent_refcount),
26912 (gst_structure_copy_conditional):
26913 Use parent refcount in GstMessage to ensure GstStructure
26915 Cleaned up headers a bit.
26918 2005-04-20 Wim Taymans <wim@fluendo.com>
26920 * gst/base/gstbasesink.c: (gst_basesink_base_init),
26921 (gst_basesink_pad_getcaps), (gst_basesink_init),
26922 (gst_basesink_chain_unlocked):
26923 * gst/base/gsttypefindhelper.c: (helper_find_suggest),
26924 (gst_type_find_helper):
26925 * gst/elements/gsttypefindelement.c:
26926 (gst_type_find_element_have_type), (gst_type_find_element_init),
26927 (stop_typefinding), (gst_type_find_element_handle_event),
26928 (find_suggest), (gst_type_find_element_chain),
26929 (gst_type_find_element_checkgetrange),
26930 (gst_type_find_element_getrange), (do_typefind),
26931 (gst_type_find_element_activate):
26932 * gst/gstbuffer.c: (_gst_buffer_sub_free),
26933 (gst_buffer_default_free), (gst_buffer_default_copy),
26934 (gst_buffer_set_caps):
26935 * gst/gstcaps.c: (gst_caps_ref), (gst_caps_unref),
26936 (gst_caps_replace):
26937 * gst/gstmessage.c: (gst_message_new),
26938 (gst_message_new_state_changed):
26939 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
26940 (gst_pad_set_checkgetrange_function),
26941 (gst_pad_link_prepare_filtered), (gst_pad_relink_filtered),
26942 (gst_pad_set_caps), (gst_pad_check_pull_range),
26943 (gst_pad_pull_range), (gst_static_pad_template_get_caps):
26945 * gst/gsttypefind.c: (gst_type_find_register):
26946 Make gst_caps_replace() work like other _replace() functions.
26947 Use _caps_replace() where possible.
26948 Make sure _message_new() initialises its field.
26949 Add gst_static_pad_template_get_caps()
26952 2005-04-18 Andy Wingo <wingo@pobox.com>
26954 * gst/gstelement.c (gst_element_pads_activate): Check pull_range
26955 on the peer, not the pad. I think that was a typo. Pass an extra
26956 arg to see if random access is possible. Activate the pads as
26957 PULL_RANGE if possible.
26959 * gst/elements/gstfakesrc.c: s/ARG_/PROP_/.
26961 * gst/base/gstbasesrc.c (gst_basesrc_set_property)
26962 (gst_basesrc_get_property): BLOCKSIZE is a ULONG. Rename ARG_...
26965 2005-04-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26967 * docs/faq/using.xml:
26968 Add note on gstreamer-properties (#154996).
26970 2005-04-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26972 * docs/random/bbb/optional-properties:
26973 Some analysis on optional properties.
26975 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26977 * docs/gst/tmpl/gstelementfactory.sgml:
26978 * gst/gstelement.h:
26979 * gst/gstelementfactory.c: (gst_element_factory_init),
26980 (gst_element_factory_cleanup), (gst_element_register),
26981 (__gst_element_factory_add_static_pad_template),
26982 (gst_element_factory_get_static_pad_templates),
26983 (gst_element_factory_can_src_caps),
26984 (gst_element_factory_can_sink_caps):
26985 * gst/registries/Makefile.am:
26986 * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_get_type),
26987 (gst_xml_registry_class_init), (gst_xml_registry_init),
26988 (gst_xml_registry_new), (gst_xml_registry_set_property),
26989 (gst_xml_registry_get_property), (get_time), (make_dir),
26990 (gst_xml_registry_get_perms_func),
26991 (plugin_times_older_than_recurse), (plugin_times_older_than),
26992 (gst_xml_registry_open_func), (gst_xml_registry_load_func),
26993 (gst_xml_registry_save_func), (gst_xml_registry_close_func),
26994 (add_to_char_array), (read_string), (read_uint), (read_enum),
26995 (load_pad_template), (load_feature), (load_plugin), (load_paths),
26996 (gst_xml_registry_load), (gst_xml_registry_load_plugin),
26997 (gst_xml_registry_save_caps), (gst_xml_registry_save_pad_template),
26998 (gst_xml_registry_save_feature), (gst_xml_registry_save_plugin),
26999 (gst_xml_registry_save), (gst_xml_registry_rebuild_recurse),
27000 (gst_xml_registry_rebuild):
27001 * gst/registries/gstlibxmlregistry.h:
27002 * tools/gst-compprep.c: (main):
27003 * tools/gst-inspect.c: (print_pad_templates_info):
27004 * tools/gst-xmlinspect.c: (print_element_info):
27005 Use libxml2 for registry parsing, use staticpadtemplates in
27006 elementfactories. Makes gst_init() +/- 10x faster.
27008 2005-04-12 Wim Taymans <wim@fluendo.com>
27010 * gst/base/Makefile.am:
27011 * gst/base/gstbasesink.c: (gst_basesink_base_init),
27012 (gst_basesink_pad_getcaps), (gst_basesink_init),
27013 (gst_basesink_event), (gst_basesink_change_state):
27014 * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
27015 (gst_basesrc_init), (gst_basesrc_query),
27016 (gst_basesrc_get_event_mask), (gst_basesrc_do_seek),
27017 (gst_basesrc_event_handler), (gst_basesrc_get_range_unlocked),
27018 (gst_basesrc_check_get_range), (gst_basesrc_loop),
27019 (gst_basesrc_unlock), (gst_basesrc_get_size), (gst_basesrc_start),
27020 (gst_basesrc_stop), (gst_basesrc_activate),
27021 (gst_basesrc_change_state):
27022 * gst/base/gsttypefindhelper.c: (helper_find_peek),
27023 (helper_find_suggest), (gst_type_find_helper):
27024 * gst/base/gsttypefindhelper.h:
27025 * gst/elements/Makefile.am:
27026 * gst/elements/gstelements.c:
27027 * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
27028 (gst_fakesink_get_times), (gst_fakesink_event),
27029 (gst_fakesink_preroll), (gst_fakesink_render):
27030 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
27031 (gst_fakesrc_init), (gst_fakesrc_event_handler),
27032 (gst_fakesrc_get_property), (gst_fakesrc_create),
27033 (gst_fakesrc_start), (gst_fakesrc_stop):
27034 * gst/elements/gstfakesrc.h:
27035 * gst/elements/gstfilesrc.c: (gst_filesrc_class_init),
27036 (gst_filesrc_free_parent_mmap), (gst_filesrc_map_region),
27037 (gst_filesrc_map_small_region), (gst_filesrc_create_mmap),
27038 (gst_filesrc_create_read), (gst_filesrc_create),
27039 (gst_filesrc_is_seekable), (gst_filesrc_get_size),
27040 (gst_filesrc_start):
27041 * gst/elements/gsttypefindelement.c:
27042 (gst_type_find_element_have_type), (gst_type_find_element_init),
27043 (start_typefinding), (stop_typefinding), (push_buffer_store),
27044 (gst_type_find_element_handle_event),
27045 (gst_type_find_element_chain),
27046 (gst_type_find_element_checkgetrange),
27047 (gst_type_find_element_getrange), (do_typefind),
27048 (gst_type_find_element_activate),
27049 (gst_type_find_element_change_state):
27050 * gst/elements/gsttypefindelement.h:
27051 * gst/gstpipeline.c: (pipeline_bus_handler):
27052 Added typefind helper.
27053 Small preroll fix in the base sink.
27054 Disable typefind code in basesrc.
27055 Crude port of typefindelement.
27059 2005-04-11 Wim Taymans <wim@fluendo.com>
27061 * check/gst/gstbus.c: (gstbus_suite):
27062 * check/gst/gstdata.c: (thread_ref), (gst_data_suite):
27063 * check/gstcheck.h:
27064 Fix up the timeout so that the test does not fail.
27066 2005-04-06 Wim Taymans <wim@fluendo.com>
27069 * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
27070 (gst_basesrc_init), (gst_basesrc_get_formats), (gst_basesrc_query),
27071 (gst_basesrc_get_event_mask), (gst_basesrc_do_seek),
27072 (gst_basesrc_event_handler), (gst_basesrc_get_range_unlocked),
27073 (gst_basesrc_check_get_range), (gst_basesrc_loop),
27074 (gst_basesrc_unlock), (gst_basesrc_get_size), (gst_basesrc_start),
27075 (gst_basesrc_stop), (gst_basesrc_activate),
27076 (gst_basesrc_change_state), (basesrc_find_peek),
27077 (basesrc_find_suggest), (gst_basesrc_type_find):
27078 * gst/base/gstbasesrc.h:
27079 * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
27080 (gst_filesrc_class_init), (gst_filesrc_init),
27081 (gst_filesrc_finalize), (gst_filesrc_set_location),
27082 (gst_filesrc_set_property), (gst_filesrc_get_property),
27083 (gst_filesrc_free_parent_mmap), (gst_filesrc_map_region),
27084 (gst_filesrc_map_small_region), (gst_filesrc_create_mmap),
27085 (gst_filesrc_create_read), (gst_filesrc_create),
27086 (gst_filesrc_get_size), (gst_filesrc_start), (gst_filesrc_stop):
27087 * gst/elements/gstfilesrc.h:
27088 * gst/gstelement.c: (gst_element_get_state_func),
27089 (gst_element_lost_state), (gst_element_pads_activate):
27090 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
27091 (gst_pad_set_checkgetrange_function), (gst_pad_check_pull_range),
27092 (gst_pad_pull_range):
27094 More work on the generic source base class, implement seeking,
27096 Make filesrc extend the base source class.
27097 Added gst_pad_set_checkgetrange_function to GstPad.
27099 2005-04-06 Andy Wingo <wingo@pobox.com>
27101 * pkgconfig/gstreamer-base.pc.in:
27102 * pkgconfig/gstreamer-base-uninstalled.pc.in: New files.
27104 * pkgconfig/Makefile.am:
27105 * configure.ac (AC_OUTPUT): Add gstreamer-base pkgconfig files.
27107 2005-04-04 Wim Taymans <wim@fluendo.com>
27109 * gst/base/Makefile.am:
27111 * gst/base/gstbasesink.c: (gst_basesink_base_init),
27112 (gst_basesink_pad_getcaps), (gst_basesink_pad_setcaps),
27113 (gst_basesink_pad_buffer_alloc), (gst_basesink_init),
27114 (gst_basesink_do_sync), (gst_basesink_chain_unlocked):
27115 * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
27116 (gst_basesrc_base_init), (gst_basesrc_class_init),
27117 (gst_basesrc_init), (gst_basesrc_get_formats),
27118 (gst_basesrc_get_query_types), (gst_basesrc_query),
27119 (gst_basesrc_get_event_mask), (gst_basesrc_event_handler),
27120 (gst_basesrc_set_property), (gst_basesrc_get_property),
27121 (gst_basesrc_get_range_unlocked), (gst_basesrc_get_range),
27122 (gst_basesrc_loop), (gst_basesrc_activate),
27123 (gst_basesrc_change_state):
27124 * gst/base/gstbasesrc.h:
27125 * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
27126 (gst_fakesrc_class_init), (gst_fakesrc_init),
27127 (gst_fakesrc_event_handler), (gst_fakesrc_set_property),
27128 (gst_fakesrc_get_property), (gst_fakesrc_create):
27129 * gst/elements/gstfakesrc.h:
27130 * gst/elements/gstfilesrc.c: (gst_filesrc_getrange),
27131 (gst_filesrc_open_file), (gst_filesrc_loop),
27132 (gst_filesrc_activate), (filesrc_find_peek),
27133 (gst_filesrc_type_find):
27134 Made base source class, make fakesrc extend it.
27135 Add comments to basesink class.
27136 Some filesrc cleanup.
27138 2005-03-31 David Schleef <ds@schleef.org>
27140 * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
27141 Switch to using G_MODULE_BIND_LOCAL, which means plugins are now
27142 expected to link against libgstreamer.
27143 * gst/base/Makefile.am: link against libgstreamer
27144 * gst/elements/Makefile.am: same
27146 2005-03-31 Andy Wingo <wingo@pobox.com>
27148 * tests/instantiate/Makefile.am:
27149 * tests/instantiate/caps.c: Add test to test speed of caps copy
27152 * tests/memchunk/gmemchunktest.c (main): Use alloc only on the
27153 GMemChunk to be fair.
27155 * gst/gsttrashstack.h: Remove warning about using the fallback
27156 trash stack implementation, it's still faster than malloc.
27158 2005-03-30 Andy Wingo <wingo@pobox.com>
27160 * tests/complexity.c: Add a copyright.
27162 2005-03-31 Wim Taymans <wim@fluendo.com>
27164 * gst/base/gstbasetransform.c: (gst_base_transform_base_init),
27165 (gst_base_transform_class_init), (gst_base_transform_init),
27166 (gst_base_transform_setcaps), (gst_base_transform_handle_buffer),
27167 (gst_base_transform_get_property),
27168 (gst_base_transform_sink_activate),
27169 (gst_base_transform_src_activate),
27170 (gst_base_transform_change_state):
27171 * gst/base/gstbasetransform.h:
27172 * gst/elements/gstidentity.c: (gst_identity_class_init),
27173 (gst_identity_event), (gst_identity_check_perfect),
27174 (gst_identity_transform), (gst_identity_start),
27175 (gst_identity_stop):
27176 Added start/stop methods to transform base class so subclasses
27177 don't need to deal with state changes even.
27179 2005-03-31 Wim Taymans <wim@fluendo.com>
27181 * gst/gstevent.c: (gst_event_new_discontinuous_valist),
27182 (gst_event_new_discontinuous), (gst_event_discont_get_value):
27184 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
27185 (gst_pad_pull_range):
27186 Added rate to the discont event to prepare for variable speed
27187 and reverse playback.
27189 2005-03-29 David Schleef <ds@schleef.org>
27192 * testsuite/trigger/Makefile.am:
27193 * testsuite/trigger/trigger.c: A little example program to show
27194 how trigger-based elements can work.
27196 2005-03-29 Wim Taymans <wim@fluendo.com>
27198 * gst/base/Makefile.am:
27200 * gst/base/gstbasesink.c: (gst_basesink_get_type),
27201 (gst_basesink_base_init), (gst_basesink_class_init),
27202 (gst_basesink_pad_getcaps), (gst_basesink_init),
27203 (gst_basesink_activate), (gst_basesink_change_state):
27204 * gst/base/gstbasesink.h:
27205 * gst/base/gstbasetransform.c: (gst_base_transform_get_type),
27206 (gst_base_transform_base_init), (gst_base_transform_finalize),
27207 (gst_base_transform_class_init), (gst_base_transform_init),
27208 (gst_base_transform_proxy_getcaps), (gst_base_transform_setcaps),
27209 (gst_base_transform_event), (gst_base_transform_getrange),
27210 (gst_base_transform_chain), (gst_base_transform_handle_buffer),
27211 (gst_base_transform_set_property),
27212 (gst_base_transform_get_property),
27213 (gst_base_transform_sink_activate),
27214 (gst_base_transform_src_activate),
27215 (gst_base_transform_change_state):
27216 * gst/base/gstbasetransform.h:
27217 * gst/elements/gstidentity.c: (gst_identity_finalize),
27218 (gst_identity_class_init), (gst_identity_init),
27219 (gst_identity_event), (gst_identity_check_perfect),
27220 (gst_identity_transform), (gst_identity_set_property),
27221 (gst_identity_get_property), (gst_identity_change_state):
27222 * gst/elements/gstidentity.h:
27223 * gst/gstelement.c: (gst_element_get_state_func),
27224 (gst_element_lost_state), (gst_element_pads_activate):
27225 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
27226 (gst_pad_check_pull_range), (gst_pad_pull_range):
27228 Simplify pad activation.
27229 Added function to check if pull_range can be performed.
27230 Error out when pulling inactive or flushing pads.
27231 Removed const from refcounted types as it does not make sense.
27232 Simplify pad templates in basesink
27233 Added base class for simple 1-to-1 transforms.
27234 Make identity subclass the base transform.
27236 2005-03-29 Andy Wingo <wingo@pobox.com>
27238 * docs/libs/gstreamer-libs-overrides.txt:
27239 * docs/gst/gstreamer-overrides.txt: Add these files to CVS. Now I
27240 really don't understand what's going on, but like whatever. I want
27243 * docs/gst/Makefile.am:
27244 * docs/libs/Makefile.am: Dist the overrides files.
27246 * check/Makefile.am (clean-local): Remove .libs directories.
27248 * gst/elements/Makefile.am (EXTRA_DIST): Add all the attic
27249 elements to EXTRA_DIST, so po/ files are happy.
27251 * po/POTFILES.in: Er, remove it here.
27253 * po/POTFILES: Remove gstspider.c.
27255 * configure.ac (AC_OUTPUT): Add missing testsuite makefiles.
27257 * docs/libs/gstreamer-libs-docs.sgml:
27258 * docs/libs/gstreamer-libs-sections.txt: Remove the section on
27261 * tests/complexity.c (main): Set the length of the preroll queue
27262 on the sinks to prevent a lockup.
27264 * libs/gst/dataprotocol/Makefile.am:
27265 * libs/gst/dataprotocol/dataprotocol-test.c: Remove test, it's
27266 the same as the one in check/gst-libs/gdp.c.
27268 * po/, docs/gst/: Commit automatic changes to docs and po files.
27270 * gst/elements/Makefile.am (libgstelements_la_LDFLAGS): Link to
27271 the versioned libgstbase.
27273 * check/Makefile.am: Depend on an unversioned gst-register, seems
27274 to make autoconf happier.
27276 * gst/base/Makefile.am: Make libgstbase a versioned lib.
27278 2005-03-28 Wim Taymans <wim@fluendo.com>
27281 * docs/design/part-gstelement.txt:
27282 * docs/design/part-negotiation.txt:
27283 * docs/design/part-preroll.txt:
27284 * docs/design/part-scheduling.txt:
27285 * docs/design/part-states.txt:
27287 * gst/base/Makefile.am:
27289 * gst/base/gstbasesink.c: (gst_basesink_get_template),
27290 (gst_basesink_base_init), (gst_basesink_class_init),
27291 (gst_basesink_pad_getcaps), (gst_basesink_pad_setcaps),
27292 (gst_basesink_pad_buffer_alloc), (gst_basesink_init),
27293 (gst_basesink_set_pad_functions),
27294 (gst_basesink_set_all_pad_functions), (gst_basesink_set_clock),
27295 (gst_basesink_set_property), (gst_basesink_get_property),
27296 (gst_base_sink_get_template), (gst_base_sink_get_caps),
27297 (gst_base_sink_set_caps), (gst_base_sink_buffer_alloc),
27298 (gst_basesink_preroll_queue_push),
27299 (gst_basesink_preroll_queue_empty),
27300 (gst_basesink_preroll_queue_flush), (gst_basesink_finish_preroll),
27301 (gst_basesink_event), (gst_basesink_get_times),
27302 (gst_basesink_do_sync), (gst_basesink_handle_buffer),
27303 (gst_basesink_chain_unlocked), (gst_basesink_chain),
27304 (gst_basesink_loop), (gst_basesink_activate),
27305 (gst_basesink_change_state):
27306 * gst/base/gstbasesink.h:
27307 * gst/elements/Makefile.am:
27308 * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
27309 (gst_fakesink_class_init), (gst_fakesink_init),
27310 (gst_fakesink_set_property), (gst_fakesink_get_property),
27311 (gst_fakesink_get_times), (gst_fakesink_event),
27312 (gst_fakesink_preroll), (gst_fakesink_render),
27313 (gst_fakesink_change_state):
27314 * gst/elements/gstfakesink.h:
27315 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_manager),
27316 (gst_bin_get_state), (gst_bin_change_state), (gst_bin_send_event):
27317 * gst/gstelement.c: (gst_element_add_pad),
27318 (gst_element_get_state_func), (gst_element_abort_state),
27319 (gst_element_commit_state), (gst_element_lost_state),
27320 (gst_element_set_state), (gst_element_pads_activate):
27321 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_event_default):
27322 * gst/gstpipeline.c: (gst_pipeline_send_event),
27323 (gst_pipeline_change_state):
27324 Added state change code.
27325 Added/updated docs.
27326 Added sink base class, make fakesink extend the base class.
27327 Small cleanups in GstPipeline.
27329 2005-03-26 David Schleef <ds@schleef.org>
27331 * gst/Makefile.am: remove gstcpu.[ch]. The gst_cpu functionality
27332 is broken and should be implemented in a different library.
27333 * gst/gst.c: (init_post): don't call _gst_cpu_initialize()
27334 * gst/gst.h: remove gstcpu.h
27335 * gst/gstcpu.c: remove
27336 * gst/gstcpu.h: remove
27337 * gst/Makefile.am.future: Remove this file. It's ancient.
27339 2005-03-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27341 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_manager),
27342 (gst_bin_send_event):
27343 Add default event/set_manager handlers. The set_manager handler
27344 takes care that the manager is distributed over kids that were
27345 already in the bin before the manager was set. The event handler
27346 is a utility virtual function that sends the event over all sinks,
27347 so that gst_element_send_event (bin, event); has the expected
27349 * gst/gstpad.c: (gst_pad_event_default):
27350 Re-install default event handling for discontinuities, so that
27351 seeking works without requiring hacks in applications or extra
27353 * gst/gstpipeline.c: (gst_pipeline_class_init),
27354 (gst_pipeline_send_event):
27355 Half hack, half utility: set a pipeline to PAUSED for seek events,
27356 since that is the only way we can guarantee a/v sync. Means that
27357 you can do gst_element_seek (pipeline, method, pos); on a pipeline
27358 and it "just works".
27360 2005-03-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27362 * gst/gstpipeline.c: (gst_pipeline_use_clock):
27363 Lock/unlock mismatch.
27365 2005-03-25 Thomas Vander Stichele <thomas at apestaart dot org>
27367 * docs/faq/gst-uninstalled:
27368 add gst-plugins-base
27369 * docs/gst/Makefile.am:
27370 don't error out until docs are fixed
27371 * docs/gst/gstreamer.types:
27374 2005-03-22 Wim Taymans <wim@fluendo.com>
27376 * check/Makefile.am:
27377 * check/gst/gstmessage.c: (START_TEST), (gst_data_suite), (main):
27378 * gst/gststructure.c: (gst_structure_set_valist),
27379 (gst_structure_copy_conditional):
27380 Activated more tests.
27381 Added message test.
27382 Added G_TYPE_POINTER to GstStructure.
27385 2005-03-22 Wim Taymans <wim@fluendo.com>
27387 * docs/design/part-TODO.txt:
27388 * docs/design/part-events.txt:
27389 * docs/design/part-gstbin.txt:
27390 * docs/design/part-gstbus.txt:
27391 * docs/design/part-gstpipeline.txt:
27392 * docs/design/part-messages.txt:
27394 * gst/gstmessage.c:
27397 2005-03-21 Wim Taymans <wim@fluendo.com>
27399 * gst/gstbus.c: (gst_bus_post):
27400 Fix copy-and-paste error.
27402 2005-03-21 Wim Taymans <wim@fluendo.com>
27404 * check/Makefile.am:
27406 * gst/elements/Makefile.am:
27407 * gst/elements/gstelements.c:
27408 * gst/elements/gstfakesink.c: (gst_fakesink_init),
27409 (gst_fakesink_event), (gst_fakesink_chain):
27410 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
27411 (gst_fakesrc_init), (gst_fakesrc_get_event_mask),
27412 (gst_fakesrc_event_handler), (gst_fakesrc_set_pad_functions),
27413 (gst_fakesrc_set_all_pad_functions), (gst_fakesrc_request_new_pad),
27414 (gst_fakesrc_set_property), (gst_fakesrc_get_property),
27415 (gst_fakesrc_get_range_unlocked), (gst_fakesrc_get_range),
27416 (gst_fakesrc_loop), (gst_fakesrc_activate),
27417 (gst_fakesrc_change_state):
27418 * gst/elements/gstfakesrc.h:
27419 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
27420 (gst_filesrc_get_read), (gst_filesrc_getrange), (gst_filesrc_get),
27421 (gst_filesrc_open_file), (gst_filesrc_loop),
27422 (gst_filesrc_activate), (gst_filesrc_change_state),
27423 (filesrc_find_peek), (filesrc_find_suggest),
27424 (gst_filesrc_type_find):
27425 * gst/elements/gstidentity.c: (gst_identity_finalize),
27426 (gst_identity_class_init), (gst_identity_init),
27427 (gst_identity_proxy_getcaps), (identity_queue_push),
27428 (identity_queue_pop), (identity_queue_flush), (gst_identity_event),
27429 (gst_identity_getrange), (gst_identity_chain),
27430 (gst_identity_sink_loop), (gst_identity_src_loop),
27431 (gst_identity_handle_buffer), (gst_identity_set_dataflow_funcs),
27432 (gst_identity_set_property), (gst_identity_get_property),
27433 (gst_identity_change_state):
27434 * gst/elements/gstidentity.h:
27435 * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init),
27436 (gst_tee_update_pad_functions), (gst_tee_request_new_pad),
27437 (gst_tee_set_property), (gst_tee_get_property), (gst_tee_do_push),
27438 (gst_tee_handle_buffer), (gst_tee_chain), (gst_tee_loop),
27439 (gst_tee_sink_activate):
27440 * gst/elements/gsttee.h:
27441 * gst/gst.c: (gst_register_core_elements), (init_post):
27443 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_bus),
27444 (gst_bin_set_scheduler), (gst_bin_add_func), (gst_bin_add),
27445 (gst_bin_remove_func), (gst_bin_remove), (gst_bin_get_state),
27446 (gst_bin_change_state):
27448 * gst/gstbus.c: (gst_bus_get_type), (gst_bus_class_init),
27449 (gst_bus_init), (gst_bus_dispose), (gst_bus_set_property),
27450 (gst_bus_get_property), (gst_bus_new), (gst_bus_post),
27451 (gst_bus_have_pending), (gst_bus_pop), (gst_bus_peek),
27452 (gst_bus_set_sync_handler), (gst_bus_create_watch),
27453 (bus_watch_callback), (bus_watch_destroy),
27454 (gst_bus_add_watch_full), (gst_bus_add_watch), (poll_handler),
27455 (poll_timeout), (gst_bus_poll):
27459 * gst/gstelement.c: (gst_element_class_init), (gst_element_init),
27460 (gst_element_post_message), (gst_element_message_full),
27461 (gst_element_get_state_func), (gst_element_get_state),
27462 (gst_element_abort_state), (gst_element_commit_state),
27463 (gst_element_lost_state), (gst_element_set_state),
27464 (gst_element_pads_activate), (gst_element_change_state),
27465 (gst_element_dispose), (gst_element_set_manager_func),
27466 (gst_element_set_bus_func), (gst_element_set_scheduler_func),
27467 (gst_element_set_manager), (gst_element_get_manager),
27468 (gst_element_set_bus), (gst_element_get_bus),
27469 (gst_element_set_scheduler), (gst_element_get_scheduler):
27470 * gst/gstelement.h:
27471 * gst/gstevent.c: (gst_event_new_segment_seek),
27472 (gst_event_new_flush):
27474 * gst/gstmessage.c: (_gst_message_initialize), (_gst_message_copy),
27475 (_gst_message_free), (gst_message_get_type), (gst_message_new),
27476 (gst_message_new_eos), (gst_message_new_error),
27477 (gst_message_new_warning), (gst_message_new_tag),
27478 (gst_message_new_state_changed), (gst_message_new_application),
27479 (gst_message_get_structure), (gst_message_parse_tag),
27480 (gst_message_parse_state_changed), (gst_message_parse_error),
27481 (gst_message_parse_warning):
27482 * gst/gstmessage.h:
27483 * gst/gstpad.c: (gst_real_pad_class_init), (gst_real_pad_init),
27484 (gst_real_pad_set_property), (gst_pad_set_active),
27485 (gst_pad_is_active), (gst_pad_set_blocked_async),
27486 (gst_pad_set_blocked), (gst_pad_is_blocked),
27487 (gst_pad_set_activate_function), (gst_pad_set_loop_function),
27488 (gst_pad_set_getrange_function), (gst_pad_set_acceptcaps_function),
27489 (gst_pad_set_fixatecaps_function), (gst_pad_set_setcaps_function),
27490 (gst_pad_unlink), (gst_pad_link_prepare_filtered),
27491 (gst_pad_link_filtered), (gst_pad_relink_filtered),
27492 (gst_real_pad_get_caps_unlocked), (gst_pad_get_caps),
27493 (gst_pad_peer_get_caps), (gst_pad_fixate_caps),
27494 (gst_pad_accept_caps), (gst_pad_peer_accept_caps),
27495 (gst_pad_set_caps), (gst_pad_configure_sink),
27496 (gst_pad_configure_src), (gst_pad_get_negotiated_caps),
27497 (gst_pad_get_filter_caps), (gst_pad_alloc_buffer),
27498 (gst_real_pad_dispose), (gst_real_pad_finalize),
27499 (handle_pad_block), (gst_pad_push), (gst_pad_pull_range),
27500 (gst_pad_event_default_dispatch), (gst_pad_event_default),
27501 (gst_pad_push_event), (gst_pad_send_event), (gst_pad_get_formats):
27503 * gst/gstpipeline.c: (gst_pipeline_init), (is_eos),
27504 (pipeline_bus_handler), (gst_pipeline_change_state),
27505 (gst_pipeline_get_scheduler), (gst_pipeline_get_bus):
27506 * gst/gstpipeline.h:
27508 * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_init),
27509 (gst_queue_finalize), (gst_queue_getcaps), (gst_queue_link_sink),
27510 (gst_queue_link_src), (gst_queue_bufferalloc),
27511 (gst_queue_locked_flush), (gst_queue_handle_sink_event),
27512 (gst_queue_is_empty), (gst_queue_is_filled), (gst_queue_chain),
27513 (gst_queue_loop), (gst_queue_handle_src_event),
27514 (gst_queue_handle_src_query), (gst_queue_src_activate),
27515 (gst_queue_change_state):
27517 * gst/gstscheduler.c: (gst_scheduler_init),
27518 (gst_scheduler_dispose), (gst_scheduler_create_task),
27519 (gst_scheduler_factory_create):
27520 * gst/gstscheduler.h:
27521 * gst/gststructure.c: (gst_structure_get_type),
27522 (gst_structure_copy_conditional):
27523 * gst/gststructure.h:
27524 * gst/gsttaginterface.h:
27525 * gst/gsttask.c: (gst_task_get_type), (gst_task_class_init),
27526 (gst_task_init), (gst_task_dispose), (gst_task_create),
27527 (gst_task_get_state), (gst_task_start), (gst_task_stop),
27533 * gst/schedulers/Makefile.am:
27534 * gst/schedulers/cothreads_compat.h:
27535 * gst/schedulers/entryscheduler.c:
27536 * gst/schedulers/faircothreads.c:
27537 * gst/schedulers/faircothreads.h:
27538 * gst/schedulers/fairscheduler.c:
27539 * gst/schedulers/gstbasicscheduler.c:
27540 * gst/schedulers/gstoptimalscheduler.c:
27541 * gst/schedulers/gthread-cothreads.h:
27542 * gst/schedulers/threadscheduler.c:
27543 (gst_thread_scheduler_task_get_type),
27544 (gst_thread_scheduler_task_class_init),
27545 (gst_thread_scheduler_task_init),
27546 (gst_thread_scheduler_task_start),
27547 (gst_thread_scheduler_task_stop),
27548 (gst_thread_scheduler_task_pause), (gst_thread_scheduler_get_type),
27549 (gst_thread_scheduler_class_init), (gst_thread_scheduler_func),
27550 (gst_thread_scheduler_init), (gst_thread_scheduler_create_task),
27551 (gst_thread_scheduler_setup), (gst_thread_scheduler_reset),
27553 * libs/gst/Makefile.am:
27554 * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf):
27555 * libs/gst/bytestream/filepad.c: (gst_file_pad_init),
27556 (gst_file_pad_parent_set):
27557 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
27558 (gst_dp_event_from_packet):
27559 * tests/complexity.c: (main):
27560 * tests/mass_elements.c: (main):
27561 * testsuite/states/locked.c: (message_received), (main):
27562 * testsuite/states/parent.c: (main):
27563 * tools/gst-inspect.c: (print_element_flag_info),
27564 (print_implementation_info), (print_pad_info):
27565 * tools/gst-launch.c: (check_intr), (play_handler), (event_loop),
27567 * tools/gst-md5sum.c: (event_loop), (main):
27568 * tools/gst-typefind.c: (main):
27569 * tools/gst-xmlinspect.c: (print_element_info):
27571 Added GstBus for mainloop integration.
27572 Added GstMessage for sending notifications on the bus.
27573 Added GstTask as an abstraction for pipeline entry points.
27575 Removed Schedulers.
27576 Simplified GstQueue for multithreaded core.
27577 Made _link threadsafe, removed old capsnego.
27578 Added STREAM_LOCK and PREROLL_LOCK in GstPad.
27579 Added pad blocking functions.
27580 Reworked scheduling functions in GstPad to prepare for
27581 scheduling updates soon.
27582 Moved events out of data stream.
27583 Simplified GstEvent types.
27584 Added return values to push/pull.
27585 Removed clocking from GstElement.
27586 Added prototypes for state change function for next merge.
27587 Removed iterate from bins and state change management.
27588 Fixed some elements, disabled others for now.
27589 Fixed -inspect and -launch.
27590 Added check for GstBus.
27592 2005-03-10 Wim Taymans <wim@fluendo.com>
27594 * docs/design/part-MT-refcounting.txt:
27595 * docs/design/part-clocks.txt:
27596 * docs/design/part-gstelement.txt:
27597 * docs/design/part-gstobject.txt:
27598 * docs/design/part-standards.txt:
27599 * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
27600 (gst_bin_remove_func), (gst_bin_remove):
27604 * testsuite/clock/clock1.c: (main):
27605 * testsuite/clock/clock2.c: (gst_clock_debug), (element_wait),
27607 * testsuite/dlopen/loadgst.c: (do_test):
27608 * testsuite/refcounting/bin.c: (add_remove_test1),
27609 (add_remove_test2), (main):
27610 * testsuite/refcounting/element.c: (main):
27611 * testsuite/refcounting/element_pad.c: (main):
27612 * testsuite/refcounting/pad.c: (main):
27613 * tools/gst-launch.c: (sigint_handler_sighandler):
27614 * tools/gst-typefind.c: (main):
27616 Added doc about clock.
27617 removed gst_bin_iterate_recurse_up(), marked methods
27619 Fix more testsuites.
27621 2005-03-09 Wim Taymans <wim@fluendo.com>
27623 * gst/gstpad.c: (gst_pad_get_direction),
27624 (_gst_pad_default_fixate_foreach), (gst_pad_collectv),
27625 (gst_pad_collect_valist):
27626 * testsuite/bins/interface.c: (main):
27627 * testsuite/caps/audioscale.c: (test_caps):
27628 * testsuite/caps/caps.c: (test1), (test2), (test3):
27629 * testsuite/caps/deserialize.c: (main):
27630 * testsuite/caps/enumcaps.c: (main):
27631 * testsuite/caps/filtercaps.c: (main):
27632 * testsuite/caps/intersect2.c: (main):
27633 * testsuite/caps/random.c: (main):
27634 * testsuite/caps/renegotiate.c: (my_fixate), (main):
27635 * testsuite/caps/sets.c: (check_caps):
27636 * testsuite/caps/simplify.c: (check_caps), (main):
27637 * testsuite/caps/subtract.c: (check_caps):
27638 Fix _pad_get_direction wrt ghostpads.
27639 Fix caps testsuite.
27641 2005-03-09 Wim Taymans <wim@fluendo.com>
27643 * check/Makefile.am:
27644 * check/gst/gstbin.c: (START_TEST), (gst_bin_suite), (main):
27645 * check/gst/gstsystemclock.c: (START_TEST), (gst_clock_debug),
27646 (ok_callback), (error_callback), (gst_systemclock_suite), (main):
27647 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_index_func),
27648 (gst_bin_set_clock_func), (gst_bin_get_clock_func),
27649 (gst_bin_add_func), (gst_bin_add), (gst_bin_remove_func),
27650 (gst_bin_remove), (gst_bin_iterate_recurse_up),
27651 (bin_element_is_sink), (gst_bin_iterate_sinks),
27652 (gst_bin_iterate_all_by_interface):
27654 * gst/gstelement.c: (gst_element_init), (gst_element_error_full),
27655 (gst_element_change_state), (gst_element_dispose),
27656 (gst_element_finalize), (gst_element_set_loop_function):
27657 * gst/gstelement.h:
27658 * gst/gstiterator.c: (find_custom_fold_func):
27659 * gst/gstpad.c: (_gst_pad_default_fixate_foreach),
27660 (gst_pad_collectv), (gst_pad_collect_valist),
27661 (gst_pad_template_new):
27662 * gst/gstpipeline.c: (gst_pipeline_class_init),
27663 (gst_pipeline_dispose), (gst_pipeline_set_property),
27664 (gst_pipeline_get_property), (gst_pipeline_get_clock_func),
27665 (gst_pipeline_get_clock), (gst_pipeline_use_clock),
27666 (gst_pipeline_set_clock), (gst_pipeline_auto_clock):
27668 * gst/schedulers/entryscheduler.c:
27669 * gst/schedulers/gstbasicscheduler.c:
27670 (gst_basic_scheduler_cothreaded_chain),
27671 (gst_basic_scheduler_chain_add_element):
27672 * testsuite/bins/interface.c: (main):
27674 Added GstSystemClock test.
27675 Implemented clock distribution code in GstBin.
27676 Implemented iterate sinks method for future use.
27677 Rearranged gstelement.h
27678 Fix GstIterator comparison bug.
27679 Moved some code to GstPipeline, mostly clocking related.
27681 2005-03-09 Wim Taymans <wim@fluendo.com>
27684 * gst/gst_private.h:
27685 * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
27686 (gst_bin_remove_func), (gst_bin_remove),
27687 (gst_bin_get_by_name_recurse_up):
27688 * gst/gstclock.c: (gst_clock_id_ref), (gst_clock_id_unref),
27689 (gst_clock_id_compare_func), (gst_clock_id_wait),
27690 (gst_clock_id_wait_async), (gst_clock_init),
27691 (gst_clock_adjust_unlocked), (gst_clock_get_time):
27692 * gst/gstelement.h:
27693 * gst/gstinfo.c: (_gst_debug_init):
27695 * gst/gstpad.c: (_gst_pad_default_fixate_foreach),
27696 (gst_pad_collectv), (gst_pad_collect_valist), (gst_pad_query):
27698 Bump version number, we're now 0.9.0
27699 Add future debugging category.
27700 Fix NULL _unref() in _get_by_name_recurse_up
27701 Rearrange gstpad.h.
27704 2005-03-08 Wim Taymans <wim@fluendo.com>
27706 * gst/elements/gstaggregator.c: (gst_aggregator_class_init):
27707 * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
27708 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
27709 * gst/elements/gstfdsink.c: (gst_fdsink_class_init):
27710 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init):
27711 * gst/elements/gstfilesink.c: (gst_filesink_class_init):
27712 * gst/elements/gstfilesrc.c: (gst_filesrc_class_init):
27713 * gst/elements/gstidentity.c: (gst_identity_class_init):
27714 * gst/elements/gstmd5sink.c: (gst_md5sink_class_init):
27715 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
27716 * gst/elements/gstshaper.c: (gst_shaper_class_init):
27717 * gst/elements/gststatistics.c: (gst_statistics_class_init):
27718 * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_getcaps),
27720 * gst/gstelement.c: (gst_element_class_init),
27721 (gst_element_base_class_init), (gst_element_init),
27722 (gst_element_get_random_pad), (gst_element_wait_state_change),
27723 (gst_element_change_state), (gst_element_dispose),
27724 (gst_element_finalize), (gst_element_set_loop_function):
27725 * gst/gstelement.h:
27726 * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_link_src):
27727 * gst/gstthread.c: (gst_thread_class_init),
27728 (gst_thread_release_children_locks), (gst_thread_change_state):
27729 * gst/schedulers/gstbasicscheduler.c:
27730 (gst_basic_scheduler_loopfunc_wrapper),
27731 (gst_basic_scheduler_chain_wrapper),
27732 (gst_basic_scheduler_src_wrapper),
27733 (gst_basic_scheduler_remove_element):
27734 * gst/schedulers/gstoptimalscheduler.c: (schedule_group):
27735 Remove threadsafe properties. Fix elements because GObject
27736 complains when installing a property before declaring a
27737 set/get_property handler.
27738 Rearrange gstelement.h file, use STATE macros for state locks.
27739 Free mutexes in the finalize method instead of dispose.
27741 2005-03-08 Wim Taymans <wim@fluendo.com>
27743 * check/gst/gstobject.c: (START_TEST), (gst_object_suite):
27744 * gst/gstthread.c: (gst_thread_release_children_locks):
27745 Added parentage check.
27746 Fix build og GstThread again.
27748 2005-03-08 Wim Taymans <wim@fluendo.com>
27750 * docs/design/part-MT-refcounting.txt:
27751 * docs/design/part-conventions.txt:
27752 * docs/design/part-gstobject.txt:
27753 * docs/design/part-relations.txt:
27754 * docs/design/part-standards.txt:
27755 * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
27756 (gst_bin_remove_func), (gst_bin_remove), (gst_bin_iterate_recurse),
27757 (gst_bin_get_by_name), (gst_bin_get_by_interface),
27758 (gst_bin_iterate_all_by_interface):
27761 * gst/gstelement.c: (gst_element_class_init),
27762 (gst_element_change_state), (gst_element_set_loop_function):
27763 * gst/gstelement.h:
27764 * gst/gstiterator.c:
27765 * gst/gstobject.c: (gst_object_class_init), (gst_object_ref),
27766 (gst_object_unref), (gst_object_sink), (gst_object_dispose),
27767 (gst_object_dispatch_properties_changed), (gst_object_set_name),
27768 (gst_object_set_parent), (gst_object_unparent),
27769 (gst_object_check_uniqueness):
27771 Docs updates, clean up some headers.
27773 2005-03-07 Wim Taymans <wim@fluendo.com>
27775 * check/.cvsignore:
27776 * check/Makefile.am:
27777 * check/gst-libs/.cvsignore:
27778 * check/gst-libs/gdp.c: (START_TEST), (gst_object_suite), (main):
27779 * check/gst/.cvsignore:
27780 * check/gst/gstbus.c: (pound_bus_with_messages), (pull_messages),
27781 (START_TEST), (gstbus_suite), (main):
27782 * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite), (main):
27783 * check/gst/gstdata.c: (START_TEST), (thread_ref), (thread_unref),
27784 (gst_data_suite), (main):
27785 * check/gst/gstiterator.c: (make_list_of_ints), (START_TEST),
27786 (add_fold_func), (gstiterator_suite), (main):
27787 * check/gst/gstobject.c: (gst_fake_object_get_type), (START_TEST),
27788 (thread_name_object), (thread_name_object_default),
27789 (gst_object_name_compare), (gst_object_suite), (main):
27790 * check/gst/gstpad.c: (START_TEST), (thread_link_unlink),
27791 (gst_pad_suite), (main):
27792 * check/gstcheck.c: (gst_check_log_message_func),
27793 (gst_check_log_critical_func), (gst_check_init):
27794 * check/gstcheck.h:
27795 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
27796 (run_pipeline), (START_TEST), (simple_launch_lines_suite), (main):
27799 2005-03-07 Wim Taymans <wim@fluendo.com>
27801 * gst/gstiterator.c: (gst_iterator_init), (gst_iterator_new),
27802 (gst_list_iterator_next), (gst_list_iterator_resync),
27803 (gst_list_iterator_free), (gst_iterator_new_list),
27804 (gst_iterator_pop), (gst_iterator_next), (gst_iterator_resync),
27805 (gst_iterator_free), (gst_iterator_push), (filter_next),
27806 (filter_resync), (filter_uninit), (filter_free),
27807 (gst_iterator_filter), (gst_iterator_fold), (foreach_fold_func),
27808 (gst_iterator_foreach), (find_custom_fold_func),
27809 (gst_iterator_find_custom):
27810 * gst/gstiterator.h:
27811 Added missing files.
27813 2005-03-07 Wim Taymans <wim@fluendo.com>
27817 * docs/design/part-MT-refcounting.txt:
27818 * docs/design/part-conventions.txt:
27819 * docs/design/part-gstobject.txt:
27820 * docs/design/part-relations.txt:
27821 * examples/mixer/mixer.c: (main):
27822 * examples/thread/thread.c: (eos), (main):
27824 * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
27825 * gst/autoplug/gstspider.c: (gst_spider_identity_plug),
27826 (gst_spider_plug_from_srcpad):
27827 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps),
27828 (gst_spider_identity_change_state),
27829 (gst_spider_identity_sink_loop_type_finding):
27830 * gst/elements/gstfakesrc.c: (gst_fakesrc_loop):
27831 * gst/elements/gstidentity.c: (gst_identity_init):
27832 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_getcaps),
27833 (gst_tee_link), (gst_tee_request_new_pad), (gst_tee_chain):
27834 * gst/elements/gsttypefindelement.c: (free_entry):
27837 * gst/gstbin.c: (gst_bin_init), (gst_bin_get_clock_func),
27838 (gst_bin_set_clock_func), (gst_bin_auto_clock),
27839 (gst_bin_set_index), (gst_bin_set_element_sched),
27840 (gst_bin_unset_element_sched), (gst_bin_add_func), (gst_bin_add),
27841 (gst_bin_remove_func), (gst_bin_remove), (iterate_child),
27842 (gst_bin_iterate_elements), (iterate_child_recurse),
27843 (gst_bin_iterate_recurse), (gst_bin_dispose), (compare_name),
27844 (gst_bin_get_by_name), (gst_bin_get_by_name_recurse_up),
27845 (compare_interface), (gst_bin_get_by_interface),
27846 (gst_bin_iterate_all_by_interface), (gst_bin_iterate_func):
27848 * gst/gstbuffer.c: (gst_buffer_get_type), (_gst_buffer_sub_free),
27849 (gst_buffer_default_free), (gst_buffer_default_copy),
27850 (gst_buffer_new), (gst_buffer_get_caps), (gst_buffer_set_caps),
27851 (gst_buffer_create_sub):
27853 * gst/gstcaps.c: (gst_caps_get_type), (gst_caps_new_empty),
27854 (_gst_caps_free), (gst_caps_make_writable), (gst_caps_ref),
27855 (gst_caps_unref), (gst_static_caps_get),
27856 (gst_caps_remove_and_get_structure), (gst_caps_append),
27857 (gst_caps_append_structure), (gst_caps_remove_structure),
27858 (gst_caps_copy_nth), (gst_caps_set_simple),
27859 (gst_caps_set_simple_valist), (gst_caps_is_fixed_foreach),
27860 (gst_structure_is_equal_foreach), (gst_caps_is_subset),
27861 (gst_caps_structure_intersect_field), (gst_caps_intersect),
27862 (gst_caps_structure_subtract_field), (gst_caps_subtract),
27863 (gst_caps_normalize_foreach), (gst_caps_compare_structures),
27864 (gst_caps_structure_figure_out_union),
27865 (gst_caps_switch_structures), (gst_caps_do_simplify),
27866 (gst_caps_replace), (gst_caps_from_string),
27867 (gst_caps_copy_conditional):
27869 * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_id_ref),
27870 (_gst_clock_id_free), (gst_clock_id_unref),
27871 (gst_clock_id_compare_func), (gst_clock_id_wait),
27872 (gst_clock_id_wait_async), (gst_clock_class_init),
27873 (gst_clock_init), (gst_clock_dispose), (gst_clock_adjust_unlocked),
27874 (gst_clock_get_time), (gst_clock_set_time_adjust),
27875 (gst_clock_set_property), (gst_clock_get_property):
27878 * gst/gstcpu.c: (_gst_cpu_initialize_i386), (gst_cpu_get_flags):
27879 * gst/gstdata.c: (gst_data_is_writable), (gst_data_copy_on_write):
27881 * gst/gstelement.c: (gst_element_class_init), (gst_element_init),
27882 (gst_element_requires_clock), (gst_element_provides_clock),
27883 (gst_element_set_clock), (gst_element_clock_wait),
27884 (gst_element_wait), (gst_element_set_time_delay),
27885 (gst_element_is_indexable), (gst_element_add_pad),
27886 (gst_element_add_ghost_pad), (gst_element_remove_pad),
27887 (pad_compare_name), (gst_element_get_static_pad),
27888 (gst_element_request_pad), (gst_element_get_request_pad),
27889 (gst_element_get_pad), (iterate_pad), (gst_element_iterate_pads),
27890 (gst_element_class_get_pad_template_list),
27891 (gst_element_class_get_pad_template), (gst_element_error_func),
27892 (gst_element_get_random_pad), (gst_element_get_event_masks),
27893 (gst_element_send_event), (gst_element_seek),
27894 (gst_element_get_query_types), (gst_element_query),
27895 (gst_element_get_formats), (gst_element_convert),
27896 (gst_element_is_locked_state), (gst_element_set_locked_state),
27897 (gst_element_sync_state_with_parent), (gst_element_change_state),
27898 (gst_element_finalize), (gst_element_yield),
27899 (gst_element_interrupt), (gst_element_set_scheduler),
27900 (gst_element_get_scheduler), (gst_element_set_loop_function):
27901 * gst/gstelement.h:
27903 * gst/gstformat.c: (_gst_format_initialize), (gst_format_register),
27904 (gst_format_get_by_nick), (gst_format_get_details),
27905 (gst_format_iterate_definitions):
27907 * gst/gstindex.c: (gst_index_gtype_resolver):
27910 * gst/gstmemchunk.c: (gst_mem_chunk_alloc), (gst_mem_chunk_alloc0),
27911 (gst_mem_chunk_free):
27912 * gst/gstobject.c: (gst_object_class_init), (gst_object_init),
27913 (gst_object_ref), (gst_object_unref), (gst_object_sink),
27914 (gst_object_replace), (gst_object_dispose), (gst_object_finalize),
27915 (gst_object_dispatch_properties_changed),
27916 (gst_object_set_name_default), (gst_object_set_name),
27917 (gst_object_get_name), (gst_object_set_name_prefix),
27918 (gst_object_get_name_prefix), (gst_object_set_parent),
27919 (gst_object_get_parent), (gst_object_unparent),
27920 (gst_object_check_uniqueness), (gst_object_save_thyself),
27921 (gst_object_restore_thyself), (gst_object_real_restore_thyself),
27922 (gst_object_set_property), (gst_object_get_property),
27923 (gst_object_get_path_string):
27925 * gst/gstpad.c: (gst_pad_dispose), (gst_real_pad_class_init),
27926 (gst_real_pad_init), (gst_real_pad_get_property),
27927 (gst_pad_custom_new), (gst_pad_get_direction),
27928 (gst_pad_set_active), (gst_pad_is_active),
27929 (gst_pad_set_event_function), (gst_pad_is_linked),
27930 (gst_pad_link_free), (gst_pad_link_intersect),
27931 (gst_pad_link_fixate), (gst_pad_set_caps),
27932 (gst_pad_try_set_caps_nonfixed), (gst_pad_set_pad_template),
27933 (gst_pad_get_real_parent), (gst_pad_add_ghost_pad),
27934 (gst_pad_remove_ghost_pad), (_gst_pad_default_fixate_foreach),
27935 (gst_pad_link_unnegotiate), (gst_pad_proxy_fixate),
27936 (gst_pad_get_caps), (gst_pad_peer_get_caps),
27937 (gst_pad_get_pad_template_caps), (gst_pad_get_peer),
27938 (gst_pad_realize), (gst_pad_get_allowed_caps),
27939 (gst_real_pad_dispose), (gst_real_pad_finalize),
27940 (gst_pad_collectv), (gst_pad_collect_valist),
27941 (gst_pad_template_dispose), (gst_pad_template_new),
27942 (gst_pad_get_internal_links):
27944 * gst/gstpipeline.c: (gst_pipeline_dispose),
27945 (gst_pipeline_change_state):
27946 * gst/gstpipeline.h:
27948 * gst/gstpluginfeature.c: (gst_plugin_feature_get_name),
27949 (gst_plugin_feature_set_rank), (gst_plugin_feature_get_rank):
27950 * gst/gstpluginfeature.h:
27951 * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
27952 * gst/gstquery.c: (_gst_query_type_initialize),
27953 (gst_query_type_register), (gst_query_type_get_by_nick),
27954 (gst_query_type_get_details), (gst_query_type_iterate_definitions):
27956 * gst/gstqueue.c: (gst_queue_link_sink), (gst_queue_link_src):
27957 * gst/gstscheduler.c: (gst_scheduler_add_element),
27958 (gst_scheduler_factory_create):
27959 * gst/gststructure.c: (gst_structure_set_parent_refcount),
27960 (gst_structure_free), (gst_structure_set_name),
27961 (gst_structure_id_set_value), (gst_structure_set_value),
27962 (gst_structure_set_valist), (gst_structure_remove_field),
27963 (gst_structure_remove_fields),
27964 (gst_structure_remove_fields_valist),
27965 (gst_structure_remove_all_fields), (gst_structure_foreach),
27966 (gst_structure_map_in_place),
27967 (gst_caps_structure_fixate_field_nearest_int),
27968 (gst_caps_structure_fixate_field_nearest_double):
27969 * gst/gststructure.h:
27970 * gst/gstsystemclock.c: (gst_system_clock_class_init),
27971 (gst_system_clock_init), (gst_system_clock_dispose),
27972 (gst_system_clock_async_thread),
27973 (gst_system_clock_id_wait_unlocked), (gst_system_clock_id_wait),
27974 (gst_system_clock_id_wait_async), (gst_system_clock_id_unschedule):
27975 * gst/gstsystemclock.h:
27976 * gst/gsttag.c: (gst_tag_list_add_value_internal),
27977 (gst_tag_list_copy_foreach), (structure_foreach_wrapper):
27978 * gst/gsttaginterface.c:
27979 * gst/gstthread.c: (gst_thread_dispose),
27980 (gst_thread_release_children_locks), (gst_thread_change_state),
27981 (gst_thread_main_loop):
27982 * gst/gsttrashstack.h:
27983 * gst/gsttypefind.c: (gst_type_find_factory_dispose):
27985 * gst/gstutils.c: (gst_element_get_compatible_pad_template),
27986 (gst_element_request_pad), (gst_element_get_pad_from_template),
27987 (gst_element_request_compatible_pad),
27988 (gst_element_get_compatible_pad_filtered),
27989 (gst_element_get_compatible_pad), (gst_element_state_get_name),
27990 (gst_element_link_pads_filtered), (gst_element_link_filtered),
27991 (gst_element_link_many), (gst_element_link),
27992 (gst_element_link_pads), (gst_element_unlink_pads),
27993 (gst_element_unlink_many), (gst_element_unlink),
27994 (gst_pad_can_link_filtered), (gst_pad_can_link),
27995 (gst_pad_use_fixed_caps), (gst_pad_get_fixed_caps_func),
27996 (gst_object_default_error), (gst_bin_add_many),
27997 (gst_bin_remove_many), (gst_element_populate_std_props),
27998 (gst_element_class_install_std_props), (gst_buffer_merge),
27999 (gst_buffer_stamp), (intersect_caps_func), (gst_pad_proxy_getcaps),
28000 (link_fold_func), (gst_pad_proxy_setcaps):
28002 * gst/gstvalue.c: (gst_value_deserialize_string):
28003 * gst/parse/grammar.y:
28004 * gst/schedulers/gstbasicscheduler.c:
28005 (gst_basic_scheduler_cothreaded_chain),
28006 (gst_basic_scheduler_chain_recursive_add),
28007 (gst_basic_scheduler_pad_link):
28008 * gst/schedulers/gstoptimalscheduler.c:
28009 (get_group_schedule_function),
28010 (gst_opt_scheduler_state_transition),
28011 (gst_opt_scheduler_add_element), (element_get_reachables_func):
28012 * libs/gst/bytestream/bytestream.c:
28013 * libs/gst/dataprotocol/dataprotocol.c:
28014 (gst_dp_header_from_buffer):
28017 * tests/threadstate/threadstate2.c: (eos):
28018 * tools/gst-compprep.c: (main):
28019 * tools/gst-inspect.c: (print_field), (print_element_flag_info),
28020 (print_pad_info), (print_children_info):
28021 * tools/gst-launch.c: (idle_func), (main):
28022 * tools/gst-md5sum.c: (idle_func), (main):
28023 * tools/gst-xmlinspect.c: (print_element_info):
28024 First THREADED backport attempt, focusing on adding locks and
28025 making sure the API is threadsafe. Needs more work. More docs
28028 2005-02-24 Andy Wingo <wingo@pobox.com>
28030 * tests/bench-complexity.scm:
28031 * tests/complexity.gnuplot: New files, good for running complexity
28034 * tests/Makefile.am:
28035 * tests/complexity.c: New test, sets up N elements, at each level
28036 teeing into M streams per element. Eeeenteresting.
28038 * tests/mass_elements.gnuplot: gnuplot file for the mass_elements
28039 benchmark. Run as gnuplot mass_elements.gnuplot > foo.ps, after
28040 running bench-mass_elements.scm.
28042 * tests/bench-mass_elements.scm: New script, runs mass_elements
28043 for various numbers of identities, outputting the results to a
28044 file. Requires guile 1.6. Just for testing.
28046 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28048 * gst/schedulers/fairscheduler.c:
28049 compile with debug disabled
28051 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
28054 hunting season on 0.9 is now OPEN