platform/upstream/gstreamer.git
18 years agoDoc updates.
Wim Taymans [Fri, 28 Oct 2005 18:14:24 +0000 (18:14 +0000)]
Doc updates.

Original commit message from CVS:
* docs/design/part-TODO.txt:
* gst/gstiterator.c:
* gst/gstsystemclock.c:
* gst/gstsystemclock.h:
Doc updates.

18 years agodocs/gst/: the GstURIType documentation page is private, it only defines GstURIType...
Edward Hervey [Fri, 28 Oct 2005 18:10:41 +0000 (18:10 +0000)]
docs/gst/: the GstURIType documentation page is private, it only defines GstURIType which should be defined in the Gs...

Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
the GstURIType documentation page is private, it only defines GstURIType
which should be defined in the GstURIHandler page

18 years agoDocumentation updates.
Thomas Vander Stichele [Fri, 28 Oct 2005 17:35:43 +0000 (17:35 +0000)]
Documentation updates.

Original commit message from CVS:
Documentation updates.

18 years agoDocumented the clocks.
Wim Taymans [Fri, 28 Oct 2005 17:35:05 +0000 (17:35 +0000)]
Documented the clocks.

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstclock.c:
* gst/gstclock.h:
Documented the clocks.

18 years agoupdated config
Thomas Vander Stichele [Fri, 28 Oct 2005 17:34:32 +0000 (17:34 +0000)]
updated config

Original commit message from CVS:
updated config

18 years agoWork around gtkdoc deficiencies, document a macro differently.
Michael Smith [Fri, 28 Oct 2005 17:20:45 +0000 (17:20 +0000)]
Work around gtkdoc deficiencies, document a macro differently.

Original commit message from CVS:
Work around gtkdoc deficiencies, document a macro differently.

18 years agoImprove GstBuffer documentation. It's now 100% Spiffier.
Michael Smith [Fri, 28 Oct 2005 17:01:14 +0000 (17:01 +0000)]
Improve GstBuffer documentation. It's now 100% Spiffier.

Original commit message from CVS:
Improve GstBuffer documentation. It's now 100% Spiffier.

18 years agosome style fixes
Thomas Vander Stichele [Fri, 28 Oct 2005 16:54:15 +0000 (16:54 +0000)]
some style fixes

Original commit message from CVS:
some style fixes

18 years agodocs/gst/gstreamer-sections.txt: move some macros to private sections
Stefan Kost [Fri, 28 Oct 2005 16:46:58 +0000 (16:46 +0000)]
docs/gst/gstreamer-sections.txt: move some macros to private sections

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
move some macros to private sections
* gst/gstminiobject.c:
* gst/gstminiobject.h:
add descriptions provided by ds and some more
* gst/gstpad.h:
mark macro as to be removed

18 years agodocs/design/part-TODO.txt: Add an item to TODO.
Wim Taymans [Fri, 28 Oct 2005 16:21:29 +0000 (16:21 +0000)]
docs/design/part-TODO.txt: Add an item to TODO.

Original commit message from CVS:
* docs/design/part-TODO.txt:
Add an item to TODO.

* gst/gstiterator.c: (gst_iterator_fold),
(gst_iterator_find_custom):
* gst/gstiterator.h:
Add iterator docs.

18 years agoadd style guide
Thomas Vander Stichele [Fri, 28 Oct 2005 16:08:52 +0000 (16:08 +0000)]
add style guide

Original commit message from CVS:
add style guide

18 years agogst/base/gstbasetransform.c: Don't leak class.
Wim Taymans [Fri, 28 Oct 2005 10:45:33 +0000 (10:45 +0000)]
gst/base/gstbasetransform.c: Don't leak class.

Original commit message from CVS:
* gst/base/gstbasetransform.c: (gst_base_transform_class_init),
(gst_base_transform_init):
Don't leak class.

* gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_loop):
An EOS event marks the queue as completely filled.

18 years agogst/base/gstbasesink.c: Some more debugging.
Wim Taymans [Thu, 27 Oct 2005 20:59:00 +0000 (20:59 +0000)]
gst/base/gstbasesink.c: Some more debugging.

Original commit message from CVS:
* gst/base/gstbasesink.c: (gst_base_sink_handle_object),
(gst_base_sink_do_sync), (gst_base_sink_get_position):
Some more debugging.

* gst/base/gstbasetransform.c: (gst_base_transform_finalize),
(gst_base_transform_init), (gst_base_transform_buffer_alloc),
(gst_base_transform_event), (gst_base_transform_getrange),
(gst_base_transform_chain):
* gst/base/gstbasetransform.h:
Fix debugging,
Protect transform and concurrent buffer alloc with a new lock.
Try not to break ABI/API.

18 years agogst/base/gstbasesrc.c: Move some stuff around and cleanup things.
Wim Taymans [Thu, 27 Oct 2005 19:37:25 +0000 (19:37 +0000)]
gst/base/gstbasesrc.c: Move some stuff around and cleanup things.

Original commit message from CVS:
* gst/base/gstbasesrc.c: (gst_base_src_class_init),
(gst_base_src_init), (gst_base_src_query),
(gst_base_src_default_newsegment),
(gst_base_src_configure_segment), (gst_base_src_do_seek),
(gst_base_src_send_event), (gst_base_src_event_handler),
(gst_base_src_pad_get_range), (gst_base_src_loop),
(gst_base_src_unlock), (gst_base_src_default_negotiate),
(gst_base_src_start), (gst_base_src_deactivate),
(gst_base_src_activate_push), (gst_base_src_change_state):
Move some stuff around and cleanup things.

