- 07 Oct, 2005 10 commits
-
-
Wim Taymans authored
Original commit message from CVS: * gst/gstevent.c: (gst_event_new_buffersize), (gst_event_parse_buffersize): * gst/gstevent.h: New event for future idea.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-10-07 Andy Wingo <wingo@pobox.com> * gst/gstelement.c (gst_element_post_message): Doc update.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-10-07 Andy Wingo <wingo@pobox.com> * docs/gst/gstreamer-sections.txt: Update. * gst/gstmessage.c (gst_message_new_application): Made into a function like honest API calls. (gst_message_new_element): New message type. * gst/gstmessage.h (enum): Add GST_MESSAGE_ELEMENT type.
-
Thomas Vander Stichele authored
Original commit message from CVS: fdsrc does not build currently on win32 due to socketpair
-
Andy Wingo Wingo authored
check/elements/fakesrc.c (test_no_preroll): New check, checks that setting a live fakesrc to PAUSED returns NO_PREROL... Original commit message from CVS: 2005-10-07 Andy Wingo <wingo@pobox.com> * check/elements/fakesrc.c (test_no_preroll): New check, checks that setting a live fakesrc to PAUSED returns NO_PREROLL both times. * gst/base/gstbasesrc.c (gst_base_src_change_state): Allow a NO_PREROLL from gst_element_change_state to fall through.
-
Thomas Vander Stichele authored
Original commit message from CVS: don't use if not declared
-
Wim Taymans authored
Original commit message from CVS: * gst/gstghostpad.c: (gst_ghost_pad_get_internal), (gst_ghost_pad_do_activate_push): Activating a ghostpad with no internal pad in push mode is ok.
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/gstobject.h: there's no point in wrapping FLAG_SET/_UNSET in STMT macros. Fixes compilation on Windows.
-
Michael Smith authored
Original commit message from CVS: Print out feature and plugin count at the end when printing out all features. Also add a changelog entry which I'd written but not committed?
-
Johan Dahlin authored
Original commit message from CVS: * check/gst/gstiterator.c: (GST_START_TEST): * gst/gstbin.c: (gst_bin_iterate_elements), (gst_bin_iterate_recurse), (gst_bin_iterate_sorted): * gst/gstelement.c: (gst_element_iterate_pads): * gst/gstformat.c: (gst_format_iterate_definitions): * gst/gstiterator.c: (gst_iterator_init), (gst_iterator_new), (gst_iterator_new_list), (gst_iterator_filter): * gst/gstiterator.h: * gst/gstquery.c: (gst_query_type_iterate_definitions): Add a GType to GstIterator, update callsites and tests.
-
- 06 Oct, 2005 10 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: doh. use correct variable
-
Christian Schaller authored
Original commit message from CVS: version gstreamer-tools package
-
Thomas Vander Stichele authored
Original commit message from CVS: initialize quarks
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/gstpad.c: (gst_pad_event_default_dispatch): give events a chance to be handled by event probes when the pad is not linked
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/gstevent.c: (gst_event_type_get_name), (gst_event_type_to_quark), (gst_event_finalize), (gst_event_new): * gst/gstevent.h: add string representations for event types
-
Thomas Vander Stichele authored
Original commit message from CVS: whitespace fixes
-
Wim Taymans authored
Original commit message from CVS: * gst/elements/gstfilesink.c: (gst_file_sink_close_file): Don't use NULL pointers.
-
Thomas Vander Stichele authored
gst/: widen the debug category in output to fit the biggest one we have add a bus category and use it play with the c... Original commit message from CVS: * gst/gst_private.h: * gst/gstbus.c: * gst/gstelement.c: * gst/gstinfo.c: * gst/gstpluginfeature.c: widen the debug category in output to fit the biggest one we have add a bus category and use it play with the colors fix up some categories
-
Thomas Vander Stichele authored
Original commit message from CVS: first stab at reorganizing docs for pad
-
Thomas Vander Stichele authored
Original commit message from CVS: 2005-10-06 Thomas Vander Stichele <thomas at apestaart dot org> * gst/gstghostpad.c: (gst_ghost_pad_internal_do_activate_push): add push activation of sink ghost pads. Andye, please verify
-
- 05 Oct, 2005 5 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: doc updates
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/gstutils.c: (gst_element_link_pads): fix a bug in the case where neither element has a pad * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite): add a test for that case
-
Thomas Vander Stichele authored
Original commit message from CVS: unref our test buffers
-
Thomas Vander Stichele authored
gst/gstpad.c: emit have-data before checking for peers. This allows for probe handlers to connect elements. This he... Original commit message from CVS: * gst/gstpad.c: (gst_pad_push), (gst_pad_push_event): emit have-data before checking for peers. This allows for probe handlers to connect elements. This helps autopluggers. * check/gst/gstpad.c: (GST_START_TEST), (_probe_handler), (gst_pad_suite): add six checks, linked/unlinked with no/true/false probe
-
Thomas Vander Stichele authored
Original commit message from CVS: indent ifdefs
-
- 04 Oct, 2005 7 commits
-
-
Wim Taymans authored
Original commit message from CVS: * gst/elements/gstfakesink.c: (gst_fake_sink_get_property), (gst_fake_sink_event), (gst_fake_sink_preroll), (gst_fake_sink_render), (gst_fake_sink_change_state): * gst/elements/gstfakesrc.c: (gst_fake_src_event_handler), (gst_fake_src_get_property), (gst_fake_src_create), (gst_fake_src_stop): * gst/elements/gstidentity.c: (gst_identity_stop): Protect last_message with lock.
-
Edward Hervey authored
Original commit message from CVS: * gst/gstformat.h: Added precision in the comments for GST_FORMAT_DEFAULT
-
Thomas Vander Stichele authored
Original commit message from CVS: update uninstalled script
-
Christian Schaller authored
Original commit message from CVS: remove some files that are no longer there from spec file
-
Tim-Philipp Müller authored
Original commit message from CVS: * tools/gst-launch.c: (main): Don't try to run erroneous pipelines.
-
Michael Smith authored
Original commit message from CVS: * gst/gsterror.c: (_gst_stream_errors_init): Add another error string used in a few existing plugins. * gst/gstplugin.c: * gst/gstpluginfeature.c: (gst_plugin_feature_load): * tools/gst-inspect.c: (print_element_info): When a feature disappears from a plugin (and the feature exists in the cached registry file), things went horribly wrong. This isn't a complete fix, we should actually be removing the 'missing' features from the features list when we load the actual plugin. That's not yet implemented.
-
Julien Moutte Moutte authored
Original commit message from CVS: 2005-10-04 Julien MOUTTE <julien@moutte.net> * gst/gstbus.c: We don't need this header.
-
- 03 Oct, 2005 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: back to head
-
Thomas Vander Stichele authored
Original commit message from CVS: release time
-
- 02 Oct, 2005 5 commits
-
-
Andy Wingo Wingo authored
gst/gstpad.c (gst_pad_activate_push): There is a race condition whereby calling a pad's activatepush() function can s... Original commit message from CVS: 2005-10-03 Andy Wingo <wingo@pobox.com> * gst/gstpad.c (gst_pad_activate_push): There is a race condition whereby calling a pad's activatepush() function can start a thread that starts to push or pull before the pad gets the FLUSHING flag unset. Hack around it by holding the stream lock until the flag is set. Need to replace this with a proper solution. Together with the ghost pad fixes, this fixes mp3 playing/tagreading.
-
Andy Wingo Wingo authored
Original commit message from CVS: changelog
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-10-03 Andy Wingo <wingo@pobox.com> * docs/design/part-gstghostpad.txt: Add a note about activation of proxy pads outside of ghost pads. * gst/gstghostpad.c: Implement the ghost pad activation design.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-10-02 Andy Wingo <wingo@pobox.com> * gst/gstobject.h (GST_OBJECT_REFCOUNT_VALUE): Just use the int. It is volatile, after all. * docs/design/part-gstghostpad.txt: Flesh out activation with ghost pads. * gst/base/gstbasesrc.c (gst_base_src_init): Use GST_DEBUG_FUNCPTR.
-
Tim-Philipp Müller authored
Original commit message from CVS: * configure.ac: Fix (unused) AM_CONDITIONAL tests.
-
- 01 Oct, 2005 1 commit
-
-
Tim-Philipp Müller authored
gst/gstutils.c: Add assertion that makes sure src_val is >=0, just like gst_query_new_convert() has. (#315895) Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * gst/gstutils.c: (gst_pad_query_convert): Add assertion that makes sure src_val is >=0, just like gst_query_new_convert() has. (#315895)
-