gstreamer/gst
Thijs Vermeir 053ada3308 gstpad: directly set the caps when pushing buffer with different caps.
This check is not necesarry as we are not negotiating anymore. And it can
be wrong if upstream can't produce this caps anymore, but downstream can
process them fine.
2010-01-19 14:13:25 +01:00
..
parse parse/grammar.y: remove unused ERROR define 2009-11-19 13:05:13 +00:00
.gitignore gstbase: Add gobject-introspection support 2009-09-05 10:28:46 +02:00
gettext.h
glib-compat-private.h
glib-compat.c
glib-compat.h Remove some compatibility stuff for GLib < 2.14 2009-03-26 11:08:27 +01:00
gst-i18n-app.h
gst-i18n-lib.h
gst.c annotations: add annotations to gst_init_check too 2009-10-28 10:14:36 +02:00
gst.h bufferlist: add docs/build/debug/unittest 2009-05-12 15:18:52 +02:00
gst_private.h structure: micro-optimise some getters 2010-01-16 19:37:46 +00:00
gstbin.c avoid some more type checks 2009-12-24 14:40:54 +01:00
gstbin.h
gstbuffer.c buffer: remove unneeded casts 2009-12-27 19:33:25 +01:00
gstbuffer.h docs: Move field specific Since markers at the same line 2010-01-14 10:44:16 +01:00
gstbufferlist.c bufferlist: update doc string 2009-08-11 15:21:33 +02:00
gstbufferlist.h Use plain casting instead of typechecking 2009-12-07 20:52:22 +01:00
gstbus.c bus: whitespace fixes 2010-01-11 11:55:51 +01:00
gstbus.h bus: whitespace fixes 2010-01-11 11:55:51 +01:00
gstcaps.c docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gstcaps.h Improve caps setters API 2009-10-15 19:10:50 +02:00
gstchildproxy.c childproxy: initialize gvalue in _valist function. Fixes #595602 2009-10-07 10:59:54 +03:00
gstchildproxy.h docs: fix gtk-doc /*< private >*/ marker 2009-07-02 01:18:57 +01:00
gstclock.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstclock.h gstclock: Fix ABI breakage on 32 bit architectures 2009-05-17 10:46:39 +02:00
gstcompat.h
gstconfig.h.in gstconfig.h: add define to force printf format checking for debug messages 2009-11-05 21:23:22 +00:00
gstdebugutils.c debugutils: allow to hide/show pad status with graphdetails flag 2009-10-27 12:06:35 +02:00
gstdebugutils.h docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gstelement.c avoid some more type checks 2009-12-24 14:40:54 +01:00
gstelement.h docs: add more docs around GstState and GstStateChange 2009-12-14 15:11:42 +02:00
gstelementfactory.c gstelementfactory: set object name earlier if applicable 2009-12-14 11:08:48 +02:00
gstelementfactory.h whitespace fixes 2009-09-10 11:54:01 +02:00
gsterror.c errors: reword state change failed error message and remove bugzilla link 2009-06-04 00:59:03 +01:00
gsterror.h
gstevent.c gstevent: fix docs 2009-11-27 13:44:11 -03:00
gstevent.h docs: add missing returns: tag 2010-01-05 00:09:10 +02:00
gstfilter.c docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gstfilter.h
gstformat.c
gstformat.h docs: mention that GST_FORMAT_{PERCENT|BUFFERS} are not implemented 2009-05-18 01:00:36 +01:00
gstghostpad.c gstghostpad: Register debug funcptr only once. 2009-12-01 17:56:19 +01:00
gstghostpad.h docs: fix gtk-doc /*< private >*/ marker 2009-07-02 01:18:57 +01:00
gstindex.c optimisation : Use g_object_newv where possible. 2009-10-28 09:31:17 +01:00
gstindex.h
gstindexfactory.c optimisation : Use g_object_newv where possible. 2009-10-28 09:31:17 +01:00
gstindexfactory.h
gstinfo.c docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gstinfo.h gstinfo: API: Add GST_DEBUG_REGISTER_FUNCPTR method. 2009-12-01 17:56:19 +01:00
gstinterface.c
gstinterface.h
gstiterator.c iterator: Fix a documentation typo 2009-10-14 10:16:31 +02:00
gstiterator.h docs: it's its 2009-08-31 17:00:17 +01:00
gstmacros.h docs: remove gtkdoc header as these things don't come up on our docs even 2009-11-25 14:41:26 +02:00
gstmarshal.list
gstmessage.c Revert "gstmessage: Avoid expensive src/type/timestamp fetch." 2009-10-23 13:13:52 -04:00
gstmessage.h message: update docs a little 2010-01-15 18:36:43 +01:00
gstminiobject.c miniobject: The GValue collection function can not assume that the destination is initialized 2010-01-18 13:57:29 +01:00
gstminiobject.h
gstobject.c avoid some more type checks 2009-12-24 14:40:54 +01:00
gstobject.h docs: enable docs for GstObjectClass to fix links 2009-11-27 14:18:38 +02:00
gstpad.c gstpad: directly set the caps when pushing buffer with different caps. 2010-01-19 14:13:25 +01:00
gstpad.h pad: indentation fix 2009-11-05 12:36:10 +01:00
gstpadtemplate.c docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gstpadtemplate.h docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gstparamspecs.c
gstparamspecs.h
gstparse.c
gstparse.h
gstpipeline.c pipeline: avoid some type checks 2009-12-24 14:22:52 +01:00
gstpipeline.h pipeline: deprecate old methods, fix test 2009-05-29 12:21:36 +02:00
gstplugin.c optimisation : Use g_object_newv where possible. 2009-10-28 09:31:17 +01:00
gstplugin.h docs: add missing parameter docs 2009-11-27 14:18:39 +02:00
gstpluginfeature.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:44:24 +00:00
gstpluginfeature.h gstpluginfeature: API : new gst_plugin_feature_list_copy() method 2009-10-24 10:39:30 +02:00
gstpluginloader.c plugin-scanner: rename plugin-scanner helper binary to gst-plugin-scanner 2009-11-18 09:28:08 +00:00
gstpluginloader.h Plugin loader phase 2 2009-10-06 19:51:42 +01:00
gstpoll.c gstpoll: Only take into account active fds 2009-10-12 12:01:59 +02:00
gstpoll.h
gstpreset.c docs: clarify preset api docs 2009-10-15 12:16:05 +03:00
gstpreset.h
gstquark.c event: API: Add sink-message event 2009-11-18 13:12:27 +01:00
gstquark.h event: API: Add sink-message event 2009-11-18 13:12:27 +01:00
gstquery.c docs: use '*' instead of xxx to avoid creating a broekn xref 2009-11-27 14:18:38 +02:00
gstquery.h Use plain casting instead of typechecking 2009-12-07 20:52:22 +01:00
gstregistry.c docs: fix more bogus xrefs 2009-11-27 14:18:38 +02:00
gstregistry.h registry: deprecate useless gst_registry_xml_{read|write}_cache() 2010-01-06 19:19:40 +00:00
gstregistrybinary.c registry: deprecate useless gst_registry_xml_{read|write}_cache() 2010-01-06 19:19:40 +00:00
gstregistrybinary.h registry: Add registry helper phase 1 2009-10-06 19:51:42 +01:00
gstregistrychunks.c registry: avoid some more unnecessary malloc/frees 2010-01-12 21:35:18 +00:00
gstregistrychunks.h registry: Add registry helper phase 1 2009-10-06 19:51:42 +01:00
gstsegment.c gstsegment: Actually start==stop==segment_start is inside the segment 2009-08-11 13:21:35 +02:00
gstsegment.h segment: add gst_segment_set_running_time 2009-06-04 12:53:20 +02:00
gststructure.c structure: remove superfluous guard against NULL 2010-01-16 19:44:35 +00:00
gststructure.h structure: API: Add gst_structure_id_has_field{,_typed} 2009-11-02 09:24:10 +01:00
gstsystemclock.c systemclock: fix compilation of win32 code 2009-08-29 11:32:21 +01:00
gstsystemclock.h systemclock: fix indentation 2009-08-28 16:07:16 +02:00
gsttaglist.c tags: fix up translated strings for some new tags 2010-01-06 20:04:15 +00:00
gsttaglist.h docs: minor documentation fixes for recently-added tags 2010-01-06 20:06:47 +00:00
gsttagsetter.c
gsttagsetter.h
gsttask.c docs: link bus and tasks 2009-12-14 16:22:16 +02:00
gsttask.h
gsttaskpool.c docs: add Since markers to task pool docs and document task function 2010-01-06 19:18:53 +00:00
gsttaskpool.h docs: add Since markers to task pool docs and document task function 2010-01-06 19:18:53 +00:00
gsttrace.c trace: include type name in leaked objects 2009-12-23 21:37:51 +01:00
gsttrace.h trace: Do not poison gst_trace_add_entry() 2009-10-19 10:53:00 +02:00
gsttypefind.c gsttypefind: avoid one more run-time type check 2009-11-02 08:50:04 +00:00
gsttypefind.h
gsttypefindfactory.c docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gsttypefindfactory.h
gsturi.c gsturi: Don't use g_signal_emit_by_name, use the signal ID directly 2009-12-07 09:51:03 +01:00
gsturi.h docs: Move field specific Since markers at the same line 2010-01-14 10:44:16 +01:00
gstutils.c utils: defer getting the classes until we actualy need them 2010-01-10 21:49:25 +02:00
gstutils.h event: API: Add sink-message event 2009-11-18 13:12:27 +01:00
gstvalue.c gstvalue: Use fast gst_value_list_{size|get_value} macro accessors 2009-12-07 09:51:04 +01:00
gstvalue.h docs: fix xrefs in docs 2009-11-25 16:59:50 +02:00
gstversion.h.in
gstxml.c docs: make links work (needs recent gtk-doc) 2009-11-27 14:18:39 +02:00
gstxml.h It's __GNUC__, not _GNUC_ 2009-08-22 15:49:12 -07:00
Makefile.am registry: Add registry helper phase 1 2009-10-06 19:51:42 +01:00