18 years agogst/base/gstbasesrc.c: Add missing break statements.
Tim-Philipp Müller [Thu, 27 Oct 2005 15:48:56 +0000 (15:48 +0000)]
gst/base/gstbasesrc.c: Add missing break statements.

Original commit message from CVS:
* gst/base/gstbasesrc.c: (gst_base_src_query):
Add missing break statements.

18 years agocheck/gst/gstbin.c: An extra refcount is taken in basesrc.
Wim Taymans [Thu, 27 Oct 2005 13:47:33 +0000 (13:47 +0000)]
check/gst/gstbin.c: An extra refcount is taken in basesrc.

Original commit message from CVS:
* check/gst/gstbin.c: (GST_START_TEST):
An extra refcount is taken in basesrc.

* gst/base/gstbasesrc.c: (gst_base_src_init), (gst_base_src_query),
(gst_base_src_get_range), (gst_base_src_pad_get_range),
(gst_base_src_loop):
Small cleanups, check for flushing after being unlocked from the
LIVE_LOCK. take refcounts correctly (not yet everywhere).
Don't send out EOS when going to READY.

18 years agogst/base/gstbasesink.c: Some more debug.
Wim Taymans [Thu, 27 Oct 2005 08:55:44 +0000 (08:55 +0000)]
gst/base/gstbasesink.c: Some more debug.

Original commit message from CVS:
* gst/base/gstbasesink.c: (gst_base_sink_handle_object),
(gst_base_sink_get_position):
Some more debug.

* gst/gstbin.c: (message_check), (bin_replace_message),
(bin_remove_messages), (is_eos), (gst_bin_add_func),
(update_degree), (gst_bin_sort_iterator_next), (bin_bus_handler),
(bin_query_duration_init), (bin_query_duration_fold),
(bin_query_duration_done), (bin_query_generic_fold),
(gst_bin_query):
* tools/gst-launch.c: (main):
Remove old option.

18 years agofixing examples fixing docs typos changing log priority in error situations
Stefan Kost [Wed, 26 Oct 2005 18:57:43 +0000 (18:57 +0000)]
fixing examples fixing docs typos changing log priority in error situations

Original commit message from CVS:
* examples/controller/audio-example.c: (main):
* examples/queue/queue.c: (event_loop):
* gst/base/gstbasetransform.h:
* gst/gstelement.c: (gst_element_send_event):
* gst/gstevent.h:
* gst/gstpad.c: (gst_pad_send_event):
fixing examples
fixing docs typos
changing log priority in error situations

18 years agomake sure dirs get checked out
Thomas Vander Stichele [Wed, 26 Oct 2005 10:11:25 +0000 (10:11 +0000)]
make sure dirs get checked out

Original commit message from CVS:
make sure dirs get checked out

18 years agofix dist
Thomas Vander Stichele [Wed, 26 Oct 2005 09:56:43 +0000 (09:56 +0000)]
fix dist

Original commit message from CVS:
fix dist

18 years agogst/gstbin.c: Some doc and debug updates.
Wim Taymans [Tue, 25 Oct 2005 17:41:24 +0000 (17:41 +0000)]
gst/gstbin.c: Some doc and debug updates.

Original commit message from CVS:
* gst/gstbin.c: (message_check), (bin_replace_message),
(bin_remove_messages), (is_eos), (gst_bin_add_func),
(update_degree), (gst_bin_sort_iterator_next), (bin_bus_handler),
(bin_query_duration_init), (bin_query_duration_fold),
(bin_query_duration_done), (bin_query_generic_fold),
(gst_bin_query):
Some doc and debug updates.
Cache previously requested query DURATION for speed. invalidate
cached duration if element posts a DURATION message.

18 years agodocs/design/part-TODO.txt: Update TODO.
Wim Taymans [Tue, 25 Oct 2005 15:39:36 +0000 (15:39 +0000)]
docs/design/part-TODO.txt: Update TODO.

Original commit message from CVS:
* docs/design/part-TODO.txt:
Update TODO.

* gst/gstbin.c: (message_check), (bin_replace_message),
(bin_remove_messages), (is_eos), (gst_bin_add_func),
(update_degree), (gst_bin_sort_iterator_next), (bin_bus_handler),
(bin_query_duration_init), (bin_query_duration_fold),
(bin_query_duration_done), (bin_query_generic_fold),
(gst_bin_query):
Handle SEGMENT_START/DONE messages correctly.
More evolved query algorithm that handles duration queries
correctly.

* gst/gstelement.c: (gst_element_send_event), (gst_element_query),
(gst_element_get_state_func), (gst_element_abort_state),
(gst_element_commit_state), (gst_element_lost_state):
Some more debugging.

* gst/gstmessage.h:
Added doc.

18 years agogst/base/gstbasesink.c: Don't use invalid stream_time.
Wim Taymans [Tue, 25 Oct 2005 10:15:45 +0000 (10:15 +0000)]
gst/base/gstbasesink.c: Don't use invalid stream_time.

Original commit message from CVS:
* gst/base/gstbasesink.c: (gst_base_sink_get_position):
Don't use invalid stream_time.

* gst/gstevent.c: (gst_event_new_newsegment):
stream_time in newsegment cannot be undefined.

18 years agoForgot the changelog last time
Wim Taymans [Tue, 25 Oct 2005 10:12:13 +0000 (10:12 +0000)]
Forgot the changelog last time

Original commit message from CVS:
Forgot the changelog last time

