- Jul 12, 2013
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Jul 11, 2013
-
-
Sync byte scan is incorrect for M2TS streams because the timestamp 4 bytes were not included in the flush size. This can result in an infinite loop. Rework the scan code to be clearer and work in all cases.
-
Preserve the current segment and observations in pull mode seeks with flushing. https://bugzilla.gnome.org/show_bug.cgi?id=698050
-
- Jul 05, 2013
-
-
Fixes initialization of sample application
-
-
Ignore the display_extension values if they are greater than the width/height values provided by seqhdr and calculate the PAR based on the seqhdr values.T his is what DVD players are doing. Thanks to "David Schleef <ds@schleef.org>" https://bugzilla.gnome.org/show_bug.cgi?id=685103
-
Current fallback to lost_sync seems to impede a delay to restore sync. Let the parser parse and skip the private stream. Here it contains the digital camera brand (in 2010 bytes) and is repeated twice. https://bugzilla.gnome.org/show_bug.cgi?id=697283
- Jun 17, 2013
-
-
- May 28, 2013
-
-
Tim-Philipp Müller authored
Needs to be stream-format=byte-stream, not format=byte-stream.
-
Tim-Philipp Müller authored
Need to specify the stream-format.
-
Sebastian Dröge authored
-
Tim-Philipp Müller authored
May results in not-negotiated flow errors otherwise.
-
- May 18, 2013
-
-
Tim-Philipp Müller authored
In the 1.0 branch audio.h doesn't yet include everything from libgstaudio, so we need class-specific includes for the audiosink and src base classes.
-
For AL_FORMAT_MONO_ALAW_EXT and AL_FORMAT_STEREO_ALAW_EXT. https://bugzilla.gnome.org/show_bug.cgi?id=700402
-
https://bugzilla.gnome.org/show_bug.cgi?id=698013 Conflicts: configure.ac ext/openal/gstopenalsrc.h
-
Tim-Philipp Müller authored
Conflicts: configure.ac
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Conflicts: configure.ac
-
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
If rfb_decoder_new() allocates the decoder sructure, rfb_decoder_free() should free the structure. We should not free the decoder when an error occurs during connection - it holds lots of configuration/state and will be freed later in finalize.
-
Tim-Philipp Müller authored
Move DES key into context struct.
-
Tim-Philipp Müller authored
and replace the 1% of it that we need with new code, so we don't have to change the runtime license of rfbsrc to GPL.
-
https://bugzilla.gnome.org/show_bug.cgi?id=700038 Conflicts: configure.ac
-
prepare_func will allocate a new buffer to replace the original one. Instead of using gst_buffer_replace (which causes an extra refcount increment on the new buffer), we just unref the original buffer. https://bugzilla.gnome.org/show_bug.cgi?id=699786
-
Don't send any source caps yet if we're still in drop-buffers-until-we-get-a-sequence-header mode. Fixes transmuxing of many MPEG-TS/PS streams into formats which require things like width, height or codec_data on the input caps. Also fixes issues when using playbin with decoder sinks that want width/height etc. https://bugzilla.gnome.org/show_bug.cgi?id=695879
-
Bug #698896
-
- Apr 29, 2013
-
-
Edward Hervey authored
We let the mpegtspacketizer deal with pcr wraparound/resets. https://bugzilla.gnome.org/show_bug.cgi?id=674536
-
Edward Hervey authored
-
David Schleef authored
-
Sebastian Dröge authored
And if we detect a discontinuity there (like... when losing packets or having MPEGTS over raw UDP with out-of-order packets) we just drop the corresponding packet. A future version could try to implement a re-ordering algorithm based on that, similar to what rtpjitterbuffer does.
-
Sebastian Dröge authored
Subclasses want to access the program while removing the streams and will currently crash because of dereferencing NULL in some cases.
-
-
Sebastian Dröge authored
-