summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2015-08-04queue2: not update upstream size with negative valueEunhae Choi1-1/+7
2015-08-04filesink: use GST_INFO_OBJECT for more detailStefan Sauer1-2/+2
2015-07-28doc/capsfilter: Document filtering modesNicolas Dufresne1-0/+7
2015-07-28doc/filesink: Add BufferMode enumerationNicolas Dufresne2-8/+25
2015-07-28capsfilter: Only remember previous filter caps if they were actually used for...Sebastian Dröge2-2/+8
2015-07-28capsfilter: When switching caps change modes, forget all previous capsSebastian Dröge1-1/+13
2015-07-21concat: dot not reset pad states too earlyThiago Santos1-20/+10
2015-07-14tee: fix typo in allow-not-linked property descriptionTim-Philipp Müller1-2/+2
2015-07-08docs: add StreamidDemux to documentationJustin Joy2-3/+18
2015-07-07identity: refactor and add tests using GstHarnessHavard Graff1-4/+0
2015-07-04queue: avoid slice allocs/frees for each itemTim-Philipp Müller1-34/+33
2015-07-03docs: another sweep canonicalizing the plugin docs sections fileStefan Sauer3-21/+21
2015-07-03docs: order and canonicalize the -sections.txt fileStefan Sauer1-1/+0
2015-07-02inputselector: remove always-true checkLuis de Bethencourt1-15/+13
2015-06-25funnel: add "forward-sticky-events" propertyMiguel París Díaz2-1/+55
2015-06-23inputselector: Handle different duration track selectionSong Bing1-71/+92
2015-06-22concat: when releasing pad, send EOS appropriately.Mathieu Duponchelle1-1/+1
2015-06-22concat: Add adjust-base propertyCarlos Rafael Giani2-12/+63
2015-06-14typefindelement: reset segment only once streaming has stoppedTim-Philipp Müller1-5/+6
2015-06-11gst_writev: define UIO_MAXIOV on iOS/OSXTim-Philipp Müller1-0/+6
2015-06-12gst_writev: Respect UIO_MAXIOV limit for the iov arrayJan Schmidt1-1/+1
2015-06-11concat: Add active-pad propertyCarlos Rafael Giani1-1/+59
2015-06-11concat: Also reset the current start offset when receiving a FLUSH_STOP on th...Sebastian Dröge1-0/+13
2015-06-11concat: Add some newlines to event handling code to make the code look a bit ...Sebastian Dröge1-1/+9
2015-06-11concat: Reset segment base offset after FLUSH_STOP with reset_time = TRUECarlos Rafael Giani1-2/+9
2015-06-10concat: Forward FLUSH_START and FLUSH_STOP eventsCarlos Rafael Giani1-0/+14
2015-06-09filesink: Fix fsync/_commit usageEdward Hervey1-2/+2
2015-06-09filesink: Fix Windows build by using _commit instead of fsync.Jan Schmidt1-0/+2
2015-06-08Add GST_BUFFER_FLAG_SYNC_AFTER flag, and implement in filesink.Jan Schmidt1-0/+22
2015-06-05typefind: Post an error if we can't typefind the data until EOSSebastian Dröge1-11/+25
2015-06-01downloadbuffer: release lock before posting msgeunhae choi1-18/+50
2015-05-27funnel: Improve debug output a bitSebastian Dröge1-4/+8
2015-05-18Revert "doc: Workaround gtkdoc issue"Tim-Philipp Müller1-2/+0
2015-05-18sparsefile: small cleanupWim Taymans1-3/+2
2015-05-16doc: Workaround gtkdoc issueNicolas Dufresne1-0/+2
2015-05-15fakesrc: fix property descriptionTim-Philipp Müller1-1/+1
2015-05-12fdsrc: docs: fix and update documentationVíctor Manuel Jáquez Leal1-3/+3
2015-05-10docs: gst-launch -> gst-launch-1.0 in example pipelinesTim-Philipp Müller6-10/+14
2015-04-27identity: Also synchronize GAP events in sync=1Olivier Crête1-43/+59
2015-04-27identity: With sync=true, don't pre-rollOlivier Crête2-0/+27
2015-04-27identity: Take upstream latency into account for sync=1Olivier Crête2-0/+50
2015-04-27identity: Handle PTS and DTS separatelyOlivier Crête1-6/+16
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller2-16/+0
2015-04-24inputselector: Only try to push the first EOS receivedThiago Santos2-13/+27
2015-04-18tee: fix use of possibly-freed pad in debug statementTim-Philipp Müller1-2/+3
2015-04-13typefindelement: Use gst_event_unref() instead of gst_mini_object_unref() + c...Sebastian Dröge1-2/+2
2015-04-13typefind: fix leak in gst_type_find_element_src_event()Guillaume Desmottes1-1/+4
2015-04-13typefind: Run the default have-type handler after all application handlersSebastian Dröge1-1/+1
2015-04-10multiqueue: Don't automatically enter the buffering state when use-buffering ...Duncan Palmer1-1/+0
2015-04-10inputselector: fix cached buffer leak in chain functionGuillaume Desmottes1-1/+6