18 years agogst/gstbus.c: Doc fix.
Wim Taymans [Mon, 24 Oct 2005 15:41:48 +0000 (15:41 +0000)]
gst/gstbus.c: Doc fix.

Original commit message from CVS:
* gst/gstbus.c:
Doc fix.

* gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
(gst_queue_loop):
Fix potential deadlock when QUEUE_LOCK is taken before STREAM_LOCK.

18 years agodocs/libs/tmpl/: these are obsolete
Stefan Kost [Mon, 24 Oct 2005 11:56:03 +0000 (11:56 +0000)]
docs/libs/tmpl/: these are obsolete

Original commit message from CVS:
* docs/libs/tmpl/gstdparam.sgml:
* docs/libs/tmpl/gstdplinint.sgml:
* docs/libs/tmpl/gstdpman.sgml:
* docs/libs/tmpl/gstdpsmooth.sgml:
* docs/libs/tmpl/gstunitconvert.sgml:
these are obsolete

18 years agoFix some minor documentation typos
Michael Smith [Mon, 24 Oct 2005 09:13:27 +0000 (09:13 +0000)]
Fix some minor documentation typos

Original commit message from CVS:
Fix some minor documentation typos

18 years agoback to HEAD
Thomas Vander Stichele [Sun, 23 Oct 2005 23:04:38 +0000 (23:04 +0000)]
back to HEAD

Original commit message from CVS:
back to HEAD

18 years agotime to release RELEASE-0_9_4
Thomas Vander Stichele [Sun, 23 Oct 2005 22:30:17 +0000 (22:30 +0000)]
time to release

Original commit message from CVS:
time to release

18 years agoadd more files
Thomas Vander Stichele [Sun, 23 Oct 2005 10:49:26 +0000 (10:49 +0000)]
add more files

Original commit message from CVS:
add more files

18 years agogst/elements/gstfilesink.c: Use fseeko() and ftello() if available. When falling...
Tim-Philipp Müller [Sun, 23 Oct 2005 10:29:51 +0000 (10:29 +0000)]
gst/elements/gstfilesink.c: Use fseeko() and ftello() if available. When falling back on lseek() to get the current o...

Original commit message from CVS:
* gst/elements/gstfilesink.c: (gst_file_sink_do_seek),
(gst_file_sink_get_current_offset):
Use fseeko() and ftello() if available. When falling back on
lseek() to get the current offset, fflush() first to make sure
everything is up-to-date and we get the right offset.

18 years agoremove prematurely added error category and clean up the instances
Thomas Vander Stichele [Sun, 23 Oct 2005 09:08:44 +0000 (09:08 +0000)]
remove prematurely added error category and clean up the instances

Original commit message from CVS:
remove prematurely added error category and clean up the instances

18 years agogst/base/gstbasesink.c: Simply set the right flag when going to playing, that's all...
Wim Taymans [Fri, 21 Oct 2005 17:53:31 +0000 (17:53 +0000)]
gst/base/gstbasesink.c: Simply set the right flag when going to playing, that's all we need to do instead of calling ...

Original commit message from CVS:
* gst/base/gstbasesink.c: (gst_base_sink_commit_state),
(gst_base_sink_get_position), (gst_base_sink_query),
(gst_base_sink_change_state):
Simply set the right flag when going to playing, that's all
we need to do instead of calling a function inside the object
lock (that could take the lock as well and deadlock)

18 years agogst/base/gstbasesrc.c: Don't warn, the peer element knows what to do best when the...
Wim Taymans [Fri, 21 Oct 2005 16:18:54 +0000 (16:18 +0000)]
gst/base/gstbasesrc.c: Don't warn, the peer element knows what to do best when the seek failed, it might try somethin...

Original commit message from CVS:
* gst/base/gstbasesrc.c: (gst_base_src_do_seek),
(gst_base_src_loop):
Don't warn, the peer element knows what to do best when
the seek failed, it might try something else.

18 years agogst/base/gstbasesrc.c: Fix seeking.
Wim Taymans [Fri, 21 Oct 2005 16:14:34 +0000 (16:14 +0000)]
gst/base/gstbasesrc.c: Fix seeking.

Original commit message from CVS:
* gst/base/gstbasesrc.c: (gst_base_src_init),
(gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start):
Fix seeking.

18 years agodocs/design/part-segments.txt: More docs.
Wim Taymans [Fri, 21 Oct 2005 15:13:08 +0000 (15:13 +0000)]
docs/design/part-segments.txt: More docs.

Original commit message from CVS:
* docs/design/part-segments.txt:
More docs.

* gst/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
Correctly set caps, even on the subbufer.

18 years agoAnd 2% more doc coverage.
Wim Taymans [Fri, 21 Oct 2005 11:36:32 +0000 (11:36 +0000)]
And 2% more doc coverage.

Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* gst/gstelement.h:
* gst/gstevent.c:
* gst/gstevent.h:
* gst/gstmessage.h:
* gst/gstpad.h:
* gst/gstparse.h:
* gst/gsttask.c: (gst_task_finalize), (gst_task_func):
* gst/gsttask.h:
* gst/gstutils.c:
* gst/gstutils.h:
And 2% more doc coverage.

18 years agogst/base/gstbasesrc.c (gst_base_src_query): Clean up percent position reporting.
Andy Wingo [Fri, 21 Oct 2005 09:24:28 +0000 (09:24 +0000)]
gst/base/gstbasesrc.c (gst_base_src_query): Clean up percent position reporting.

Original commit message from CVS:
2005-10-21  Andy Wingo  <wingo@pobox.com>

