gstreamer/gst/rawparse
Nicolas Dufresne cc28e7cce0 rawvideoparse: Fix missing VideoMeta
The base class is trying to align the processed data, but it endup
removing the GstVideoMeta. That caused wrong result. Instead, just copy
from the process function with the appropriate alignment.

https://bugzilla.gnome.org/show_bug.cgi?id=781204
2017-06-12 15:55:31 -04:00
..
gstrawaudioparse.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstrawaudioparse.h rawparse: Whitespace cleanup 2016-11-28 14:26:17 +02:00
gstrawbaseparse.c rawvideoparse: fix assert on large width/height in caps 2017-03-27 11:27:19 +01:00
gstrawbaseparse.h rawparse: Whitespace cleanup 2016-11-28 14:26:17 +02:00
gstrawvideoparse.c rawvideoparse: Fix missing VideoMeta 2017-06-12 15:55:31 -04:00
gstrawvideoparse.h rawvideoparse: Rename frame-stride in to frame-size 2017-03-24 13:50:06 -04:00
gstunalignedaudioparse.c rawparse: Whitespace cleanup 2016-11-28 14:26:17 +02: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: Whitespace cleanup 2016-11-28 14:26:17 +02:00
gstunalignedvideoparse.h rawparse: Add new raw audio and video parser elements 2016-07-26 13:44:39 +03:00
Makefile.am Remove plugin specific static build option 2017-05-16 13:42:07 -04:00
meson.build rawparse: Fix meson build 2017-02-25 15:14:07 +02:00
plugin.c rawparse: Move to gst-plugins-base 2017-02-25 14:48:40 +02: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