gstreamer/gst/matroska
Tim-Philipp Müller 7735292ec2 gst/matroska/matroska-mux.c: The "signed" field in audio caps is of boolean type, trying to use gst_structure_get_int...
Original commit message from CVS:
* gst/matroska/matroska-mux.c:
(gst_matroska_mux_audio_pad_setcaps):
The "signed" field in audio caps is of boolean type, trying to use
gst_structure_get_int() to extract it will fail. Fixing this makes
matroskamux accept raw audio input (#387121) (use at your own risk
though, due to the matroska spec being not entirely useful in this
respect).
Also fix up raw audio structures in template caps so that they
represent what our setcaps function will actually accept, so that
converters know what to convert to.
Finally, don't fail if there isn't an "endianness" field in 8-bit
PCM caps.
2006-12-24 11:24:59 +00:00
..
ebml-ids.h Port matroska muxer to 0.9 (#318847). 2005-10-14 12:43:30 +00:00
ebml-read.c gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. Dramatically improves performance with m... 2006-05-17 08:10:31 +00:00
ebml-read.h Fix broken GObject macros 2006-04-08 18:25:55 +00:00
ebml-write.c Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up following lines. 2006-05-06 00:14:09 +00:00
ebml-write.h Fix broken GObject macros 2006-04-08 18:25:55 +00:00
Makefile.am gst/matroska/: Handle case where the TrackType ebml chunk does not come before the 2006-04-25 16:38:50 +00:00
matroska-demux.c gst/matroska/: Try harder to extract the framerate for video tracks correctly and save it directly instead of convert... 2006-12-11 13:59:33 +00:00
matroska-demux.h gst/matroska/: Set DISCONT flag on first buffer after a discontinuity. 2006-04-20 13:23:40 +00:00
matroska-ids.c gst/matroska/: Try harder to extract the framerate for video tracks correctly and save it directly instead of convert... 2006-12-11 13:59:33 +00:00
matroska-ids.h gst/matroska/: Try harder to extract the framerate for video tracks correctly and save it directly instead of convert... 2006-12-11 13:59:33 +00:00
matroska-mux.c gst/matroska/matroska-mux.c: The "signed" field in audio caps is of boolean type, trying to use gst_structure_get_int... 2006-12-24 11:24:59 +00:00
matroska-mux.h gst/matroska/matroska-mux.*: Add basic tag writing support; implement releasing pads (#374658). 2006-11-15 12:08:20 +00:00
matroska.c rework configure.ac; make asterisk rtp stuff compile on mingw 2005-11-14 02:13:35 +00:00
matroska.vcproj more working plugins 2004-07-27 21:41:30 +00:00