* gst/base/gstbasesrc.c (gst_base_src_query): Clean up percent
position reporting.

18 years agogst/: More docs.
Wim Taymans [Thu, 20 Oct 2005 21:08:47 +0000 (21:08 +0000)]
gst/: More docs.

Original commit message from CVS:
* gst/gsterror.c: (gst_error_get_message):
* gst/gstparse.h:
* gst/gstquery.h:
* gst/gststructure.c:
* gst/gsttrace.c:
* gst/gstutils.c:
More docs.

18 years agogst/: Another 1% more coverage.
Wim Taymans [Thu, 20 Oct 2005 20:46:17 +0000 (20:46 +0000)]
gst/: Another 1% more coverage.

Original commit message from CVS:
* gst/gstbuffer.h:
* gst/gstpad.c:
* gst/gstparse.c:
Another 1% more coverage.

18 years agoYay! 1% more docs coverage.
Wim Taymans [Thu, 20 Oct 2005 20:25:55 +0000 (20:25 +0000)]
Yay! 1% more docs coverage.

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstelement.c: (gst_element_get_state_func),
(gst_element_abort_state), (gst_element_commit_state),
(gst_element_lost_state):
* gst/gstevent.h:
* gst/gstquery.c: (gst_query_set_position),
(gst_query_parse_position), (gst_query_set_duration),
(gst_query_parse_duration), (gst_query_new_convert):
* gst/gstutils.c:
Yay! 1% more docs coverage.

18 years agogst/: Docs and consistency fixes.
Wim Taymans [Thu, 20 Oct 2005 19:47:07 +0000 (19:47 +0000)]
gst/: Docs and consistency fixes.

Original commit message from CVS:
* gst/gstpad.h:
* gst/gstquery.c: (gst_query_set_position),
(gst_query_parse_position), (gst_query_set_duration),
(gst_query_parse_duration), (gst_query_new_convert):
* gst/gstquery.h:
* gst/gstutils.c: (gst_element_query_convert):
* gst/gstutils.h:
Docs and consistency fixes.

18 years agogst/gsttask.*: More docs.
Wim Taymans [Thu, 20 Oct 2005 19:30:57 +0000 (19:30 +0000)]
gst/gsttask.*: More docs.

Original commit message from CVS:
* gst/gsttask.c:
* gst/gsttask.h:
More docs.

18 years agogst/gstbin.c: Reworked the message handling a bit, cache the messages instead of...
Wim Taymans [Thu, 20 Oct 2005 17:22:40 +0000 (17:22 +0000)]
gst/gstbin.c: Reworked the message handling a bit, cache the messages instead of only the senders. alows us to do mor...

Original commit message from CVS:
* gst/gstbin.c: (message_check), (bin_replace_message),
(bin_remove_messages), (is_eos), (gst_bin_add_func),
(update_degree), (gst_bin_sort_iterator_next),
(gst_bin_change_state_func), (gst_bin_dispose), (bin_bus_handler):
Reworked the message handling a bit, cache the messages instead of
only the senders. alows us to do more in the future.

18 years agodocs/design/part-TODO.txt: Update TODO
Wim Taymans [Thu, 20 Oct 2005 17:18:12 +0000 (17:18 +0000)]
docs/design/part-TODO.txt: Update TODO

Original commit message from CVS:
* docs/design/part-TODO.txt:
Update TODO

* gst/base/gstbasesink.c: (gst_base_sink_get_position),
(gst_base_sink_query):
Don't use clock time to report position when in EOS.

18 years agotools/gst-inspect.c: Fix interface output with gst-inspect -a; don't print newlines...
Tim-Philipp Müller [Thu, 20 Oct 2005 13:10:13 +0000 (13:10 +0000)]
tools/gst-inspect.c: Fix interface output with gst-inspect -a; don't print newlines after double/float properties.

Original commit message from CVS:
* tools/gst-inspect.c: (print_interfaces),
(print_element_properties_info), (print_element_info):
Fix interface output with gst-inspect -a; don't print
newlines after double/float properties.

18 years agogst/base/gstbasesink.c: Speed up current position calculation.
Wim Taymans [Thu, 20 Oct 2005 11:48:53 +0000 (11:48 +0000)]
gst/base/gstbasesink.c: Speed up current position calculation.

Original commit message from CVS:
* gst/base/gstbasesink.c: (gst_base_sink_get_position),
(gst_base_sink_query):
Speed up current position calculation.

* gst/base/gstbasesrc.c: (gst_base_src_query),
(gst_base_src_default_newsegment):
Correctly set stream position in newsegment.

* gst/gstbin.c: (gst_bin_add_func), (add_to_queue),
(update_degree), (gst_bin_sort_iterator_next),
(gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free):
* gst/gstmessage.c: (gst_message_new_custom):
Clean up debugging info

* gst/gstqueue.c: (gst_queue_link_src), (gst_queue_chain),
(gst_queue_loop), (gst_queue_handle_src_query):
Pause task faster.

18 years agogst/base/gstbasesink.c: Fix query handling again.
Wim Taymans [Wed, 19 Oct 2005 17:06:56 +0000 (17:06 +0000)]
gst/base/gstbasesink.c: Fix query handling again.

Original commit message from CVS:
* gst/base/gstbasesink.c: (gst_base_sink_commit_state),
(gst_base_sink_handle_object), (gst_base_sink_query), (do_playing):
Fix query handling again.

18 years agogst/: API change fix.
Wim Taymans [Wed, 19 Oct 2005 15:50:10 +0000 (15:50 +0000)]
gst/: API change fix.

