1 2004-01-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
3 * gst/gstpad.c: (gst_pad_alloc_buffer):
4 Return a newly allocated buffer when the pad has no peer.
6 2004-01-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
8 * gst/gstclock.c: (gst_clock_get_time):
9 make it compile with gcc 2.95 again.
10 Patch by Scott Wheeler
12 2004-01-15 David Schleef <ds@schleef.org>
15 Added gst_caps_is_simple() macro.
16 * testsuite/caps/caps.c: (test1):
17 * testsuite/caps/intersect2.c: (main):
18 * testsuite/caps/intersection.c: (main):
19 Fixes to make 'make check' work again after removing
20 gst_caps_is_chained().
22 2004-01-15 Leif Johnson <leif@ambient.2y.net>
24 * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
25 and additions to the MIDI document.
27 2004-01-15 David Schleef <ds@schleef.org>
29 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
30 (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
31 of GST_RPAD_, since we don't know if it's a real or ghost pad.
33 2004-01-15 David Schleef <ds@schleef.org>
37 Fix the spelling of "treshold" and make min_threshold actually
40 2004-01-15 David Schleef <ds@schleef.org>
43 Add lots of documentation.
45 Deprecate a few functions.
47 Removed use of deprecated functions.
49 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
51 * gst/gstpad.c: (gst_pad_is_linked):
53 implement gst_pad_is_linked
55 reserve space for initiate_state_change
57 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
59 * gst/autoplug/gstspideridentity.c:
60 (gst_spider_identity_sink_loop_type_finding):
61 break infinite loop by just returning instead of looping
62 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
63 set event time difference correctly. Set it to 1 second instead
64 of 100ms to be more tolerant
65 * gst/gstelement.c: (gst_element_set_time):
68 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
70 * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
71 query if buffers are inside the pool, ignore events
73 2004-01-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
75 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
76 (gst_clock_set_speed), (gst_clock_set_active),
77 (gst_clock_is_active), (gst_clock_reset),
78 (gst_clock_handle_discont):
80 deprecate old interface and disable functions that aren't in use
83 * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
84 (gst_element_set_time), (gst_element_adjust_time):
85 add concept of "element time" and functions to get/set this time.
86 * gst/gstelement.c: (gst_element_change_state):
87 update element time correctly.
88 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
89 This is a debug message, not a g_critical.
90 * gst/gstpad.c: (gst_pad_event_default):
91 handle discontinuous events right with element time.
92 * gst/gstscheduler.c: (gst_scheduler_state_transition):
93 update to clocking fixes.
94 set clocks on elements in READY=>PAUSED. The old behaviour caused
95 a wrong element time on the first element that started playing.
96 * gst/schedulers/gstbasicscheduler.c:
97 (gst_basic_scheduler_class_init):
98 * gst/schedulers/gstoptimalscheduler.c:
99 (gst_opt_scheduler_class_init):
100 remove code that just implements the default behaviour.
101 * gst/elements/gstfakesink.c: (gst_fakesink_chain):
102 update to use new clocking functions
103 * testsuite/clock/clock1.c: (gst_clock_debug), (main):
104 * testsuite/clock/clock2.c: (gst_clock_debug), (main):
105 update to test new element time.
106 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
107 use _get_allowed_caps instead of _get_caps. This catches filtered
109 * testsuite/debug/commandline.c:
110 update for new GST_DEBUG syntax.
111 * testsuite/threads/Makefile.am:
112 disable a test that only works sometimes.
114 2004-01-13 Julien MOUTTE <julien@moutte.net>
116 * po/LINGUAS: Adding fr.
117 * po/fr.po: Adding french translation.
119 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
121 * gst/parse/grammar.y:
124 * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
125 translate parsing error messages
127 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
129 * po/POTFILES.in: adding gst-launch
130 * po/nl.po: updated translation, all 99 strings translated
131 * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
132 (found_tag), (sigint_handler_sighandler), (play_handler), (main):
133 fix strings for translation
135 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
138 - capitalize beginnings of popt options
139 - fix strings for translation
140 - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
142 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
144 * po/README: add some notes on how to update translations
146 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
148 * ABOUT-NLS: removed, is autogenerated from autopoint
149 * autogen.sh: add autopoint stuff
150 * configure.ac: fix up gettext stuff
151 * gst/Makefile.am: add i18n headers to noinst_HEADERS
152 * gst/elements/gsttypefindelement.c: add header include
153 * gst/gettext.h: add header, copy from system-installed header
154 * gst/gst-i18n-app.h: to be included by each app having translations
155 * gst/gst-i18n-lib.h: to be included by each lib having translations
156 * gst/gst.c: (init_pre): fix up gettext calls
157 * gst/gst_private.h: remove i18n stuff, moving to separate headers
158 * po/LINGUAS: the new way to specify translations present
159 * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
160 * po/Makevars: the variables filled in for GStreamer
161 * po/POTFILES.in: added new files with translations
162 * po/de.po: has new strings
163 * po/nl.po: readded, has new strings
165 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
167 * gst/gsttag.c: fix some strings marked for translation
169 2004-01-13 Iain <iain@prettypeople.org>
171 * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
172 group when we add an element to it, cos we unref it when we remove one
174 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
176 * testsuite/debug/commandline.c: (debug_not_reached):
177 * testsuite/debug/output.c: (check_message):
180 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
182 * examples/cutter/.cvsignore:
183 * examples/helloworld/.cvsignore:
184 * examples/launch/.cvsignore:
185 * examples/manual/.cvsignore:
186 * examples/mixer/.cvsignore:
187 * examples/pingpong/.cvsignore:
188 * examples/plugins/.cvsignore:
189 * examples/queue/.cvsignore:
190 * examples/queue2/.cvsignore:
191 * examples/queue3/.cvsignore:
192 * examples/queue4/.cvsignore:
193 * examples/retag/.cvsignore:
194 * examples/thread/.cvsignore:
195 * examples/typefind/.cvsignore:
196 * examples/xml/.cvsignore:
198 * gst/autoplug/.cvsignore:
199 * gst/elements/.cvsignore:
200 * gst/indexers/.cvsignore:
201 * gst/parse/.cvsignore:
202 * gst/registries/.cvsignore:
203 * gst/schedulers/.cvsignore:
204 * libs/gst/bytestream/.cvsignore:
205 * libs/gst/control/.cvsignore:
206 * libs/gst/getbits/.cvsignore:
208 * tests/bufspeed/.cvsignore:
209 * tests/instantiate/.cvsignore:
210 * tests/memchunk/.cvsignore:
211 * tests/muxing/.cvsignore:
212 * tests/sched/.cvsignore:
213 * tests/seeking/.cvsignore:
214 * tests/threadstate/.cvsignore:
215 * testsuite/.cvsignore:
216 * testsuite/caps/.cvsignore:
217 * testsuite/cleanup/.cvsignore:
218 * testsuite/dynparams/.cvsignore:
219 * testsuite/plugin/.cvsignore:
221 update - this is huge, because it includes *.bb, *.bbg and *.da files
222 which are generated for gcov.
224 2004-01-11 David Schleef <ds@schleef.org>
226 * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
227 a function to parse integers in ways that strto[u]l() does not.
229 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
231 * tools/gst-inspect.c: (print_caps):
232 improve output of caps a bit
234 2004-01-11 David Schleef <ds@schleef.org>
236 * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
237 inherit correct flags (READONLY and DONTKEEP).
239 2004-01-11 David Schleef <ds@schleef.org>
241 * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
242 (gst_filesrc_map_region):
243 * gst/gstbuffer.c: (_gst_buffer_initialize),
244 (_gst_buffer_sub_free), (gst_buffer_default_copy),
245 (gst_buffer_new), (gst_buffer_create_sub),
246 (gst_buffer_is_span_fast), (gst_buffer_span):
248 Change GstBuffer private structure element names. (all files)
249 * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
252 Implement getcaps/pad_link functions that handle the case where
253 there are data in the queue.
255 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
257 * gst/elements/gstbufferstore.c:
258 initialize debugging structure correctly
259 * gst/elements/gsttee.c: (gst_tee_set_property):
260 g_object_notify when property was changed
261 * gst/elements/gsttypefindelement.c:
262 (gst_type_find_element_change_state):
265 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
267 * gst/gstqueue.c: (gst_queue_init):
268 Use better defaults for when a queue should block. This
269 gets rid of jerky playback for quite a few files.
270 It takes more memory.
272 2004-01-10 Thomas Vander Stichele <thomas at apestaart dot org>
274 (gst_xml_registry_parse_padtemplate):
275 make critical message slightly more useful
277 2004-01-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
279 * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
280 (gst_debug_message_get), (gst_debug_log_default):
282 Change gst_debug_log(_valist) to take a const format string.
283 Change prototype of log function and functions using those to
284 take a GstDebugMessage instead of a string that requires using
285 gst_debug_message_get.
287 2004-01-08 David Schleef <ds@schleef.org>
291 Add option --enable-gcov to build GStreamer with -fprofile-arcs
292 and -ftest-coverage, which allows gcov to show information about
295 2004-01-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
298 Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
299 GST_PARENT_CALL_WITH_DEFAULT
300 * gst/elements/gstaggregator.c:
301 * gst/elements/gstbufferstore.c:
302 * gst/elements/gstfakesink.c:
303 * gst/elements/gstfakesrc.c:
304 * gst/elements/gstfdsink.c:
305 * gst/elements/gstfdsrc.c:
306 * gst/elements/gstfilesink.c:
307 * gst/elements/gstfilesrc.c:
308 * gst/elements/gstidentity.c:
309 * gst/elements/gstmd5sink.c:
310 * gst/elements/gstmultidisksrc.c:
311 * gst/elements/gstpipefilter.c:
312 * gst/elements/gstshaper.c:
313 * gst/elements/gststatistics.c:
314 * gst/elements/gsttee.c:
315 * gst/elements/gsttypefindelement.c:
318 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
320 * docs/gst/gstreamer-docs.sgml: remove props
321 * docs/gst/gstreamer-sections.txt: remove props
322 * docs/gst/tmpl/gst.sgml:
323 * docs/gst/tmpl/gstbin.sgml:
324 * docs/gst/tmpl/gstbuffer.sgml:
325 * docs/gst/tmpl/gstcaps.sgml:
326 * docs/gst/tmpl/gstclock.sgml:
327 * docs/gst/tmpl/gstelement.sgml:
328 * docs/gst/tmpl/gstindex.sgml:
329 * docs/gst/tmpl/gstobject.sgml:
330 * docs/gst/tmpl/gstpad.sgml:
331 * docs/gst/tmpl/gstpadtemplate.sgml:
332 * docs/gst/tmpl/gstreamer-unused.sgml:
333 * docs/gst/tmpl/gstthread.sgml:
334 * docs/gst/tmpl/gstxml.sgml:
335 sync with code reorganization
337 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
339 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
340 Make the 'Could not find compatible pad' message more informative.
342 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
344 * gst/elements/gstfilesink.c: (gst_filesink_set_location):
345 Fix for if we pass NULL as property to location.
346 * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
347 (gst_pipefilter_handle_event), (gst_pipefilter_chain):
348 Fix for instantiate-test (see below).
349 * gst/gststructure.c: (_gst_structure_parse_value):
350 Fix compile error on gcc-2.96.
353 * tests/instantiate/Makefile.am:
354 * tests/instantiate/create.c: (create_all_elements), (main):
355 Add a test that instantiates all elements. This makes it easy to
356 track dead code for old API/design (like setting event functions
357 on sink pads and so on).
359 2004-01-06 Jan Schmidt <thaytan@mad.scientist.com>
361 * gst/gstcaps.c: (gst_caps_append_structure):
362 Move the poisoning to allow a NULL structure
363 * gst/gstevent.c: (_gst_event_free):
364 When freeing a navigation event, free the structure
367 2004-01-04 David Schleef <ds@schleef.org>
369 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
370 Remove usage of gst_pad_proxy_fixate.
371 * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
372 (gst_caps_split_one), (gst_caps_replace):
374 * gst/gstmarshal.list:
375 Add pointer__pointer for fixate signal
376 * gst/gstpad.c: (gst_real_pad_class_init),
377 (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
378 (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
379 (gst_pad_set_explicit_caps), (gst_pad_template_new):
380 Add poisoning code. Add fixate signal on RealPad. Change
381 set_explicit_caps() to take const GstCaps, like try_set_caps().
383 * testsuite/caps/Makefile.am:
384 * testsuite/caps/app_fixate.c: Add a test for the fixate signal
386 2004-01-03 David Schleef <ds@schleef.org>
388 * gst/elements/gsttypefindelement.c:
389 (gst_type_find_element_have_type), (gst_type_find_element_init):
390 Use gst_pad_use_explicit_caps for src pad.
391 * gst/gstpad.c: (gst_pad_try_set_caps): Check that link exists
394 2004-01-03 David Schleef <ds@schleef.org>
396 * gst/gstelement.c: (gst_element_link_pads_filtered),
397 (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
398 that linking was successful.
399 * gst/gstpad.c: (gst_pad_link_free),
400 (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
401 (gst_pad_link_try), (gst_pad_link_unnegotiate),
402 (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
403 GstPadLinkReturn correctly between functions, and don't fail
404 when DELAYED is used (DELAYED is very important). Better
405 cleanup on unlinking and unnegotiation. Should fix some spider
408 2004-01-02 David Schleef <ds@schleef.org>
410 * gst/gstelement.c: (gst_element_class_init),
411 (gst_element_base_class_init): ->padtemplates should be cleared
412 in base_init, since we need to have a fresh list for every
413 class. (Alternately, we chould copy the list and share the
414 actual pad templates (not the list), but that would require
415 changing every plugin to move pad template registration from
416 base_init to class_init.)
418 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
420 * gst/gstelement.c: (gst_element_class_add_pad_template):
421 Refuse registering a pad template if another pad template
422 with the same name already exists (#114715).
424 2004-01-02 David Schleef <ds@schleef.org>
426 * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
427 (gst_caps_is_equal_fixed): Add new function.
428 * gst/gstcaps.h: ditto.
429 * gst/gstpad.c: (gst_real_pad_class_init),
430 (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
431 (gst_pad_set_explicit_caps), (gst_pad_get_caps): In try_set_caps,
432 check new caps against existing caps -- if they're the same, return
433 OK without renegotiating. caps-nego-failed signal fixed so that
434 the marshaller isn't VOID__OBJECT. Also changed to G_TYPE_POINTER
435 to save an extra caps copy. Don't complete negotiation if a pad
436 link function returns DELAYED.
438 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
440 * gst/gstpad.c: (gst_pad_try_relink_filtered):
441 Fix wrong g_return_if_fail
443 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
445 * gst/gstbin.c: (gst_bin_class_init):
446 Change the marshalling of element_added/element_removed
447 to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER
448 complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
450 2004-01-01 David Schleef <ds@schleef.org>
452 * gst/gstpad.c: (gst_pad_set_explicit_caps),
453 (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
454 (gst_pad_use_explicit_caps):
456 Add new functions. gst_pad_use_explicit_caps() sets up a pad
457 to use an internal getcaps and link fuction so that negotiation
458 always results in the explicitly set caps.
459 gst_pad_set_explicit_caps() sets the explicit caps. These functions
460 are particularly useful for decoders.
462 2003-12-31 David Schleef <ds@schleef.org>
464 * gst/elements/gstidentity.c: (gst_identity_class_init),
465 (gst_identity_init), (gst_identity_chain),
466 (gst_identity_set_property), (gst_identity_get_property):
467 * gst/elements/gstidentity.h:
468 * gst/gstqueue.c: (gst_queue_init):
471 2003-12-31 David Schleef <ds@schleef.org>
473 * gst/gstcaps.c: (gst_caps_intersect),
474 (_gst_caps_normalize_foreach), (gst_caps_normalize):
475 Implement gst_caps_normalize().
476 * testsuite/caps/normalisation.c: (main):
477 Add an additional test
479 2003-12-31 Ronald Bultje <rbultje@ronald.bitfreak.net>
481 * gst/gstqueue.c: (gst_queue_init):
482 use gst_pad_proxy_getcaps()
484 2003-12-31 David Schleef <ds@schleef.org>
486 * gst/elements/gstshaper.c: (gst_shaper_link):
487 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
488 * gst/gstqueue.c: (gst_queue_link):
491 2003-12-31 David Schleef <ds@schleef.org>
493 * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
494 * gst/gstpad.h: Add functions that are useful as default pad
495 link and fixate functions for elements.
497 2003-12-30 David Schleef <ds@schleef.org>
499 * gst/gstpad.c: (gst_pad_link_try):
500 Fix segfault when attempting to return to old caps
502 2003-12-29 David Schleef <ds@schleef.org>
504 * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
505 (gst_caps_structure_simplify), (gst_caps_simplify):
507 Add simplify function
508 * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
509 (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
511 Copy over srcnotify, sinknotify when calling old pad_link
512 functions. Add new is_negotiated() function.
513 * gst/gststructure.c: (gst_structure_copy):
514 Fix an incredibly stupid bug that should have been noticed
515 weeks ago. _copy() returned the argument, not the new copy.
517 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
519 * gst/gstcaps.c: (gst_caps_append):
521 * gst/gstcaps.h: (gst_caps_debug):
522 remove, it doesn't exist anymore.
523 * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
524 (gst_element_threadsafe_properties_post_run):
525 make debugging messages not clutter up THREAD debug category
526 (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
527 (gst_element_change_state):
528 update to new caps API
529 * gst/gstinterface.c: (gst_implements_interface_cast):
530 don't put vital code in g_return_if_fail
531 * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
532 (gst_pad_link_filtered):
533 add pst_pad_try_link and use it.
534 (gst_pad_perform_negotiate), (gst_pad_renegotiate):
535 implement correctly, deprecate first one.
536 (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
538 (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
540 (gst_pad_get_negotiated_caps):
541 add and implement. Make GST_PAD_CAPS call this function.
543 remove unneeded check..
544 (gst_pad_recover_caps_error):
545 disable, always return FALSE.
546 (gst_real_pad_dispose):
547 don't free caps and appfilter anymore, they're unused.
549 Reflect changes mentioned above.
550 * gst/gstsystemclock.c: (gst_system_clock_wait):
551 Make 'clock is way behind' a debugging message.
552 * gst/gstthread.c: (gst_thread_change_state):
553 Fix debugging message
555 2003-12-25 Thomas Vander Stichele <thomas at apestaart dot org>
558 fix GST_DEBUG_CATEGORY_INIT gtk-doc description
559 * docs/gst/tmpl/gstreamer-unused.sgml:
560 removed all traces of cvs conflicts
562 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
565 * gst/schedulers/cothreads_compat.h:
567 remove last instances of wingo cothread usage
569 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
572 * gst/gstversion.h.in:
573 * gst/parse/grammar.y:
574 change comment block from /** to /* when not gtk-doc comments
576 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
578 * gst/gst.c: whitespace and doc style fixes
580 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
582 * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
584 2003-12-24 Colin Walters <walters@verbum.org>
586 * gst/elements/gsttypefindelement.c:
587 gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
588 Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
589 Don't double-free caps.
591 2003-12-23 David Schleef <ds@schleef.org>
593 * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
594 gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
595 Many little fixes and additions of debug statements to
596 get rhythmbox working.
598 2003-12-23 Colin Walters <walters@verbum.org>
600 * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
601 Use GST_PAD_LINK_SUCCESSFUL.
603 2003-12-23 David Schleef <ds@schleef.org>
605 * gst/elements/gstaggregator.c:
606 * gst/elements/gsttee.c:
607 Use gst_pad_proxy_getcaps().
610 Add gst_pad_proxy_getcaps(), which filter elements can use
611 as a generic getcaps implementation.
612 Fix gst_pad_get_allowed_caps(). It just wasn't doing what
615 2003-12-23 David Schleef <ds@schleef.org>
618 Rearrange/rewrite much of the pad negotiation code, since it
619 resembled pasta. This actually changes the way some
620 negotiation works, since the previous code was inconsistent
621 depending on how it was invoked. Add (internal) structure
622 GstPadLink, which is used to hold some information (more in
623 the future) about the link between two pads. Fixes a number
624 of bugs, including random lossage of filter caps when the
625 initial negotiation is delayed. A few functions are still
628 Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros. Please use
629 these when testing GstPadLinkReturn values instead of comparing
632 2003-12-23 David Schleef <ds@schleef.org>
636 Rearrange lots of code. Change registration of compare function
637 into registration of compare/serialize/deserialize functions.
638 Doesn't include implementation of gst_value_[de]serialize(),
639 but that should be easy.
641 2003-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
643 * docs/gst/gstreamer-sections.txt:
644 * docs/gst/tmpl/gstprops.sgml: removed
645 * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
646 David removed props and caps code, so let's remove their docs as well.
647 Removed all no longer existing symbols from gstreamer-sections.txt
649 2003-12-22 Colin Walters <walters@verbum.org>
651 * gst/gsttaginterface.c, gst/gsttaginterface.h,
652 gst/gsttag.c, gst/gsttag.h: Add interface to setting GValues
655 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
657 * gst/elements/gstelements.c:
658 Set ranks of elements to NONE, so the autoplugger doesn't use them.
659 * gst/elements/gstshaper.c: (gst_shaper_getcaps):
660 Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
663 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
665 * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
666 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
667 (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
668 (gst_spider_identity_sink_loop_type_finding):
669 * gst/autoplug/gstspideridentity.h:
670 Fix autoplugging in spider element, so it works with new caps.
671 This was mainly caused by identifying empty caps incorrectly.
673 2003-12-22 David Schleef <ds@schleef.org>
675 * gststructure.c, gstvalue.c, gstvalue.h: Add
676 gst_value_init_and_copy() and use it, to avoid silly mistakes in
679 2003-12-21 David Schleef <ds@schleef.org>
681 * many, many files: Merge CAPS branch. This includes:
682 - implemention of GstValue and several GstValue types
683 - implemention of GstStructure
684 - entire rewrite of GstCaps
685 - removal of GstProps
686 - many changes to GstPad to compensate for new caps paradigm
687 - removal of GstBufferpool
688 * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
689 gstvalue.h, gst/gstcaps[2]*.[ch]:
690 - rename gstcaps2.[ch] to gstcaps.[ch]
692 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
694 * gst/gstqueue.c: (gst_queue_handle_pending_events),
695 (gst_queue_chain), (gst_queue_handle_src_event):
696 implement timeout for sending events. Workaround for if the
697 pipeline on this queue is not passing any data.
699 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
701 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
702 * moved CVS to freedesktop.org