gstreamer/gst
Wim Taymans cc8334905c Don't use gst_element_get_pad().
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_load_and_link):
* gst/gstutils.c: (gst_element_link_pads),
(gst_element_unlink_pads):
* libs/gst/check/gstcheck.c: (gst_check_setup_src_pad),
(gst_check_teardown_src_pad), (gst_check_setup_sink_pad),
(gst_check_teardown_sink_pad),
(gst_check_element_push_buffer_list):
* tests/check/elements/fakesink.c: (GST_START_TEST):
* tests/check/elements/filesink.c:
* tests/check/elements/filesrc.c: (GST_START_TEST):
* tests/check/elements/multiqueue.c: (setup_multiqueue),
(mq_sinkpad_to_srcpad):
* tests/check/elements/tee.c: (GST_START_TEST):
* tests/check/generic/sinks.c: (GST_START_TEST):
* tests/check/gst/gstbin.c: (GST_START_TEST):
* tests/check/gst/gstevent.c: (GST_START_TEST):
* tests/check/gst/gstghostpad.c: (GST_START_TEST):
* tests/check/gst/gstpipeline.c: (GST_START_TEST):
* tests/check/gst/gstquery.c: (GST_START_TEST):
* tests/check/gst/gstutils.c: (GST_START_TEST):
* tests/check/libs/basesrc.c: (GST_START_TEST):
* tests/check/pipelines/parse-launch.c: (run_delayed_test),
(gst_parse_test_element_change_state):
Don't use gst_element_get_pad().
2008-05-21 15:57:52 +00:00
..
parse gst/parse/grammar.y: Remove unneeded value unset. 2008-05-14 10:22:17 +00:00
.gitignore
gettext.h
glib-compat-private.h configure.ac: Require GLib 2.12. 2008-04-01 13:55:20 +00:00
glib-compat.c
glib-compat.h Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it everywhere for GParamSpecs that use static... 2008-03-22 14:56:17 +00:00
gst-i18n-app.h
gst-i18n-lib.h
gst.c gst/gst.c: Register GstClock type from a type-safe context. Fixes bug #530317. 2008-04-28 09:21:33 +00:00
gst.h
gst_private.h Move registry backend API to private headers where we can. Add fixme-0.11 comments for the others. Add stubs for the ... 2008-03-07 11:12:59 +00:00
gstbin.c gst/gstbin.c: Use the GLib stuff to create a private structure. 2008-04-25 17:54:28 +00:00
gstbin.h
gstbuffer.c
gstbuffer.h
gstbus.c gst/gstbus.c: Don't print a warning if the queue is empty when we try to pop here. That could happen if another threa... 2008-05-05 16:47:29 +00:00
gstbus.h
gstcaps.c gst/: Don't use g_atomic_set_int where it's not needed. 2008-04-17 10:09:39 +00:00
gstcaps.h gst/gstcaps.*: Constify the field gchar * params in set_simple and friends. 2008-03-24 10:33:41 +00:00
gstchildproxy.c
gstchildproxy.h
gstclock.c gst/gstclock.c: Fix debug of the new clock rate. 2008-05-21 15:49:21 +00:00
gstclock.h docs/gst/gstreamer-sections.txt: Move GParamSepc macros to standart section. 2008-04-23 06:57:30 +00:00
gstcompat.h
gstconfig.h.in Move registry backend API to private headers where we can. Add fixme-0.11 comments for the others. Add stubs for the ... 2008-03-07 11:12:59 +00:00
gstdebugutils.c gst/gstdebugutils.c: Remove some code that is unused after Stefan's refactoring and uses uninitialized variables now,... 2008-05-02 10:12:33 +00:00
gstdebugutils.h gst/gstdebugutils.h: Mention GstDebugGraphDetails enum type in doc blurb so we get a link to it in the docs (since th... 2008-04-10 19:13:46 +00:00
gstelement.c
gstelement.h
gstelementfactory.c gst/gstelementfactory.c: Unref the factory after it was used the last time, not before. 2008-04-23 14:54:20 +00:00
gstelementfactory.h
gsterror.c gst/gsterror.*: Add two new error codes for encrypted content. Fixes #524659. 2008-04-09 17:34:54 +00:00
gsterror.h gst/gsterror.*: Add two new error codes for encrypted content. Fixes #524659. 2008-04-09 17:34:54 +00:00
gstevent.c gst/gstevent.c: Document that gst_event_new_tag() and gst_event_new_navigation() take ownership of the taglist/struct... 2008-05-18 11:35:43 +00:00
gstevent.h Add method to conveniently check the name of a custom event with gst_event_has_name(). 2008-04-29 11:23:51 +00:00
gstfilter.c
gstfilter.h
gstformat.c
gstformat.h
gstghostpad.c
gstghostpad.h
gstindex.c gst/gstindex.c: Don't put descriptions into the nick field of a GEnumValue: it's not meant for that and some language... 2008-04-07 13:27:32 +00:00
gstindex.h gst/gstindex.*: Don't free key strings which we don't own. Fixes crash in gst_index_entry_free() (#522741). 2008-03-17 10:21:59 +00:00
gstindexfactory.c gst/gstelementfactory.c: Unref the factory after it was used the last time, not before. 2008-04-23 14:54:20 +00:00
gstindexfactory.h
gstinfo.c gst/gstinfo.c: Explain why we copy the list. 2008-05-14 18:17:34 +00:00
gstinfo.h gst/gstinfo.h (GST_FUNCTION): Reverted GST_FUNCTION to the old version as we don't want the full signature in C++ cod... 2008-05-08 14:23:16 +00:00
gstinterface.c
gstinterface.h
gstiterator.c
gstiterator.h
gstmacros.h docs/gst/gstreamer-sections.txt: Move GParamSepc macros to standart section. 2008-04-23 06:57:30 +00:00
gstmarshal.list
gstmessage.c gst/gstmessage.*: Mark the debug string parameters as const. Fixes bug #533490. 2008-05-17 13:54:52 +00:00
gstmessage.h gst/gstmessage.*: Mark the debug string parameters as const. Fixes bug #533490. 2008-05-17 13:54:52 +00:00
gstminiobject.c gst/gstminiobject.c: Fix 'Since:' version in gst_value_dup_mini_object() docs blurb: this function was not in the uns... 2008-05-03 19:23:43 +00:00
gstminiobject.h API: Add GST_IS_PARAM_SPEC_MINI_OBJECT, GST_PARAM_SPEC_MINI_OBJECT 2008-03-22 14:51:17 +00:00
gstobject.c Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it everywhere for GParamSpecs that use static... 2008-03-22 14:56:17 +00:00
gstobject.h
gstpad.c Don't use gst_element_get_pad(). 2008-05-21 15:57:52 +00:00
gstpad.h Expose macro to docs and fix link to it. 2008-03-27 19:13:45 +00:00
gstpadtemplate.c
gstpadtemplate.h
gstparamspecs.c Add GST_PARAM_CONTROLLABLE and GST_PARAM_USER_SHIFT. Move paramspec docs to own section. 2008-04-15 06:16:33 +00:00
gstparamspecs.h Add GST_PARAM_CONTROLLABLE and GST_PARAM_USER_SHIFT. Move paramspec docs to own section. 2008-04-15 06:16:33 +00:00
gstparse.c
gstparse.h
gstpipeline.c gst/gstinfo.c: Explain why we copy the list. 2008-05-14 18:17:34 +00:00
gstpipeline.h
gstplugin.c
gstplugin.h
gstpluginfeature.c
gstpluginfeature.h gst/: Some minor docs fixes: fix typo, mention that GST_FLOW_RESEND is unused and unimplemented; finally, it is plugi... 2008-02-05 21:22:47 +00:00
gstpoll.c gst/gstpoll.c: Fix compilation of GstPoll with mingw32. Fixes bug #526236. 2008-04-05 10:58:11 +00:00
gstpoll.h Add new function gst_poll_fd_ignored() for improved Windows compatibility. 2008-03-18 10:54:52 +00:00
gstquark.c Add busy field and quark for the buffering query so that the app can only use the query to see if buffering is in pro... 2008-04-08 20:17:49 +00:00
gstquark.h Add busy field and quark for the buffering query so that the app can only use the query to see if buffering is in pro... 2008-04-08 20:17:49 +00:00
gstquery.c gst/gstquery.c: Also use G_GINT64_CONSTANT for the queries. 2008-04-16 18:48:03 +00:00
gstquery.h gst/gstquery.h: Fix typo. 2008-04-09 13:15:33 +00:00
gstregistry.c gst/gstregistry.c: Only print one log message per non-plugin file. 2008-05-03 19:13:47 +00:00
gstregistry.h Move registry backend API to private headers where we can. Add fixme-0.11 comments for the others. Add stubs for the ... 2008-03-07 11:12:59 +00:00
gstregistrybinary.c gst/gstclock.c: Make some checks actually useful. 2008-05-04 14:25:07 +00:00
gstregistrybinary.h gst/gstregistrybinary.*: Add crc32 checksum to the binary registry file and check this before accepting a registry file. 2008-04-16 14:18:58 +00:00
gstregistryxml.c Switch to using portabl gsize/gssize instead of size_t/ssize_t 2008-03-03 18:42:04 +00:00
gstsegment.c No, let's not use g_slice_{dup|copy} here, since they only exist since GLib 2.14 and we still depend only on >= 2.12.... 2008-05-09 20:48:24 +00:00
gstsegment.h Expose gst_segment_copy() to make things easier for the c++ bindings. 2008-04-09 22:37:22 +00:00
gststructure.c configure.ac: Require GLib 2.12. 2008-04-01 13:55:20 +00:00
gststructure.h
gstsystemclock.c
gstsystemclock.h
gsttaglist.c gst/gsttaglist.c: Use g_value_take_string() instead of the deprecated g_value_set_string_take_ownership(). 2008-04-19 16:05:58 +00:00
gsttaglist.h gst/gsttaglist.h: Clarify some tag item docs after discussion on irc. 2008-04-16 08:30:57 +00:00
gsttagsetter.c gst/gsttagsetter.c: Merging an empty list with another list in KEEP_ALL mode should yield an empty list as result and... 2008-04-13 19:58:43 +00:00
gsttagsetter.h
gsttask.c
gsttask.h gst/: Remove comma at end of enumerator list. 2006-07-06 09:21:03 +00:00
gsttrace.c
gsttrace.h
gsttypefind.c API: add gst_type_find_suggest_simple(), #533740. 2008-05-19 10:46:44 +00:00
gsttypefind.h API: add gst_type_find_suggest_simple(), #533740. 2008-05-19 10:46:44 +00:00
gsttypefindfactory.c
gsttypefindfactory.h
gsturi.c gst/gsturi.c: Fix leak: g_strdown operates on the string in place, while g_ascii_strdown() returns a newly-allocated ... 2008-04-20 16:32:03 +00:00
gsturi.h
gstutils.c Don't use gst_element_get_pad(). 2008-05-21 15:57:52 +00:00
gstutils.h gst/gstutils.h: Try to fix 'dereferencing type-punned pointer will break strict aliasing rules' warnings with C++ com... 2008-05-09 18:25:44 +00:00
gstvalue.c gst/: Fix 2 caps leaks. 2008-04-17 08:45:19 +00:00
gstvalue.h
gstversion.h.in
gstxml.c
gstxml.h
Makefile.am