Original commit message from CVS:
* gst/base/gstbasesink.c: (gst_base_sink_commit_state),
(gst_base_sink_handle_object), (gst_base_sink_query), (do_playing):
* gst/base/gstbasesrc.c: (gst_base_src_query):
* gst/elements/gstfilesink.c: (gst_file_sink_query):
* gst/elements/gsttypefindelement.c:
(gst_type_find_handle_src_query), (find_element_get_length),
(gst_type_find_element_activate):
API change fix.

* gst/gstquery.c: (gst_query_new_position),
(gst_query_set_position), (gst_query_parse_position),
(gst_query_new_duration), (gst_query_set_duration),
(gst_query_parse_duration), (gst_query_set_segment),
(gst_query_parse_segment):
* gst/gstquery.h:
Bundling query position/duration is not a good idea since duration
does not change much and we don't want to recalculate it for every
position query, so they are separated again..
Base value in segment query is not needed.

* gst/gstqueue.c: (gst_queue_handle_src_query):
* gst/gstutils.c: (gst_element_query_position),
(gst_element_query_duration), (gst_pad_query_position),
(gst_pad_query_duration):
* gst/gstutils.h:
Updates for query API change.
Added some docs here and there.

18 years agocheck/: wait on thread to die so we can check refcount correctly
Thomas Vander Stichele [Wed, 19 Oct 2005 11:43:42 +0000 (11:43 +0000)]
check/: wait on thread to die so we can check refcount correctly

Original commit message from CVS:

* check/gst/gstbin.c: (GST_START_TEST):
* check/gst/gstghostpad.c: (GST_START_TEST):
* check/pipelines/cleanup.c: (GST_START_TEST):
wait on thread to die so we can check refcount correctly

18 years agoupdate tools package naming
Christian Schaller [Wed, 19 Oct 2005 11:43:18 +0000 (11:43 +0000)]
update tools package naming

Original commit message from CVS:
update tools package naming

18 years agolog an if branch
Thomas Vander Stichele [Wed, 19 Oct 2005 11:42:39 +0000 (11:42 +0000)]
log an if branch

Original commit message from CVS:
log an if branch

18 years agocheck/pipelines/stress.c: Make check a little more time consuming.
Wim Taymans [Tue, 18 Oct 2005 17:30:50 +0000 (17:30 +0000)]
check/pipelines/stress.c: Make check a little more time consuming.

Original commit message from CVS:
* check/pipelines/stress.c: (GST_START_TEST):
Make check a little more time consuming.

18 years agocheck/: Small state change torture test.
Wim Taymans [Tue, 18 Oct 2005 17:06:29 +0000 (17:06 +0000)]
check/: Small state change torture test.

Original commit message from CVS:
* check/Makefile.am:
* check/pipelines/stress.c: (GST_START_TEST),
(simple_launch_lines_suite), (main):
Small state change torture test.

* docs/design/part-states.txt:
* gst/base/gstbasesink.c: (gst_base_sink_commit_state),
(gst_base_sink_handle_object), (gst_base_sink_event), (do_playing),
(gst_base_sink_change_state):
Never take state lock from streaming thread, clean up ugly
hacks. Unfortunatly core does not yet support nice ways to
async commit state.

* gst/gstbin.c: (gst_bin_remove_func), (gst_bin_recalc_state),
(bin_bus_handler):
Start state recalc if a STATE_DIRTY message is posted, but only
on the toplevel bin.

* gst/gstelement.c: (gst_element_sync_state_with_parent),
(gst_element_get_state_func), (gst_element_abort_state),
(gst_element_commit_state), (gst_element_lost_state),
(gst_element_set_state_func), (gst_element_change_state):
* gst/gstelement.h:
State variables are now protected with the LOCK, the state
lock is only used to serialize _set_state().

18 years agoSeriously, this is better than a previous commit as we only need to notify the fact...
Wim Taymans [Tue, 18 Oct 2005 16:25:38 +0000 (16:25 +0000)]
Seriously, this is better than a previous commit as we only need to notify the fact that an element changed state in ...

Original commit message from CVS:
* check/gst/gstbin.c: (GST_START_TEST):
* check/gst/gstmessage.c: (GST_START_TEST):
* check/gst/gstpipeline.c: (GST_START_TEST), (message_received):
* gst/gstbin.c: (gst_bin_class_init), (gst_bin_recalc_func),
(bin_bus_handler):
* gst/gstelement.c: (gst_element_abort_state),
(gst_element_commit_state), (gst_element_lost_state):
* gst/gstmessage.c: (gst_message_new_state_changed),
(gst_message_new_state_dirty), (gst_message_new_segment_start),
(gst_message_new_segment_done), (gst_message_new_duration),
(gst_message_parse_state_changed),
(gst_message_parse_segment_start),
(gst_message_parse_segment_done), (gst_message_parse_duration):
* gst/gstmessage.h:
* tools/gst-launch.c: (event_loop):
Seriously, this is better than a previous commit as we only need
to notify the fact that an element changed state in a streaming
thread, marking the state of the parents dirty, hence the
STATE_DIRTY message instead of abusing a boolean in a STATE_CHANGE
message.

18 years agogst/: Cleanups, prepare for state change fixes.
Wim Taymans [Tue, 18 Oct 2005 15:15:11 +0000 (15:15 +0000)]
gst/: Cleanups, prepare for state change fixes.

Original commit message from CVS:
* gst/gstbin.c: (gst_bin_class_init), (gst_bin_get_state_func),
(gst_bin_recalc_func):
* gst/gstelement.c: (gst_element_set_clock),
(gst_element_abort_state), (gst_element_lost_state):
Cleanups, prepare for state change fixes.

