- Sep 19, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
This is to make the multifilesrc ! pngdec case work https://bugzilla.gnome.org/show_bug.cgi?id=688043
-
Sebastian Dröge authored
-
- Sep 18, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This is all handled by the GstBin code now.
-
Olivier Crête authored
Makes it easier to track how many users there are Also make it possible to create a dmabuf struct on systems without mmap, it just won't be possible to map it. https://bugzilla.gnome.org/show_bug.cgi?id=707793
-
- Sep 13, 2013
-
-
Wim Taymans authored
The payload type can't be between 72 and 76 because with the marker bit set, this could be mistaken for an RTCP packet then. We do a relaxed check and only refuse 72-76 when the marker bit is set. The effect is that when we try to map an RTCP packet as an RTP packet, we will certainly fail.
-
Tim-Philipp Müller authored
And get rid of AS_SCRUB_INCLUDES https://bugzilla.gnome.org/show_bug.cgi?id=707658
-
- Sep 12, 2013
-
-
Wim Taymans authored
Fix component ordering, it's wrong in both the scanline and merge function so it cancels eachother out and isn't really a except for loss of precision of the green component. Fix calculation of the filter weight
-
Wim Taymans authored
-
Wim Taymans authored
The checks above make it inpossible for the value to be smaller than what we check against with the MAX call.
-
Sebastian Dröge authored
Otherwise we might end up in non-optimal configuration, especially when a flush happened during reconfiguration.
-
Sebastian Dröge authored
Otherwise we might end up in non-optimal configuration, especially when a flush happened during reconfiguration.
-
- Sep 11, 2013
- Sep 10, 2013
-
-
Thiago Santos authored
After a pad is on EOS, verify if all pads are EOS and return upstream, avoiding keeping the buffer flow without having more data to push
-
Thiago Santos authored
Store the seek stop and seqnum and properly restore them when receiving the corresponding Segment from upstream. Also fixes seqnum for converted seek events.
-
Wim Taymans authored
-
Wim Taymans authored
Simplify the code and make it handle odd width
-
Wim Taymans authored
Use BLEND macro Fix NV12 corner case
-
Wim Taymans authored
-
Wim Taymans authored
Round the accumulator to avoid later checks Remove some bound checks that would never trigger Fix odd width scaling
-
Wim Taymans authored
Use rounding to pick the nearest line instead of rounding down.
-
- Sep 09, 2013
-
-
id3mux and id3v2mux expect GST_TAG_ID3V2_FRAME type to be stored in a GstSample and not a buffer, which is also needed because we can't attach extradata/caps to buffers any more. These are private tags no one should be poking at, and also the extra info is missing. https://bugzilla.gnome.org/show_bug.cgi?id=707765
-
Tim-Philipp Müller authored
Mark terms such as "planar", "packed", and "palettized" as translatable, and re-arrange strings a bit to make them better suited for translation. Also fix bug in yuv descriptions, one plane is packed, more is planar (or semi-planar). https://bugzilla.gnome.org/show_bug.cgi?id=707789
-
Wim Taymans authored
-
If tags of the meta only contain "video", let it be copied.
-
For instance "orientation" becomes GST_VIDEO_ORIENTATION_METADATA.
-
- Sep 07, 2013
-
-
Tim-Philipp Müller authored
Just flushing the bus doesn't work here for some reason, so set playbin to NULL state, which seems to clear all error state and makes sure we do play the next playable song and don't pick up 'ghost' error messages from previous files on the bus.
-
convert-sample returns a GstSample, not a GstBuffer. https://bugzilla.gnome.org/show_bug.cgi?id=707660
-
- Sep 06, 2013
-
-
Tim-Philipp Müller authored
./.libs/libgstvideo-1.0.so: undefined reference to `video_orc_unpack_NV24' ./.libs/libgstvideo-1.0.so: undefined reference to `video_orc_pack_NV24'
-
Wim Taymans authored
-
Wim Taymans authored
We can't reuse the NV12 functions, we need to make new ones.
-
Wim Taymans authored
-
- Sep 05, 2013
-
-
Tim-Philipp Müller authored
Re-use already calculated line offset.
-
Wim Taymans authored
-
Wim Taymans authored
Some of the fastpath function can only work with aligned widht/height so make sure we check this as well when choosing a fastpath. Add fastpath for I420/YV12 -> BGRx
-
Wim Taymans authored
-
Wim Taymans authored
-