- 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)
-
- 30 Sep, 2005 3 commits
-
-
Edward Hervey authored
gst/elements/gsttee.c: Let's not iterate pads we're not interested in, it avoids getting sky-high refcounts on sinkpad. Original commit message from CVS: * gst/elements/gsttee.c: (gst_tee_do_push), (gst_tee_handle_buffer): Let's not iterate pads we're not interested in, it avoids getting sky-high refcounts on sinkpad.
-
Wim Taymans authored
Original commit message from CVS: * gst/gstelement.c: (gst_element_set_state), (gst_element_change_state): Small tweak, element in ASYNC remains ASYNC.
-
Wim Taymans authored
Original commit message from CVS: * gst/base/gstbasesink.c: (gst_base_sink_change_state): Only error is an error. * gst/gstbin.c: (gst_bin_change_state): Better debugging. * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_chain): Also call pad_block in pad alloc. * gst/gstutils.c: (gst_flow_get_name): Better debugging.
-
- 29 Sep, 2005 7 commits
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * gst/base/gstbasesrc.c: (gst_base_src_class_init), (gst_base_src_get_range): Fix documentation typos. Add some more debug info.
-
Thomas Vander Stichele authored
Original commit message from CVS: disable refcount checks until we track the dangling ref
-
David Schleef authored
Original commit message from CVS: * gst/gstplugin.c: (gst_plugin_load_file): Make some error messages more end-user friendly. * tools/gst-inspect.c: (main): Check if command-line argument is a file and attempt to load that file as a plugin.
-
Thomas Vander Stichele authored
Original commit message from CVS: * check/gst/gstbin.c: * check/states/sinks.c: fix tests for the new warning * check/gst/gstpipeline.c: add a test for pipeline and bus interaction * gst/gstelement.c: elements should be NULL if they get disposed; add a warning if not
-
Thomas Vander Stichele authored
gst/gstobject.c: for 2.6 refcounting, make debug log more correct by printing the actual refcounts at the time of swa... Original commit message from CVS: * gst/gstobject.c: for 2.6 refcounting, make debug log more correct by printing the actual refcounts at the time of swap (Wim)
-
Thomas Vander Stichele authored
Original commit message from CVS: use message type names
-
Andy Wingo Wingo authored
Original commit message from CVS: changelog
-