18 years agogst/: Pending ABI changes.
Wim Taymans [Tue, 18 Oct 2005 14:29:21 +0000 (14:29 +0000)]
gst/: Pending ABI changes.

Original commit message from CVS:
* gst/gstbin.h:
* gst/gstelement.c: (gst_element_class_init),
(gst_element_set_state), (gst_element_set_state_func):
* gst/gstelement.h:
Pending ABI changes.
GThreadPool in GstBinClass to monitor async state changes.
state_cookie in GstElement to detect concurrent gst/set state.
set_state is now virtual too in case a very complicated element
has to be constructed.

18 years agoMake messages future proof. state-change gets a flag if it was a message comming...
Wim Taymans [Tue, 18 Oct 2005 13:19:16 +0000 (13:19 +0000)]
Make messages future proof. state-change gets a flag if it was a message comming from the streaming thread.

Original commit message from CVS:
* check/gst/gstbin.c: (GST_START_TEST):
* check/gst/gstmessage.c: (GST_START_TEST):
* check/gst/gstpipeline.c: (GST_START_TEST), (message_received):
* gst/gstbin.c: (bin_bus_handler):
* gst/gstelement.c: (gst_element_commit_state),
(gst_element_lost_state):
* gst/gstmessage.c: (gst_message_new_state_changed),
(gst_message_new_segment_start), (gst_message_new_segment_done),
(gst_message_new_duration), (gst_message_parse_state_changed),
(gst_message_parse_segment_start),
(gst_message_parse_segment_done), (gst_message_parse_duration):
* gst/gstmessage.h:
* tools/gst-launch.c: (event_loop):
Make messages future proof.
state-change gets a flag if it was a message comming from the
streaming thread.
segment-start/stop can also be specified in other formats.
A message to notify an app that a pipeline changed playback
duration.
Also fix a GstMessage leak in -launch

18 years agogst/gstelement.c (gst_element_dispose): More helpful message.
Andy Wingo [Tue, 18 Oct 2005 10:32:48 +0000 (10:32 +0000)]
gst/gstelement.c (gst_element_dispose): More helpful message.

Original commit message from CVS:
2005-10-18  Andy Wingo  <wingo@pobox.com>

* gst/gstelement.c (gst_element_dispose): More helpful message.

18 years agoremove info messages
Thomas Vander Stichele [Tue, 18 Oct 2005 08:20:25 +0000 (08:20 +0000)]
remove info messages

Original commit message from CVS:
remove info messages

18 years agogst/gstregistry.c: unref a plug-in we get that was already initialized
Thomas Vander Stichele [Tue, 18 Oct 2005 07:13:25 +0000 (07:13 +0000)]
gst/gstregistry.c: unref a plug-in we get that was already initialized

Original commit message from CVS:

* gst/gstregistry.c: (gst_registry_scan_path_level):
unref a plug-in we get that was already initialized

18 years agoadd new api entries hide internal macro
Stefan Kost [Mon, 17 Oct 2005 20:16:55 +0000 (20:16 +0000)]
add new api entries hide internal macro

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* docs/libs/gstreamer-libs-sections.txt:
* gst/gstelement.h:
add new api entries
hide internal macro

18 years agogst/base/gstcollectpads.c (gst_collectpads_chain): Slight cleanup.
Andy Wingo [Mon, 17 Oct 2005 18:09:32 +0000 (18:09 +0000)]
gst/base/gstcollectpads.c (gst_collectpads_chain): Slight cleanup.

Original commit message from CVS:
2005-10-17  Andy Wingo  <wingo@pobox.com>

* gst/base/gstcollectpads.c (gst_collectpads_chain): Slight
cleanup.

* gst/Makefile.am (gstenumtypes.c): Threadsafe now.

* gst/gstevent.c (gst_event_new, gst_event_finalize): LOG.

* gst/gstelement.c (gst_element_get_state_func): s/INFO/DEBUG/.
(gst_element_get_state_func): Better debug message.
(gst_element_commit_state): s/INFO/DEBUG/.
(gst_element_lost_state, gst_element_change_state):

* gst/gstmessage.c (gst_message_init): s/INFO/LOG/.
(gst_message_new_custom): s/INFO/LOG/.

18 years agoCheck validity of end time based on end time variable, not start time.
Michael Smith [Mon, 17 Oct 2005 17:46:37 +0000 (17:46 +0000)]
Check validity of end time based on end time variable, not start time.

Original commit message from CVS:
Check validity of end time based on end time variable, not start time.

18 years agomerge controller testsuites fix broken tests remove mem-chunk from docs
Stefan Kost [Mon, 17 Oct 2005 17:05:38 +0000 (17:05 +0000)]
merge controller testsuites fix broken tests remove mem-chunk from docs

Original commit message from CVS:
* check/gst-libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
* libs/gst/controller/gstcontroller.c:
(gst_controlled_property_set_interpolation_mode):
* libs/gst/controller/gstcontroller.h:
* libs/gst/controller/gstinterpolation.c:
* testsuite/controller/.cvsignore:
* testsuite/controller/Makefile.am:
* testsuite/controller/interpolator.c:
merge controller testsuites
fix broken tests
remove mem-chunk from docs

18 years agogst/: out. get out. you're fired. to the Attic !
Thomas Vander Stichele [Mon, 17 Oct 2005 14:42:22 +0000 (14:42 +0000)]
gst/: out.  get out.  you're fired.  to the Attic !

