summaryrefslogtreecommitdiff
path: root/gnl/gnloperation.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-23gnloperation: check for request pads on the element class not the factoryTim-Philipp Müller1-17/+5
2013-06-11gnl: Properly set operations basetimeThibault Saunier1-0/+17
2013-05-25ghostpad: Remove unsued parameter flush_hackNicolas Dufresne1-3/+2
2013-05-25doc: Remove duplicate short descriptionNicolas Dufresne1-1/+0
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-11-03gnloperation: Only release sink pads that need to beEdward Hervey1-1/+2
2012-10-17gnl: use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-13Remove gstmarshal.[ch] completely and use the generic marshallerTim-Philipp Müller1-2/+1
2011-10-10gnloperation: Fix iterator/GValue usageEdward Hervey1-2/+2
2011-10-10gnl: Code CleanupEdward Hervey1-5/+7
2011-10-05gnl: More porting to 0.11 APIEdward Hervey1-24/+35
2011-08-05gnl: Remove GST_BOILERPLATE usageEdward Hervey1-17/+11
2011-02-28gnloperation: Handle the cases where the sink pads disappearEdward Hervey1-4/+6
2011-02-28gnloperation: Synchronize all padsEdward Hervey1-1/+3
2011-02-28gnloperation: Cleanup pads when going from PAUSED to READYEdward Hervey1-0/+16
2010-06-10GnlOperation: Fix more leaksEdward Hervey1-9/+19
2010-06-09GnlOperation: Properly dispose of our ghostpads.Edward Hervey1-4/+15
2010-03-19gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2009-08-23GnlOperation: Fix signal signature, add public method to emit signalEdward Hervey1-1/+11
2009-07-28gnloperation: TEMPORARY COMMIT ! REBASE ME !Edward Hervey1-1/+23
2009-07-28gnl: Adding signal marshallerEdward Hervey1-0/+1
2009-06-12gnloperation: Don't forget to lower the pad count when removing one.Edward Hervey1-0/+1
2009-06-12gnloperation: Unset sink ghostpad targets and fix pad-synch for dynamic opera...Edward Hervey1-4/+5
2009-05-09gnloperation: Also look at element class for pad templates.Edward Hervey1-13/+29
2009-04-19gnloperation: Use our magic ghostpad for sink padsEdward Hervey1-12/+11
2009-04-03gnloperation: Check if the return-value-as-argument is valid.Edward Hervey1-1/+1
2009-04-01Mark unused arguments using G_GNUC_UNUSED glib macro.Edward Hervey1-1/+2
2008-05-30gnl/: Update email adresses of wim and edward to working adresses.Edward Hervey1-20/+9
2008-05-27gnl/gnlcomposition.c: Properly accumulate segment_start/segment_done messages...Edward Hervey1-4/+79
2008-05-26gnl/: Fix more issues with dynamic-sinkpads operations.Edward Hervey1-33/+74
2008-05-16Add some docs. The structure is based on the GStreamer plugin docs build, wit...Jan Schmidt1-2/+22
2008-04-21gnl/gnloperation.c: Fix small bug in debugging.Edward Hervey1-1/+2
2007-06-16gnl/gnlcomposition.c: Unblock child source pads when the pads OR the elements...Edward Hervey1-3/+22
2006-11-02gnl/gnlcomposition.c: Better check for the 'next stop' of a stack. It will no...Edward Hervey1-0/+2
2006-08-30gnl/gnlcomposition.c: When unlinking source/operations , flush the parent's s...Edward Hervey1-7/+57
2006-08-23gnl/gnloperation.c: Fix leaks in iterators.Wim Taymans1-56/+76
2006-08-09gnl/gnlobject.c: Remove useless linkfunc/unlinkfunc from GnlPadPrivate struct...Edward Hervey1-11/+133
2006-07-27gnl/gnl.c: Let's welcome GnlOperation back in the game.Edward Hervey1-45/+139
2006-06-08gnl/gnlcomposition.c: Composition now looks for anything hiding the configure...Edward Hervey1-204/+202
2006-05-05gnl/: Remove gnlmarshal cruft that dates from... well....Edward Hervey1-1/+0
2006-04-03gnl/: Indent the source code using gstreamer/tools/gst-indentEdward Hervey1-18/+16
2005-12-14gnl/gnlcomposition.c: Returning the difference of 2 unsigned int, expecting t...Edward Hervey1-1/+3
2005-10-20Part II of non-linear world domination.Edward Hervey1-195/+199
2005-06-21gnl/: Removed buggy GST_INFOEdward Hervey1-3/+0
2005-05-06gnl/gnltimeline.c: Added "src_%s" PadTemplate so _request_new_pad() works...Edward Hervey1-0/+5
2005-05-06gnl/gnltimeline.c: Implemented GstElement->request_new_pad() in order to get ...Edward Hervey1-0/+64
2005-03-23docs/Makefile.am: Make doc build depend on ./configure choice gnl/gnl.c, gnl/...Edward Hervey1-1/+17
2005-03-23test/sourcetest1.c: modified datarate of fakesrcEdward Hervey1-1/+1
2005-03-22Corrected header files dependencies , deactivated all tests except the source...Edward Hervey1-1/+0
2005-03-21Backport from the pitivi repository... expect borkageEdward Hervey1-19/+92