mssdemux: Add missing object param to GST_DEBUG|INFO_OBJECT calls
[platform/upstream/gstreamer.git] / ext / smoothstreaming / gstmssdemux.c
2013-05-08 Andre Moreira Maga... mssdemux: Add missing object param to GST_DEBUG|INFO_OB...
2013-05-08 Thiago Santosmssdemux: add bitrate-limit property
2013-05-08 Andre Moreira Maga... mssdemux: Do not block on reset.
2013-05-08 Louis-Francis Ratt... mssdemux: handle FLUSH events by resetting the demuxer...
2013-05-08 Louis-Francis Ratt... mssdemux: fix some memory leaks and use right free...
2013-05-08 Louis-Francis Ratt... mssdemux: don't stop a task from inside the loop
2013-05-08 Louis-Francis Ratt... mssdemux: log manifest content for debugging
2013-05-08 Louis-Francis Ratt... mssdemux: only try to reload the manifest for live...
2013-05-08 Thiago Santosmssdemux: add some documentation
2013-05-08 Thiago Santosmssdemux: add max-queue-size-buffers property
2013-05-08 Thiago Santosmssdemux: stop tasks faster
2013-05-08 Thiago Santosmssdemux: implement live streams handling
2013-05-08 Thiago Santosmssdemux: do not leak fragments
2013-05-08 Thiago Santosmssdemux: error out when upstream doesn't implement...
2013-05-08 Thiago Santosmssdemux: push newsegments with same start time on...
2013-05-08 Thiago Santosmssdemux: rewriting pad tasks so that buffers are pushe...
2013-05-08 Thiago Santosmssdemux: some fixes to bitrate switching
2013-05-08 Thiago Santosmssdemux: refactoring fragment download to its own...
2013-05-08 Thiago Santosmssdemux: implement bitrate switching
2013-05-08 Thiago Santosmssdemux: add connection-speed property
2013-05-08 Thiago Santosmssdemux: add an 'active' flag to manifest stream
2013-05-08 Thiago Santosmssdemux: signal no-more-pads when finished exposing...
2013-05-08 Thiago Santosmssdemux: do not try to expose unknown streams
2013-05-08 Thiago Santosmssdemux: set timestamp and duration to fragment buffers
2013-05-08 Thiago Santosmssdemux: initial implementation of seek event handling
2013-05-08 Thiago Santosmssdemux: handle src pad queries fir duration and latency
2013-05-08 Thiago Santosmssdemux: add some more error handling
2013-05-08 Thiago Santosmssdemux: add timescale to the caps
2013-05-08 Thiago Santosmssdemux: add the correct caps to the outgoing stream
2013-05-08 Thiago Santosmssdemux: set caps to buffers before pushing
2013-05-08 Thiago Santosmssdemux: improve state changing
2013-05-08 Thiago Santosmssdemux: adds mininum error handling
2013-05-08 Thiago Santossmoothstreaming: refactor structure names and implement...
2013-05-08 Thiago Santosmssdemux: initial implementation of the pad loop
2013-05-08 Thiago Santosmssdemux: pad exposing initial implementation
2013-05-08 Thiago Santosmssdemux: add manifest parsing
2013-05-08 Thiago Santossmoothstreaming: stubs for mssdemux