Original commit message from CVS:

* gst/gstmemchunk.c:
* gst/gstmemchunk.h:
* gst/gsttrashstack.c:
* gst/gsttrashstack.h:
out.  get out.  you're fired.  to the Attic !

18 years agogst/gstcaps.c: fix signedness issues in a (hopefully) correct way
Thomas Vander Stichele [Mon, 17 Oct 2005 14:37:06 +0000 (14:37 +0000)]
gst/gstcaps.c: fix signedness issues in a (hopefully) correct way

Original commit message from CVS:

* gst/gstcaps.c: (gst_caps_intersect):
fix signedness issues in a (hopefully) correct way
* gst/gstelement.c: (gst_element_pads_activate):
some debugging
* gst/gstobject.c: (gst_object_set_parent):
some debugging

18 years agoFix a doc typo.
Michael Smith [Mon, 17 Oct 2005 10:37:13 +0000 (10:37 +0000)]
Fix a doc typo.

Original commit message from CVS:
Fix a doc typo.

18 years agogst/gstvalue.h: Fix prototypes.
Julien Moutte [Mon, 17 Oct 2005 09:28:35 +0000 (09:28 +0000)]
gst/gstvalue.h: Fix prototypes.

Original commit message from CVS:
2005-10-17  Julien MOUTTE  <julien@moutte.net>

* gst/gstvalue.h: Fix prototypes.

18 years agoadd gst_version_string ()
Thomas Vander Stichele [Sun, 16 Oct 2005 14:32:57 +0000 (14:32 +0000)]
add gst_version_string ()

Original commit message from CVS:
add gst_version_string ()

18 years agocomment; update win32 config.h
Thomas Vander Stichele [Sun, 16 Oct 2005 13:55:41 +0000 (13:55 +0000)]
comment; update win32 config.h

Original commit message from CVS:
comment; update win32 config.h

18 years agoDear Andy: here's a script to update stuff from CVS
Thomas Vander Stichele [Sun, 16 Oct 2005 12:37:14 +0000 (12:37 +0000)]
Dear Andy: here's a script to update stuff from CVS

Original commit message from CVS:
Dear Andy:
here's a script to update stuff from CVS

Love,
Thomas

18 years agoconfigure.ac: clean up further
Thomas Vander Stichele [Sun, 16 Oct 2005 12:28:20 +0000 (12:28 +0000)]
configure.ac: clean up further

Original commit message from CVS:

* configure.ac:
clean up further
* gst/gst.c: (init_post):
* win32/common/config.h.in:
it's PLUGINDIR now
* gst/gstcaps.c: (gst_caps_intersect):
use gint64, the range could be bigger than a guint

18 years agoGStreamer consultants will make a lot of money in 2038
Thomas Vander Stichele [Sun, 16 Oct 2005 11:48:09 +0000 (11:48 +0000)]
GStreamer consultants will make a lot of money in 2038

Original commit message from CVS:
GStreamer consultants will make a lot of money in 2038

18 years agogst/gstcaps.c: Fix guint j diving under 0
Thomas Vander Stichele [Sun, 16 Oct 2005 10:58:41 +0000 (10:58 +0000)]
gst/gstcaps.c: Fix guint j diving under 0

Original commit message from CVS:

* gst/gstcaps.c: (gst_caps_intersect):
Fix guint j diving under 0

18 years agocheck for process.h, declares getpid() on Windows
Thomas Vander Stichele [Sun, 16 Oct 2005 10:38:02 +0000 (10:38 +0000)]
check for process.h, declares getpid() on Windows

Original commit message from CVS:

* configure.ac:
* win32/common/config.h:
* win32/common/config.h.in:
check for process.h, declares getpid() on Windows
* gst/gstinfo.c:
include process.h if we have it
* gst/gstmemchunk.c: (populate), (gst_mem_chunk_new):
* gst/gstmemchunk.h:
fix signedness issues
* win32/common/libgstreamer.def:
fix get_type's

18 years agofix signedness
Thomas Vander Stichele [Sun, 16 Oct 2005 10:22:29 +0000 (10:22 +0000)]
fix signedness

Original commit message from CVS:
fix signedness

18 years agofix GST_VERSION
Thomas Vander Stichele [Sun, 16 Oct 2005 10:18:36 +0000 (10:18 +0000)]
fix GST_VERSION

Original commit message from CVS:
fix GST_VERSION

18 years agofix inline
Thomas Vander Stichele [Sun, 16 Oct 2005 10:15:24 +0000 (10:15 +0000)]
fix inline

Original commit message from CVS:
fix inline

18 years agodefine PACKAGE
Thomas Vander Stichele [Sun, 16 Oct 2005 10:12:34 +0000 (10:12 +0000)]
define PACKAGE

Original commit message from CVS:
define PACKAGE

18 years agoupdate available headers
Thomas Vander Stichele [Sun, 16 Oct 2005 10:10:25 +0000 (10:10 +0000)]
update available headers

Original commit message from CVS:
update available headers

18 years agogst/gstcaps.c: Fix a bad bug with a simple fix. Because of unsigned ints, caps inters...
Julien Moutte [Sun, 16 Oct 2005 09:56:33 +0000 (09:56 +0000)]
gst/gstcaps.c: Fix a bad bug with a simple fix. Because of unsigned ints, caps intersection was going nuts and trying...

Original commit message from CVS:
2005-10-16  Julien MOUTTE  <julien@moutte.net>

