summaryrefslogtreecommitdiff
path: root/gst/gstelement.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-20element: remove unused variableWim Taymans1-1/+0
2011-04-20element: don't touch base_time or clock in state changeWim Taymans1-8/+0
2011-04-16element: Inherit element metadata and pad templates from parent classesSebastian Dröge1-27/+45
2011-04-11Merge branch 'master' into 0.11Wim Taymans1-0/+1
2011-04-09element: unref event in default_send_event in case element has no padsTim-Philipp Müller1-0/+1
2011-04-04Merge branch 'master' into 0.11Wim Taymans1-10/+14
2011-04-01element: When requesting an existing pad print a g_critical() instead of usin...Sebastian Dröge1-2/+6
2011-04-01element: Use gint64/guint64 string parsing functionsSebastian Dröge1-6/+6
2011-04-01element: strto[u]l() returns a g[u]longJosep Torra1-4/+4
2011-03-30Merge branch 'master' into 0.11-fdoWim Taymans1-8/+64
2011-03-29element: Fix sanity checks for request pad templates without %Sebastian Dröge1-1/+1
2011-03-29element: Add some more sanity checks to the pad name checking of request pads...Sebastian Dröge1-0/+45
2011-03-29element: Check %u too when trying to find a pad template for a request padSebastian Dröge1-10/+20
2011-02-22Merge branch 'master' into 0.11Wim Taymans1-37/+126
2011-02-21Revert "element: Call ->release_pad() to clean up pad"Edward Hervey1-13/+1
2011-02-17element: Call ->release_pad() to clean up padDavid Schleef1-1/+13
2011-02-10docs: mention that it's necessary to set the state of elements added to an al...Tim-Philipp Müller1-1/+7
2011-01-28GstElement: Fix warning with GCC 4.6Bastien Nocera1-1/+2
2011-01-05GstElement: Add a more flexible way to get request pads.Edward Hervey1-4/+41
2010-12-17gst: documentation fixups and annotationEdward Hervey1-3/+3
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-29/+38
2010-12-07element: rework GstElementDetailsWim Taymans1-67/+26
2010-12-06remove deprecated symbols and methodsWim Taymans1-233/+0
2010-12-03docs: query doc improvementsStefan Kost1-0/+2
2010-09-13docs: fix warnings pointed out by gtk-docStefan Kost1-1/+1
2010-09-06element-details: allow for arbitrary element detailsStefan Kost1-0/+57
2010-06-26Don't include <libxml/parser.h> from public headers if GST_DISABLE_DEPRECATED...Tim-Philipp Müller1-0/+1
2010-06-25gstxml: Deprecate GstXml and related functionsSebastian Dröge1-5/+17
2010-06-15Revert "GstPad: Add GST_PAD_NEGOTIABLE GstPadFlag"Edward Hervey1-59/+1
2010-06-15Revert "element: only clear negotiable when going to NULL"Edward Hervey1-4/+2
2010-06-14element: only clear negotiable when going to NULLWim Taymans1-2/+4
2010-06-14GstPad: Add GST_PAD_NEGOTIABLE GstPadFlagEdward Hervey1-1/+59
2010-06-14element: Store result of strtol in an unused variable to really fix a compile...Sebastian Dröge1-1/+3
2010-06-13element: Cast return value to void to prevent compiler warningSebastian Dröge1-1/+1
2010-06-13Remove some dead assignmentsSebastian Dröge1-2/+1
2010-04-30element: make 'adding flushing pad' warning more usefulTim-Philipp Müller1-1/+2
2010-03-28gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge1-2/+3
2010-03-24Deprecated gst_element_class_set_details()Benjamin Otte1-0/+9
2010-03-11gstreamer: remove unneeded castsEdward Hervey1-1/+1
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-4/+4
2010-03-10remove unused gst_element_default_error()Benjamin Otte1-27/+0
2010-03-08element: fix typo in commentsWim Taymans1-1/+1
2010-02-18introspection: add annotation for gst_element_get_stateJohan Bilien1-3/+3
2009-12-24avoid some more type checksWim Taymans1-5/+5
2009-12-14docs: add more docs around GstState and GstStateChangeStefan Kost1-4/+4
2009-12-09element: use NULL instead of 0 for pointersWim Taymans1-1/+1
2009-11-04element: access padtemplate list directly to avoid call and type check.Stefan Kost1-2/+2
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-2/+2
2009-09-01element: don't take object lock for g_critical() and flesh out warning messag...Tim-Philipp Müller1-2/+6
2009-09-01debug: more detail in wrong-state-on-dispose error.Stefan Kost1-2/+6