index
:
~thiagoss/gstreamer
1.4+tracer
caps-cache
cookies
dvb
flowcombiner-arrayiter
flowcombiner-callback
flowcombiner-hashtable
flowcombiner-notlinkedcount
flowcombiner_offsets
master
no-reconfigure
recursive-accept-caps
tracer
tracer-acceptcaps-reverted
gstreamer branch (contains GstCollectPads2)
thiagoss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstelementfactory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-19
elementfactory: add gst_element_factory_get_metadata_keys()
Tim-Philipp Müller
1
-0
/
+34
2012-03-29
docs: update more documentation
Wim Taymans
1
-0
/
+10
2012-01-26
caps: Store a pointer to GstCaps in GstStaticCaps
Sebastian Dröge
1
-1
/
+1
2012-01-22
Use recent GLib API unconditionally now that we depend on the latest GLib
Tim-Philipp Müller
1
-1
/
+1
2012-01-02
registry: rename gst_registry_get_default() to gst_registry_get()
Tim-Philipp Müller
1
-4
/
+4
2011-12-12
elementfactory: use new 'transfer floating' annotation for gst_element_factor...
Tim-Philipp Müller
1
-2
/
+2
2011-11-13
urihandler: fix return type of get_protocols()
Tim-Philipp Müller
1
-4
/
+8
2011-11-13
urihandler: fix return type of _get_uri_type()
Tim-Philipp Müller
1
-1
/
+1
2011-11-13
Merge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller
1
-3
/
+3
2011-11-12
gst, controller: replace g_list_prepend + reverse with GQueue
Tim-Philipp Müller
1
-3
/
+3
2011-10-08
elementfactory: don't export private _gst_elementclass_factory quark
Tim-Philipp Müller
1
-3
/
+3
2011-08-22
Merge branch 'master' into 0.11
Wim Taymans
1
-1
/
+1
2011-08-16
docs: fix typo in element factory documentation
Tim-Philipp Müller
1
-1
/
+1
2011-07-27
Merge branch 'master' into 0.11
Wim Taymans
1
-2
/
+4
2011-07-27
elementfactory: fix g-i annotation for _create() and _make() to allow NULL ob...
Tim-Philipp Müller
1
-2
/
+4
2011-06-22
uri: remove some _full variants
Wim Taymans
1
-8
/
+3
2011-06-22
caps: Hide implementation details
Wim Taymans
1
-14
/
+1
2011-06-10
Merge branch 'master' into 0.11
Wim Taymans
1
-2
/
+2
2011-06-09
Use "const" instead G_CONST_RETURN
Javier Jardón
1
-8
/
+8
2011-06-05
Merge branch 'master' into 0.11
Tim-Philipp Müller
1
-2
/
+2
2011-06-04
Work around changes in g_atomic API
David Schleef
1
-2
/
+2
2011-05-24
feature: use object name
Wim Taymans
1
-3
/
+3
2011-05-03
docs: fix copy'n'paste doc header mistake
Stefan Kost
1
-1
/
+1
2011-04-25
Merge branch 'master' into 0.11
Wim Taymans
1
-0
/
+4
2011-04-24
pluginfeature: store pointer to plugin in addition to the plugin name
Tim-Philipp Müller
1
-0
/
+4
2011-02-23
elementfactory: improve caps string management
Wim Taymans
1
-1
/
+1
2011-02-23
fix compilation
Wim Taymans
1
-2
/
+2
2011-02-23
messages: make message a simple boxed type
Wim Taymans
1
-2
/
+2
2011-02-22
Merge branch 'master' into 0.11
Wim Taymans
1
-12
/
+19
2010-12-07
docs: gst: more gobject introspection annotations
Tim-Philipp Müller
1
-12
/
+19
2010-12-07
element: rework GstElementDetails
Wim Taymans
1
-116
/
+15
2010-12-03
elementfactory: use g_intern_string for interface names
Stefan Kost
1
-2
/
+2
2010-12-03
registry: also intern the static caps
Stefan Kost
1
-3
/
+4
2010-12-03
elementfactory: meta-data can be NULL
Stefan Kost
1
-0
/
+3
2010-11-18
elementfactory: fix caps leak in element factory list utility functions
Tim-Philipp Müller
1
-0
/
+1
2010-09-16
elementfactory: make sure gstreamer has been initialized when creating elements
Tim-Philipp Müller
1
-0
/
+2
2010-09-06
elementfactory: use the parent_class defined by G_DEFINE_TYPE
Stefan Kost
1
-5
/
+1
2010-09-06
element-details: allow for arbitrary element details
Stefan Kost
1
-0
/
+51
2010-09-03
GstElementFactory: Add listing features
Edward Hervey
1
-0
/
+196
2010-06-16
elementfactory: Add an allow-none annotation
Johan Dahlin
1
-1
/
+1
2010-03-28
gst: Use GSlice instead of normal g_malloc in more places
Sebastian Dröge
1
-2
/
+3
2010-03-11
Fixes for -Wmissing-declarations -Wmissing-prototypes
Benjamin Otte
1
-40
/
+1
2010-03-10
Make code safe for -Wredundant-decls
Benjamin Otte
1
-2
/
+0
2009-12-14
gstelementfactory: set object name earlier if applicable
Stefan Kost
1
-5
/
+8
2009-10-28
optimisation : Use g_object_newv where possible.
Edward Hervey
1
-2
/
+3
2009-10-28
Remove GST_DEBUG_FUNCPTR where they're pointless
Tim-Philipp Müller
1
-1
/
+1
2009-10-07
elementfactory: fix spelling in comment
Michael Smith
1
-2
/
+2
2009-09-10
whitespace fixes
Wim Taymans
1
-4
/
+4
2009-08-31
registry: fill in elementfactory when registering element
Mark Nauwelaerts
1
-1
/
+2
2009-06-11
elementfactory: Fix a compiler warning
Jan Schmidt
1
-1
/
+1
[next]