* gst/gstcaps.c: (gst_caps_intersect): Fix a bad bug with a
simple
fix. Because of unsigned ints, caps intersection was going nuts
and
trying to access structures with G_MAXUINT index. That fixes
videotestsrc ! ffmpegcolorspace ! fakesink
* gst/gstpad.c: (gst_pad_link_check_compatible_unlocked): logs
consistency.

18 years agoupdate
Thomas Vander Stichele [Sun, 16 Oct 2005 09:55:24 +0000 (09:55 +0000)]
update

Original commit message from CVS:
update

18 years agotypo
Thomas Vander Stichele [Sun, 16 Oct 2005 09:54:22 +0000 (09:54 +0000)]
typo

Original commit message from CVS:
typo

18 years agoupdates for 2in32
Thomas Vander Stichele [Sun, 16 Oct 2005 09:51:25 +0000 (09:51 +0000)]
updates for 2in32

Original commit message from CVS:
updates for 2in32

18 years agomore define fixes
Thomas Vander Stichele [Sun, 16 Oct 2005 09:44:04 +0000 (09:44 +0000)]
more define fixes

Original commit message from CVS:
more define fixes

18 years agoconfigure.ac: use the gettext macro
Thomas Vander Stichele [Sun, 16 Oct 2005 09:20:52 +0000 (09:20 +0000)]
configure.ac: use the gettext macro

Original commit message from CVS:
2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>

* configure.ac:
use the gettext macro
* gst/elements/gstelements.c:
* gst/gst.c:
* gst/indexers/gstindexers.c:
update for GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN
* win32/common/config.h:
updated config.h
* win32/common/config.h.in:
add the template to generate config.h
* win32/common/gstenumtypes.c:
* win32/common/gstversion.h:
updated copies

18 years agoremove more PKG_CFLAGS
Thomas Vander Stichele [Sun, 16 Oct 2005 09:11:57 +0000 (09:11 +0000)]
remove more PKG_CFLAGS

Original commit message from CVS:
remove more PKG_CFLAGS

18 years agogst/: add the nano
Thomas Vander Stichele [Sun, 16 Oct 2005 09:10:17 +0000 (09:10 +0000)]
gst/: add the nano

Original commit message from CVS:
* gst/gst.c: (gst_version):
* gst/gstversion.h.in:
add the nano

18 years agoremove GST_PKG_CFLAGS
Thomas Vander Stichele [Sun, 16 Oct 2005 08:59:34 +0000 (08:59 +0000)]
remove GST_PKG_CFLAGS

Original commit message from CVS:
remove GST_PKG_CFLAGS

18 years agogst/gstevent.h: Oops, add missing closing bracket.
Tim-Philipp Müller [Sat, 15 Oct 2005 22:24:20 +0000 (22:24 +0000)]
gst/gstevent.h: Oops, add missing closing bracket.

Original commit message from CVS:
* gst/gstevent.h:
Oops, add missing closing bracket.

18 years agoconfigure.ac: use common m4's for argument checking
Thomas Vander Stichele [Sat, 15 Oct 2005 21:41:20 +0000 (21:41 +0000)]
configure.ac: use common m4's for argument checking

Original commit message from CVS:

* configure.ac:
use common m4's for argument checking

18 years agoAdd GST_EVENT_TYPE_NAME() macro.
Tim-Philipp Müller [Sat, 15 Oct 2005 20:33:09 +0000 (20:33 +0000)]
Add GST_EVENT_TYPE_NAME() macro.

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstevent.h:
Add GST_EVENT_TYPE_NAME() macro.

18 years agoupdate defs
Thomas Vander Stichele [Sat, 15 Oct 2005 20:00:30 +0000 (20:00 +0000)]
update defs

Original commit message from CVS:
update defs

18 years agogst/: privatize more symbols
Thomas Vander Stichele [Sat, 15 Oct 2005 19:57:03 +0000 (19:57 +0000)]
gst/: privatize more symbols

Original commit message from CVS:

* gst/gstinfo.c:
* gst/gstpluginfeature.c:
* gst/gsttask.c:
privatize more symbols

18 years agoconfigure.ac: add srcdir, builddir includes to GST_ALL_CFLAGS, since everything that...
Thomas Vander Stichele [Sat, 15 Oct 2005 18:22:31 +0000 (18:22 +0000)]
configure.ac: add srcdir, builddir includes to GST_ALL_CFLAGS, since everything that uses GStreamer API should have t...

Original commit message from CVS:

* configure.ac:
add srcdir, builddir includes to GST_ALL_CFLAGS, since
everything that uses GStreamer API should have the includes

18 years agogive each value a _get_type, removes the DATA exports
Thomas Vander Stichele [Sat, 15 Oct 2005 17:59:07 +0000 (17:59 +0000)]
give each value a _get_type, removes the DATA exports

Original commit message from CVS:

* docs/gst/gstreamer-sections.txt:
* gst/gstvalue.c: (gst_date_get_type), (_gst_value_initialize):
* gst/gstvalue.h:
give each value a _get_type, removes the DATA exports

18 years agofix link flags
Thomas Vander Stichele [Sat, 15 Oct 2005 17:22:34 +0000 (17:22 +0000)]
fix link flags

Original commit message from CVS:
fix link flags

18 years agoupdate defs file
Thomas Vander Stichele [Sat, 15 Oct 2005 16:39:57 +0000 (16:39 +0000)]
update defs file

Original commit message from CVS:
update defs file

18 years agoupdate defs
Thomas Vander Stichele [Sat, 15 Oct 2005 16:37:22 +0000 (16:37 +0000)]
update defs

Original commit message from CVS:
update defs