- 08 Apr, 2010 14 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
One less semi public symbol without namespace prefix in the headers.
-
Stefan Kost authored
-
Stefan Kost authored
Use a local define for WAVEFORMAT_EX based on the size of the struct + 2 bytes for the extension size.
-
Stefan Kost authored
-
Stefan Kost authored
We don't use any function yet, just the structures and defines.
-
Stefan Kost authored
Remove BITMAPINFOHEADER and use the one from riff-lib. Also remove the WAVEFORMATEX_SIZE define and use a sizeof together with the respective struct. Besides better code reuse this lessens the ununsed symbols in the docs.
-
Stefan Kost authored
Rename some defines and move some itesm to *.c files. Add more items to internal subsection.
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
The title tag belongs into the refsect2.
-
- 07 Apr, 2010 10 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This doesn't do any conversion and is the next step to replacing videocrop by supporting all remaining formats in passthrough mode.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Marco Ballesio authored
in rtph264depay.c, lines 577-576, NALU-type 24 (Single-Time Aggregation Packet) is handled in fall-through as NALU-type 26 (unhandled). This leads high quality h264 streams such as: rtsp://stream.yle.mobi/yle/areena/MEDIA_E0342657_p3.mp4 to fail with "NAL unit type 24 not supported yet" (but it's actually supported), and thus to close any stream which contains STAPs. The proposed one-liner patch fixes the issue. Fixes #615051.
-
Thijs Vermeir authored
fix warnings for all plugins that use: setlocale (LC_ALL...
-
Thijs Vermeir authored
-
Mark Nauwelaerts authored
This should prevent skipping audio or video in not so well interleaved cases. Fixes #614460.
-
Arun Raghavan authored
This reads the average and maximum bitrates from the 'btrt' atom if available, and pushes these as tags, https://bugzilla.gnome.org/show_bug.cgi?id=614927
-
- 06 Apr, 2010 1 commit
-
-
Stefan Kost authored
Keep a ref of pulsesink for deferred mainloop invocation. Fixes #614765
-
- 05 Apr, 2010 8 commits
-
-
Thiago Santos authored
Adds tests for the jpegenc getcaps function, to avoid having it returning non-subset caps
-
Thiago Santos authored
When creating the caps allowed to upstream using downstream restrictions, use gst_pad_get_allowed_caps as that has the usable formats and puts into it the width, height and framerate fields. This avoids getting errors about getcaps returning non subset caps of its pad template. This error showed up on the metadata plugin unit test in -bad.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
...including conversion between them.
-
Wim Taymans authored
Add a property to control how the jitterbuffer performs timestamping and buffering.
-
André Dieb Martins authored
Fixes bug #614843.
-
André Dieb Martins authored
When downstream has a sink pad with ANY caps, jpegenc should treat it the same as NULL and return its template caps. Fixes #614842
-
- 04 Apr, 2010 4 commits
-
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
This reverts commit ca0bd3a8.
-
Stefan Kost authored
Remove non-existing gst-libs from include and library-paths'. Fixes #614354 even more.
-
- 02 Apr, 2010 3 commits
-
-
Thiago Santos authored
Make qtdemux read tags replaygain tags that are within '----' atoms. Fixes #614471
-
Arun Raghavan authored
This replicates the code in qtdemux to export the h.264 profile and level in the stream caps. https://bugzilla.gnome.org/show_bug.cgi?id=614651
-
Sebastian Dröge authored
-