gstreamer/gst/rawparse
Tim-Philipp Müller 7d8cc8a2e6 rawparse: pass flow returns upstream
rawvideoparse wouldn't error out on not-negotiated,
but would just keep on going, because it didn't pass
the flow return value back to the parent class and
thus upstream, so the source wouldnt' stop streaming.
2016-10-29 11:31:28 +01:00
..
gstrawaudioparse.c rawaudioparse: Use G_GINT64_MODIFIER for portability 2016-07-29 10:49:26 +03:00
gstrawaudioparse.h rawparse: Add new raw audio and video parser elements 2016-07-26 13:44:39 +03:00
gstrawbaseparse.c rawparse: pass flow returns upstream 2016-10-29 11:31:28 +01:00
gstrawbaseparse.h rawparse: Add new raw audio and video parser elements 2016-07-26 13:44:39 +03:00
gstrawvideoparse.c rawvideoparse: fix typo in comment 2016-08-19 12:25:48 +01:00
gstrawvideoparse.h rawvideoparse: Compute plane offsets & strides if no custom ones are set 2016-08-18 09:21:16 +03:00
gstunalignedaudioparse.c unalignedaudioparse: Fix element factory name of inner parser 2016-07-29 10:07:23 +03:00
gstunalignedaudioparse.h rawparse: Add unaligned raw audio parsing to audioparse and add new element 2016-05-15 13:19:48 +03:00
gstunalignedvideoparse.c rawparse: Add new raw audio and video parser elements 2016-07-26 13:44:39 +03:00
gstunalignedvideoparse.h rawparse: Add new raw audio and video parser elements 2016-07-26 13:44:39 +03:00
Makefile.am rawparse: Remove old parser code and wrap new parsers in old elements 2016-07-26 13:44:39 +03:00
plugin.c rawparse: Add new raw audio and video parser elements 2016-07-26 13:44:39 +03:00
unalignedaudio.h rawparse: Add unaligned raw audio parsing to audioparse and add new element 2016-05-15 13:19:48 +03:00
unalignedvideo.h rawparse: Add new raw audio and video parser elements 2016-07-26 13:44:39 +03:00