summaryrefslogtreecommitdiff
path: root/gnl
AgeCommit message (Expand)AuthorFilesLines
2010-01-12gnlobject: Specify unit in property descriptionsEdward Hervey1-7/+8
2009-11-17build: Remove duplicate noinst_HEADERS in gnl/Makefile.amJan Schmidt1-1/+0
2009-10-14gnlurisource: Fix descriptionEdward Hervey1-2/+2
2009-09-21gnlurisource: ... it works better with the files.Edward Hervey2-0/+211
2009-09-21New GnlURISource plugin, of which GnlFileSource subclasses. Fixes #595570Edward Hervey6-87/+35
2009-09-10gnlfilesource: If we use uridecodebin get the location from thereSebastian Dröge1-2/+11
2009-09-01gnlcomposition: Fix QoS handling.Edward Hervey2-69/+65
2009-08-24gnlghostpad: clamp jitter to the transformed timestamp.Alessandro Decina2-5/+7
2009-08-24gnlsource: Make the pad removal code non-racy.Edward Hervey1-10/+15
2009-08-23gnlcomposition: link operations by pad, inform them of incoming stream priori...Edward Hervey2-11/+48
2009-08-23GnlOperation: Fix signal signature, add public method to emit signalEdward Hervey1-1/+11
2009-08-12gnlcomposition: Drop incoming events when not entirely linked. Fixes #583145Edward Hervey1-6/+9
2009-08-10gnlfilesource: Use uridecodebin and remove dead code.Edward Hervey2-61/+53
2009-08-07When ghosting a pad that has negotiated caps, set those caps to the ghost as ...Alessandro Decina1-1/+11
2009-07-29gnlcomposition: Only remove top-level pad if removed pad is a source pad.Edward Hervey1-1/+3
2009-07-29gnlsource: Properly reset internal state when controlled pad has gone.Edward Hervey1-1/+4
2009-07-28gnloperation: TEMPORARY COMMIT ! REBASE ME !Edward Hervey2-1/+27
2009-07-28gnl: Adding signal marshallerEdward Hervey3-0/+26
2009-07-27gnlfilesource: Really use decodebin2. Fixes #589525Adam Dingle1-1/+1
2009-06-25gnlcomposition: Remove bogus debug statement.Edward Hervey1-2/+0
2009-06-14gnlcomposition/gnlfilesource: Don't use 'private' keyword.Edward Hervey4-268/+259
2009-06-12gnloperation: Don't forget to lower the pad count when removing one.Edward Hervey1-0/+1
2009-06-12gnlcomposition: rewrite from scratch of pipeline unlinking/linking.Edward Hervey1-108/+121
2009-06-12gnlcomposition: When receiving a seek, let update_pipeline send the flush eve...Edward Hervey1-15/+5
2009-06-12gnlcomposition: *always* update pipeline when removing objects.Edward Hervey1-1/+1
2009-06-12gnlcomposition: Recheck for ghostpad existence in critical codepath.Edward Hervey1-6/+8
2009-06-12gnlghostpad: add G_UNLIKELY and remove useless warningEdward Hervey1-4/+1
2009-06-12gnloperation: Unset sink ghostpad targets and fix pad-synch for dynamic opera...Edward Hervey1-4/+5
2009-06-12gnlcomposition: Simplify IN_ACTIVE_SEGMENT macroEdward Hervey2-5/+4
2009-05-30GnlComposition: Use expandable GnlObject property.Edward Hervey1-22/+43
2009-05-30GnlObject: Add an 'expandable' property/flag.Edward Hervey2-0/+25
2009-05-12gnlcomposition: Don't return FALSE in critical code-path.Edward Hervey1-2/+5
2009-05-09gnloperation: Also look at element class for pad templates.Edward Hervey1-13/+29
2009-05-08gnlcomposition: Document the 'update' property.Edward Hervey1-0/+15
2009-05-08gnlobject: Document propertiesEdward Hervey1-3/+86
2009-05-08gnlcomposition: Fix 'update' property description.Edward Hervey1-2/+3
2009-05-08gnlcomposition: Use faster GList routines.Edward Hervey1-13/+7
2009-05-08gnlcomposition: Update start/duration/stop even with update==False.Edward Hervey1-26/+20
2009-05-07gnlcomposition: Implement update-blocking. Fixes #555898Edward Hervey1-21/+164
2009-05-06gnlcomposition: Remove duplicated code.Edward Hervey1-54/+11
2009-04-19gnlghostpad. Implement outgoing_{qos|position} handling. Fixes #578234Edward Hervey1-10/+76
2009-04-19gnlghostpad: Add some debugging statementsEdward Hervey1-1/+4
2009-04-19gnloperation: Use our magic ghostpad for sink padsEdward Hervey1-12/+11
2009-04-19gnlghostpad: Implement outgoing_seek and incoming_new_segment handlingEdward Hervey1-8/+150
2009-04-19gnlobject: consider media_start as 0 if it's undefined.Edward Hervey1-10/+9
2009-04-19Optimize calculations by using a boolean for (rate == 1.0) cases.Edward Hervey3-18/+35
2009-04-19gnlghostpad: Add a 'gnlghostpad' debugging categoryEdward Hervey3-0/+15
2009-04-19gnlghostpad: Wrap G_*LIKELY with parenthses.Edward Hervey1-29/+20
2009-04-19gnlobject: Wrap G_*LIKELY with parenthses.Edward Hervey1-13/+8
2009-04-19gnlghostpad: Move all ghostpad-related methods to a separate file.Edward Hervey6-604/+666