mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Release 1.7.90
This commit is contained in:
parent
dfd66a1776
commit
3ebfefd220
77 changed files with 723 additions and 190 deletions
614
ChangeLog
614
ChangeLog
|
@ -1,9 +1,617 @@
|
|||
=== release 1.7.2 ===
|
||||
=== release 1.7.90 ===
|
||||
|
||||
2016-02-19 Sebastian Dröge <slomo@coaxion.net>
|
||||
2016-03-01 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.7.2
|
||||
releasing 1.7.90
|
||||
|
||||
2016-03-01 16:53:50 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* po/bg.po:
|
||||
* po/fr.po:
|
||||
* po/nl.po:
|
||||
po: Update translations
|
||||
|
||||
2016-02-29 12:35:58 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com>
|
||||
|
||||
* gst/videoparsers/gsth264parse.c:
|
||||
videoparsers: h264: Disable passthorugh mode enabling
|
||||
Enabling passthorugh mode is causing multiple issue:
|
||||
For nal aligned multiresoluton streams, passthrough mode
|
||||
make h264parse unable to advertise the new resoultions.
|
||||
Also causing issues while parsing MVC streams which have two
|
||||
separate layers (base-view and non-base-view).
|
||||
This fix is only a temporary workaround.
|
||||
For MVC, proper fixes needed in many places:
|
||||
(handle prefix nal unit, handle non-base-view slice nal extension,
|
||||
fix the picture_start detection for multi-layer-mvc streams etc)
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=758656
|
||||
|
||||
2016-02-29 11:53:19 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/sdp/gstsdpdemux.c:
|
||||
sdpdemux: Set caps to application/x-rtp instead of application/x-unknown as returned by the SDP helpers
|
||||
The SDP helpers can't know if this is going to be RTP, SRTP, or ....
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762860
|
||||
|
||||
2016-02-29 11:51:28 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/sdp/gstsdpdemux.c:
|
||||
sdpdemux: Add pads with the correct names in case an rtpbin is used
|
||||
They're supposed to be stream_%u and not recv_rtp_src_%u_%u_%u.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762860
|
||||
|
||||
2016-02-29 10:38:32 +0900 Vineeth TM <vineeth.tm@samsung.com>
|
||||
|
||||
* ext/vulkan/vkswapper.c:
|
||||
* ext/vulkan/vkutils.c:
|
||||
vkswapper/vkutils: Fix gerror memory leak
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762842
|
||||
|
||||
2016-02-29 10:37:11 +0900 Vineeth TM <vineeth.tm@samsung.com>
|
||||
|
||||
* ext/vulkan/vkdevice.c:
|
||||
vkdevice: Fix duplicate assignment of queue variable
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762842
|
||||
|
||||
2016-02-29 10:33:45 +0900 Vineeth TM <vineeth.tm@samsung.com>
|
||||
|
||||
* ext/vulkan/vksink.c:
|
||||
vksink: Fix GError memory leak
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762842
|
||||
|
||||
2016-02-28 14:06:14 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* win32/common/libgstgl.def:
|
||||
win32: update exports for new libgstgl function
|
||||
|
||||
2016-02-28 10:12:01 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* sys/androidmedia/gstamcvideodec.c:
|
||||
amcvideodec: When outputting on a surface, accept all color formats
|
||||
We don't have to understand them, we handle them as a GL texture.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762792
|
||||
|
||||
2016-02-26 18:17:37 -0300 Thiago Santos <thiagoss@osg.samsung.com>
|
||||
|
||||
* gst-libs/gst/adaptivedemux/gstadaptivedemux.c:
|
||||
* tests/check/elements/dash_demux.c:
|
||||
adaptivedemux: handle snap seeking without setting any position
|
||||
When the start_type is GST_SEEK_TYPE_NONE for a forward seek
|
||||
(or stop_type for a reverse) is not set on a snap seeking operation,
|
||||
the element should use the current position and then snap as requested.
|
||||
Also fixes uninitialized variable complaint by clang about
|
||||
'ts' variable.
|
||||
|
||||
2016-02-26 17:31:44 -0300 Thiago Santos <thiagoss@osg.samsung.com>
|
||||
|
||||
* ext/dash/gstmpdparser.c:
|
||||
dashdemux: sync index and the selected chunk when seeking
|
||||
Otherwise the chunk selected isn't matched to the index and
|
||||
the timing will be different, causing it to actually start
|
||||
from a different position
|
||||
|
||||
2016-02-26 12:41:13 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* common:
|
||||
Automatic update of common submodule
|
||||
From a253974 to 6f2d209
|
||||
|
||||
2016-02-17 20:13:21 +1100 Matthew Waters <matthew@centricular.com>
|
||||
|
||||
* gst-libs/gst/gl/egl/gsteglimagememory.c:
|
||||
eglimagememory: add compatibility definitions for EGL dmabuf
|
||||
e.g. the RPi doesn't have them defined
|
||||
|
||||
2016-02-26 00:35:30 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* Makefile.am:
|
||||
* ext/opus/Makefile.am:
|
||||
* ext/opus/gstopus.c:
|
||||
opus: rename plugin to opusparse for the time being
|
||||
Until we fix it up and get rid of the opus dependency and
|
||||
move it elsewhere too.
|
||||
|
||||
2016-02-19 00:38:33 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
|
||||
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
|
||||
* docs/plugins/inspect/plugin-opus.xml:
|
||||
* ext/opus/Makefile.am:
|
||||
* ext/opus/gstopus.c:
|
||||
* ext/opus/gstopuscommon.c:
|
||||
* ext/opus/gstopuscommon.h:
|
||||
* ext/opus/gstopusdec.c:
|
||||
* ext/opus/gstopusdec.h:
|
||||
* ext/opus/gstopusenc.c:
|
||||
* ext/opus/gstopusenc.h:
|
||||
* tests/check/Makefile.am:
|
||||
* tests/check/elements/.gitignore:
|
||||
* tests/check/elements/opus.c:
|
||||
opus: remove Opus encoder/decoder, moved to -base
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=756282
|
||||
|
||||
2016-02-26 08:34:11 +1100 Matthew Waters <matthew@centricular.com>
|
||||
|
||||
* gst-libs/gst/gl/cocoa/gstglcaopengllayer.m:
|
||||
* gst-libs/gst/gl/gstglcontext.c:
|
||||
* gst-libs/gst/gl/gstglcontext.h:
|
||||
glcontext: add a method to add a context to another share group
|
||||
Intended for use with wrapped contexts that are created shared with gst's
|
||||
gl contexts in order to manage the internal sharegroup state correctly.
|
||||
e.g. with caopengllayer (which is used in glimagesink and caopengllayersink
|
||||
on OS X), we create a CGL context from the gst context and the sharing state
|
||||
was not being correctly set on either GL context and gst_gl_context_is_shared()
|
||||
was always returning FALSE.
|
||||
With 11fb4fff80b63b9d67a731d4bb238b6c0a29d774 only flushing with multiple
|
||||
shared contexts, the required flush was not occuring causing screen
|
||||
corruption or stuttering.
|
||||
Note: this didn't affect GST_GL_API=opengl pipelines
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762620
|
||||
|
||||
2016-02-17 15:20:47 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
|
||||
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
|
||||
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
|
||||
* docs/plugins/inspect/plugin-opus.xml:
|
||||
* ext/opus/Makefile.am:
|
||||
* ext/opus/gstopus.c:
|
||||
* ext/opus/gstrtpopusdepay.c:
|
||||
* ext/opus/gstrtpopusdepay.h:
|
||||
* ext/opus/gstrtpopuspay.c:
|
||||
* ext/opus/gstrtpopuspay.h:
|
||||
opus: remove Opus RTP elements, they have moved to -good
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=756282
|
||||
|
||||
2016-01-18 08:50:34 +0000 Alex Ashley <alex.ashley@youview.com>
|
||||
|
||||
* tests/check/elements/hls_demux.c:
|
||||
hlsdemux: tests: pass test name into test setup function
|
||||
All hlsdemux tests create a GstStructure called "state" that can be used
|
||||
by test cases to store information during a test. The name of this
|
||||
structure is arbitrary. When the code was written, the intention was
|
||||
to use the name of the test, to aid debugging. However, during
|
||||
development this was lost, so that the state GstStructure is always
|
||||
given the name "setup_test_variables".
|
||||
This commit changes this so that the name of the test is used.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762684
|
||||
|
||||
2016-02-23 12:42:19 -0300 Thiago Santos <thiagoss@osg.samsung.com>
|
||||
|
||||
* tests/check/elements/compositor.c:
|
||||
tests: compositor: drop special case for valgrind timeout
|
||||
The default one is 6 minutes, the test was using 5 minutes so just
|
||||
resort to using the default.
|
||||
For the non-valgrind test also use the default 20 secs instead of
|
||||
reducing it to 6s. No real reason to set a custom value here.
|
||||
|
||||
2016-02-23 12:17:59 -0300 Thiago Santos <thiagoss@osg.samsung.com>
|
||||
|
||||
* tests/check/elements/compositor.c:
|
||||
tests: compositor: add tests for caps queries
|
||||
Verifies that proper caps are returned based on what downstream
|
||||
restricts.
|
||||
|
||||
2016-02-18 10:57:51 -0300 Thiago Santos <thiagoss@osg.samsung.com>
|
||||
|
||||
* gst-libs/gst/video/gstvideoaggregator.c:
|
||||
* tests/check/elements/compositor.c:
|
||||
videoaggregator: fix caps queries to allow proper renegotiation
|
||||
When caps are already negotiated it should be possible to
|
||||
select formats other than the one that was negotiated. If downstream
|
||||
allows alpha video caps and it has already negotiated to a non-alpha
|
||||
format, caps queries should still return the alpha caps as a possible
|
||||
format as caps renegotiation can happen.
|
||||
Includes tests (for compositor) to check that caps queries done after
|
||||
a caps has been negotiated returns complete results
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=757610
|
||||
|
||||
2016-02-24 17:07:17 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* sys/applemedia/vtdec.c:
|
||||
vtdec: Negotiate the decoder in set_format() already
|
||||
Don't wait until later, we want to know here if the codec can be opened or not
|
||||
for the requested format. This was removed (accidentially?) by
|
||||
119e09eac315f79ac2cf45b4441ad1d932130614
|
||||
Without this decodebin has no way to switch to a different decoder if this one
|
||||
does not work.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762613
|
||||
|
||||
2016-02-25 11:34:40 +0200 Joe Gorse <jhgorse@gmail.com>
|
||||
|
||||
* sys/applemedia/avfvideosrc.m:
|
||||
avfvideosrc: Frame durations as CTime to the API, not double
|
||||
Newer iOS seems to automatically convert, older iOS/OSX just crashes.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762575
|
||||
|
||||
2016-02-24 23:48:19 +1100 Matthew Waters <matthew@centricular.com>
|
||||
|
||||
* sys/nvenc/gstnvbaseenc.c:
|
||||
nvenc: release the frames and list when searching for an output buffer
|
||||
Fixes a massive leak in:
|
||||
videotestsrc ! nvh264enc ! fakesink
|
||||
|
||||
2016-02-23 23:10:20 +1100 Matthew Waters <matthew@centricular.com>
|
||||
|
||||
* ext/qt/gstqtsink.cc:
|
||||
* ext/qt/qtitem.cc:
|
||||
qt: use a static_cast instead of dynamic one
|
||||
The dynamic_cast is a little but of overkill as the app will still crash if it
|
||||
fails in the later g_assert.
|
||||
Allows compilation with -fno-rtti
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762526
|
||||
|
||||
2016-02-24 10:45:17 +0800 Wang Xin-yu (王昕宇) <comicfans44@gmail.com>
|
||||
|
||||
* ext/gl/gstglmosaic.c:
|
||||
* ext/gl/gstglstereomix.c:
|
||||
* ext/gl/gstglvideomixer.c:
|
||||
glmixer: iterator didn't advance in continue statement
|
||||
Leading to a deadlock.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=760873
|
||||
|
||||
2016-02-23 18:17:42 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/dataurisrc/gstdataurisrc.c:
|
||||
dataurisrc: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps()
|
||||
Remove calls to gst_pad_has_current_caps() which then go on to call
|
||||
gst_pad_get_current_caps() as the caps can go to NULL in between. Instead just
|
||||
use gst_pad_get_current_caps() and check for NULL.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=759539
|
||||
|
||||
2016-02-23 18:13:37 +0200 Dave Craig <dcraig@brightsign.biz>
|
||||
|
||||
* ext/opencv/gstdisparity.cpp:
|
||||
disparity: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps()
|
||||
Remove calls to gst_pad_has_current_caps() which then go on to call
|
||||
gst_pad_get_current_caps() as the caps can go to NULL in between. Instead just
|
||||
use gst_pad_get_current_caps() and check for NULL.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=759539
|
||||
|
||||
2016-02-23 10:49:40 +0000 Florin Apostol <florin.apostol@oregan.net>
|
||||
|
||||
* ext/dash/gstdashdemux.c:
|
||||
dashdemux: correctly handle an HTTP-XSDATE that is exactly the size of the date string
|
||||
The code in the gst_dash_demux_parse_http_xsdate() was trying to
|
||||
handle the case where the string is not null terminated by resizing
|
||||
the buffer and appending a zero byte. This does not work if the buffer
|
||||
is exactly the length of the string because the gst_buffer_resize()
|
||||
function does not re-allocate the buffer, it just changes its size.
|
||||
If a buffer is passed to gst_dash_demux_parse_http_xsdate() that is
|
||||
exactly the length of the string, the function fails with an assert
|
||||
failure in gst_buffer_resize().
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762148
|
||||
|
||||
2016-02-23 11:59:52 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
|
||||
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
|
||||
docs: Add audiointerleave
|
||||
|
||||
2016-02-22 10:21:47 +0100 Peter Seiderer <ps.report@gmx.net>
|
||||
|
||||
* sys/fbdev/gstfbdevsink.c:
|
||||
fbdevsink: fix bytes per pixel calculation
|
||||
Simple pipeline
|
||||
$ gst-launch-1.0 videotestsrc ! fbdevsink
|
||||
crashes with SIGSEGV in case the frambuffer xres is smaller
|
||||
than the virtual xres resolution, e.g.:
|
||||
$ fbset
|
||||
mode "800x480-0"
|
||||
# D: 0.000 MHz, H: 0.000 kHz, V: 0.000 Hz
|
||||
geometry 800 480 1920 1200 16
|
||||
timings 0 0 0 0 0 0 0
|
||||
accel true
|
||||
rgba 5/11,6/5,5/0,0/0
|
||||
endmode
|
||||
Debug:
|
||||
$ gdb gst-launch-1.0
|
||||
(gdb) run videotestsrc ! fbdevsink
|
||||
(gdb) where
|
||||
#0 0xb6bd2d24 in __memcpy_neon ()
|
||||
at ../sysdeps/arm/armv7/multiarch/memcpy_impl.S:591
|
||||
#1 0xb69b04e8 in gst_fbdevsink_show_frame (videosink=0x10a3378,
|
||||
buf=0xb5c08838) at gstfbdevsink.c:269
|
||||
#2 0xb69e88c4 in gst_base_sink_do_preroll (sink=sink@entry=0x10a3378,
|
||||
obj=0xb5c08838, obj@entry=0xa0) at gstbasesink.c:2281
|
||||
#3 0xb69e92bc in gst_base_sink_do_sync (basesink=basesink@entry=0x10a3378,
|
||||
obj=0xa0, obj@entry=0xb5c08838, late=0x0, late@entry=0xb6548ba0,
|
||||
step_end=0x140, step_end@entry=0xb6548ba4) at gstbasesink.c:2500
|
||||
#4 0xb69ea67c in gst_base_sink_chain_unlocked (
|
||||
basesink=basesink@entry=0x10a3378, obj=0x0, obj@entry=0xb5c08838,
|
||||
is_list=is_list@entry=0, pad=<optimized out>) at gstbasesink.c:3486
|
||||
#5 0xb69ec1c0 in gst_base_sink_chain_main (basesink=0x10a3378,
|
||||
pad=<optimized out>, obj=0xb5c08838, is_list=0) at gstbasesink.c:3647
|
||||
#6 0xb6eb5b10 in gst_pad_chain_data_unchecked (pad=0x10a6170,
|
||||
type=<optimized out>, data=0xb5c08838) at gstpad.c:4086
|
||||
#7 0xb6eb7a34 in gst_pad_push_data (pad=pad@entry=0x10a6020,
|
||||
type=type@entry=4112, data=0xb5c08838) at gstpad.c:4338
|
||||
#8 0xb6ebf344 in gst_pad_push (pad=pad@entry=0x10a6020,
|
||||
buffer=<optimized out>) at gstpad.c:4454
|
||||
#9 0xb69f22f0 in gst_base_src_loop (pad=0x10a6020) at gstbasesrc.c:2845
|
||||
#10 0xb6eeddfc in gst_task_func (task=0x10a8828) at gsttask.c:331
|
||||
#11 0xb6d485a0 in g_thread_pool_thread_proxy (data=<optimized out>)
|
||||
at gthreadpoQuit
|
||||
(gdb) frame 1
|
||||
#1 0xb69b04e8 in gst_fbdevsink_show_frame (videosink=0x10a3378,
|
||||
buf=0xb5c08838) at gstfbdevsink.c:269
|
||||
269 gstfbdevsink.c: No such file or directory.
|
||||
(gdb) p fbdevsink
|
||||
$1 = (GstFBDEVSink *) 0x10a3378
|
||||
(gdb) p *fbdevsink
|
||||
$2 = {videosink = {element = {element = {object = {object = {
|
||||
g_type_instance = {g_class = 0x10a2d60}, ref_count = 3,
|
||||
qdata = 0x0}, lock = {p = 0x0, i = {0, 0}},
|
||||
name = 0x10a2f30 "fbdevsink0", parent = 0x10a70a0, flags = 32,
|
||||
control_bindings = 0x0, control_rate = 100000000,
|
||||
last_sync = 18446744073709551615, _gst_reserved = 0x0},
|
||||
state_lock = {p = 0x109f9a8, i = {0, 0}}, state_cond = {p = 0x0, i = {
|
||||
3, 0}}, state_cookie = 2, target_state = GST_STATE_PAUSED,
|
||||
current_state = GST_STATE_READY, next_state = GST_STATE_PAUSED,
|
||||
pending_state = GST_STATE_PAUSED,
|
||||
last_return = GST_STATE_CHANGE_ASYNC, bus = 0x108bcb8, clock = 0x0,
|
||||
base_time = 0, start_time = 0, numpads = 1, pads = 0x109cc20,
|
||||
numsrcpads = 0, srcpads = 0x0, numsinkpads = 1, sinkpads = 0x109cc30,
|
||||
pads_cookie = 1, _gst_reserved = {0x0, 0x0, 0x0, 0x0}},
|
||||
sinkpad = 0x10a6170, pad_mode = GST_PAD_MODE_PUSH, offset = 0,
|
||||
can_activate_pull = 0, can_activate_push = 1, preroll_lock = {p = 0x1,
|
||||
i = {1, 0}}, preroll_cond = {p = 0x0, i = {0, 0}}, eos = 0,
|
||||
need_preroll = 1, have_preroll = 0, playing_async = 1,
|
||||
have_newsegment = 1, segment = {flags = GST_SEGMENT_FLAG_NONE, rate = 1,
|
||||
applied_rate = 1, format = GST_FORMAT_TIME, base = 0, offset = 0,
|
||||
start = 0, stop = 18446744073709551615, time = 0, position = 33333333,
|
||||
duration = 18446744073709551615, _gst_reserved = {0x0, 0x0, 0x0,
|
||||
0x0}}, clock_id = 0x0, sync = 1, flushing = 0, running = 0,
|
||||
max_lateness = 20000000, priv = 0x10a3188, _gst_reserved = {
|
||||
0x0 <repeats 20 times>}}, width = 0, height = 0, priv = 0x10a3180,
|
||||
_gst_reserved = {0x0, 0x0, 0x0, 0x0}}, fixinfo = {
|
||||
id = '\000' <repeats 15 times>, smem_start = 1078984704,
|
||||
smem_len = 4608000, type = 0, type_aux = 0, visual = 2, xpanstep = 1,
|
||||
ypanstep = 1, ywrapstep = 0, line_length = 3840, mmio_start = 0,
|
||||
mmio_len = 0, accel = 0, capabilities = 0, reserved = {0, 0}}, varinfo = {
|
||||
xres = 800, yres = 480, xres_virtual = 1920, yres_virtual = 1200,
|
||||
xoffset = 0, yoffset = 0, bits_per_pixel = 16, grayscale = 0, red = {
|
||||
offset = 11, length = 5, msb_right = 0}, green = {offset = 5,
|
||||
length = 6, msb_right = 0}, blue = {offset = 0, length = 5,
|
||||
msb_right = 0}, transp = {offset = 0, length = 0, msb_right = 0},
|
||||
nonstd = 0, activate = 0, height = 4294967295, width = 4294967295,
|
||||
accel_flags = 1, pixclock = 0, left_margin = 0, right_margin = 0,
|
||||
upper_margin = 0, lower_margin = 0, hsync_len = 0, vsync_len = 0,
|
||||
sync = 0, vmode = 0, rotate = 0, colorspace = 0, reserved = {0, 0, 0, 0}},
|
||||
fd = 5,
|
||||
framebuffer = 0xb654a000 <error: Cannot access memory at address 0xb654a000>, device = 0x10a38d8 "/dev/fb0", width = 320, height = 240, cx = 240, cy = 120,
|
||||
linelen = 1280, lines = 240, bytespp = 4, fps_n = 30, fps_d = 1}
|
||||
(gdb) p map
|
||||
$3 = {memory = 0xb5d24008, flags = GST_MAP_READ,
|
||||
data = 0xb5d24058 '\377' <repeats 90 times>, "\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\340\377\377\a\377\a\377\a\377\a\377\a\377\a\377\a\377\a\377\a"...,
|
||||
size = 153600, maxsize = 153603, user_data = {0x0,
|
||||
0xb69e3ba4 <gst_base_sink_set_last_buffer_unlocked+92>, 0x10a3378, 0x0},
|
||||
_gst_reserved = {0x1, 0x10a3378, 0xb6f50dd8 <_gst_debug_min>, 0xb5c08838}}
|
||||
(gdb) p i
|
||||
$4 = 121
|
||||
Fix this by changing the fbdevsink->bytespp calculation using
|
||||
the frame buffer xres_virtual size instead of xres.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762482
|
||||
|
||||
2016-02-22 12:53:00 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* docs/libs/gst-plugins-bad-libs-sections.txt:
|
||||
* gst-libs/gst/player/gstplayer-video-overlay-video-renderer.c:
|
||||
* gst-libs/gst/player/gstplayer-video-overlay-video-renderer.h:
|
||||
* win32/common/libgstplayer.def:
|
||||
player: Expose more GstVideoOverlay API in the GstPlayerVideoOverlayVideoRenderer
|
||||
Expose the expose() and set_render_rectangle() methods. These are useful for
|
||||
proper functioning of the video overlay in various situations and toolkits.
|
||||
|
||||
2016-02-22 21:03:14 +1100 Matthew Waters <matthew@centricular.com>
|
||||
|
||||
* ext/gl/gstglstereosplit.c:
|
||||
* gst-libs/gst/gl/gstglbasefilter.c:
|
||||
gl: fix the build
|
||||
2d287812 was incomplete
|
||||
|
||||
2016-02-22 20:49:52 +1100 Matthew Waters <matthew@centricular.com>
|
||||
|
||||
* ext/gl/gstglbasemixer.c:
|
||||
* ext/gl/gstglstereosplit.c:
|
||||
* ext/gl/gstgltestsrc.c:
|
||||
* gst-libs/gst/gl/gstglbasefilter.c:
|
||||
gl: error out if the configured GL API is unsupported by our element
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=759801
|
||||
|
||||
2016-01-24 17:40:37 +0300 Sergey Borovkov <sergey.borovkov@wireload.net>
|
||||
|
||||
* ext/qt/qtitem.cc:
|
||||
* ext/qt/qtitem.h:
|
||||
qmlglsink: Schedule onSceneGrpahInitialized to execute on render thread
|
||||
onSceneGraphInitialized() is called from non render thread currently when
|
||||
scene graph is already initialized.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=761003
|
||||
|
||||
2016-01-07 18:26:26 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* gst/aiff/aiffparse.c:
|
||||
aiffparse: fix negotiation errors with multi-channel files
|
||||
Set fallback channel layout on files with more than two
|
||||
channels. Not clear where to retrieve the real layout from
|
||||
or what the default layout is for AIFF files, the spec
|
||||
only seems to specify some layout for up to 6 channels
|
||||
and the file in question doesn't have a CHAN chunk.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=676425
|
||||
|
||||
2016-02-21 10:34:56 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* gst/cdxaparse/cdxaparse.vcproj:
|
||||
* gst/mixmatrix/mixmatrix.vcproj:
|
||||
* gst/overlay/overlay.vcproj:
|
||||
* gst/rtjpeg/rtjpeg.vcproj:
|
||||
* gst/smooth/smooth.vcproj:
|
||||
* gst/speed/speed.vcproj:
|
||||
* gst/stereo/stereo.vcproj:
|
||||
* win32/MANIFEST:
|
||||
* win32/gst.sln:
|
||||
* win32/vs6/gst_plugins_bad.dsw:
|
||||
* win32/vs6/libgstdshow.dsp:
|
||||
* win32/vs6/libgstdshowdecwrapper.dsp:
|
||||
* win32/vs6/libgstflv.dsp:
|
||||
* win32/vs6/libgstmpegvideoparse.dsp:
|
||||
* win32/vs6/libgstneon.dsp:
|
||||
* win32/vs8/gst-plugins-bad.sln:
|
||||
* win32/vs8/libgstdirectsound.vcproj:
|
||||
* win32/vs9/gst-plugins-bad.sln:
|
||||
* win32/vs9/libgstdshowsrcwrapper.vcproj:
|
||||
win32: remove outdated build cruft
|
||||
This hasn't been touched for generations, doesn't work,
|
||||
and is just causing confusion. We also don't want to
|
||||
maintain these files manually.
|
||||
|
||||
2016-02-20 12:55:08 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ext/daala/gstdaaladec.c:
|
||||
daala: don't use exported but undeclared core debug category symbols
|
||||
It's not right and won't work on Windows with MSVC.
|
||||
|
||||
2016-02-19 14:27:59 -0800 Scott D Phillips <scott.d.phillips@intel.com>
|
||||
|
||||
* gst-libs/gst/codecparsers/gsth265parser.c:
|
||||
codecparsers: h265: Fix initialization of slice_deblocking_filter_disabled_flag
|
||||
H.265 7.4.7.1 says:
|
||||
> When slice_deblocking_filter_disabled_flag is not present, it is
|
||||
> inferred to be equal to pps_deblocking_filter_disabled_flag.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=762351
|
||||
|
||||
2016-02-19 16:40:54 -0300 Thiago Santos <thiagoss@osg.samsung.com>
|
||||
|
||||
* gst-libs/gst/codecparsers/gstmpeg4parser.c:
|
||||
mpeg4parser: prevent assertion when scanning for sync code
|
||||
Only search if there is indeed enough data to be searched otherwise
|
||||
an assertion is raised
|
||||
|
||||
2016-02-19 17:48:55 +0100 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/mpegtsdemux/mpegtsparse.c:
|
||||
tsparse: Fix per-program-pad pushing
|
||||
This fixes a couple of issues regarding the output of (request)
|
||||
per-program pads output:
|
||||
We would never push out PAT sections (ok, that was one reallly stupid
|
||||
mistake. I guess nobody ever uses this feature ...).
|
||||
In the case where the PMT section of a program was bigger than one
|
||||
packet, we would only end up pushing the last packet of that PMT. Which
|
||||
obviously results in the resulting stream never containing the proper
|
||||
(complete) PMT.
|
||||
The problem was that the program is only started (in the base class)
|
||||
after the PMT section is completely parsed. When dealing with single-program
|
||||
pads, tsparse only wants to push the PMT corresponding to the requested
|
||||
program (and not the other ones). tsparse did that check by looking
|
||||
at the streams of the program...
|
||||
... but that program doesn't exist for the first packets of the initial
|
||||
PMT.
|
||||
The fix is to use the base class program information (if it parsed the
|
||||
PAT it already has some information, like the PMT PID for a given program)
|
||||
if the program hasn't started yet.
|
||||
|
||||
2016-02-19 17:45:26 +0100 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/mpegtsdemux/mpegtsparse.c:
|
||||
* gst/mpegtsdemux/mpegtsparse.h:
|
||||
tsparse: Use GstFlowCombiner
|
||||
In addition to the fact that it's a sane thing to do for multi-source
|
||||
pad elements, it also avoids the situation where just using a request
|
||||
pad (and not the main static pad) would result in the processing
|
||||
stopping.
|
||||
|
||||
2016-02-19 12:38:31 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* configure.ac:
|
||||
Back to development
|
||||
|
||||
=== release 1.7.2 ===
|
||||
|
||||
2016-02-19 11:50:25 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* docs/plugins/gst-plugins-bad-plugins.args:
|
||||
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
|
||||
* docs/plugins/gst-plugins-bad-plugins.interfaces:
|
||||
* docs/plugins/inspect/plugin-accurip.xml:
|
||||
* docs/plugins/inspect/plugin-adpcmdec.xml:
|
||||
* docs/plugins/inspect/plugin-adpcmenc.xml:
|
||||
* docs/plugins/inspect/plugin-aiff.xml:
|
||||
* docs/plugins/inspect/plugin-asfmux.xml:
|
||||
* docs/plugins/inspect/plugin-assrender.xml:
|
||||
* docs/plugins/inspect/plugin-audiomixer.xml:
|
||||
* docs/plugins/inspect/plugin-audiovisualizers.xml:
|
||||
* docs/plugins/inspect/plugin-autoconvert.xml:
|
||||
* docs/plugins/inspect/plugin-bayer.xml:
|
||||
* docs/plugins/inspect/plugin-bz2.xml:
|
||||
* docs/plugins/inspect/plugin-camerabin.xml:
|
||||
* docs/plugins/inspect/plugin-chromaprint.xml:
|
||||
* docs/plugins/inspect/plugin-coloreffects.xml:
|
||||
* docs/plugins/inspect/plugin-curl.xml:
|
||||
* docs/plugins/inspect/plugin-dataurisrc.xml:
|
||||
* docs/plugins/inspect/plugin-debugutilsbad.xml:
|
||||
* docs/plugins/inspect/plugin-dtsdec.xml:
|
||||
* docs/plugins/inspect/plugin-dvb.xml:
|
||||
* docs/plugins/inspect/plugin-dvbsuboverlay.xml:
|
||||
* docs/plugins/inspect/plugin-dvdspu.xml:
|
||||
* docs/plugins/inspect/plugin-faad.xml:
|
||||
* docs/plugins/inspect/plugin-festival.xml:
|
||||
* docs/plugins/inspect/plugin-fieldanalysis.xml:
|
||||
* docs/plugins/inspect/plugin-flite.xml:
|
||||
* docs/plugins/inspect/plugin-frei0r.xml:
|
||||
* docs/plugins/inspect/plugin-gaudieffects.xml:
|
||||
* docs/plugins/inspect/plugin-gdp.xml:
|
||||
* docs/plugins/inspect/plugin-geometrictransform.xml:
|
||||
* docs/plugins/inspect/plugin-gmedec.xml:
|
||||
* docs/plugins/inspect/plugin-gsm.xml:
|
||||
* docs/plugins/inspect/plugin-gstsiren.xml:
|
||||
* docs/plugins/inspect/plugin-hls.xml:
|
||||
* docs/plugins/inspect/plugin-id3tag.xml:
|
||||
* docs/plugins/inspect/plugin-inter.xml:
|
||||
* docs/plugins/inspect/plugin-interlace.xml:
|
||||
* docs/plugins/inspect/plugin-jpegformat.xml:
|
||||
* docs/plugins/inspect/plugin-mimic.xml:
|
||||
* docs/plugins/inspect/plugin-mms.xml:
|
||||
* docs/plugins/inspect/plugin-modplug.xml:
|
||||
* docs/plugins/inspect/plugin-mpeg2enc.xml:
|
||||
* docs/plugins/inspect/plugin-mpegpsdemux.xml:
|
||||
* docs/plugins/inspect/plugin-mpegpsmux.xml:
|
||||
* docs/plugins/inspect/plugin-mpegtsdemux.xml:
|
||||
* docs/plugins/inspect/plugin-mpegtsmux.xml:
|
||||
* docs/plugins/inspect/plugin-mplex.xml:
|
||||
* docs/plugins/inspect/plugin-ofa.xml:
|
||||
* docs/plugins/inspect/plugin-openal.xml:
|
||||
* docs/plugins/inspect/plugin-opencv.xml:
|
||||
* docs/plugins/inspect/plugin-opus.xml:
|
||||
* docs/plugins/inspect/plugin-pcapparse.xml:
|
||||
* docs/plugins/inspect/plugin-pnm.xml:
|
||||
* docs/plugins/inspect/plugin-rawparse.xml:
|
||||
* docs/plugins/inspect/plugin-removesilence.xml:
|
||||
* docs/plugins/inspect/plugin-resindvd.xml:
|
||||
* docs/plugins/inspect/plugin-rfbsrc.xml:
|
||||
* docs/plugins/inspect/plugin-rtmp.xml:
|
||||
* docs/plugins/inspect/plugin-schro.xml:
|
||||
* docs/plugins/inspect/plugin-sdp.xml:
|
||||
* docs/plugins/inspect/plugin-segmentclip.xml:
|
||||
* docs/plugins/inspect/plugin-shm.xml:
|
||||
* docs/plugins/inspect/plugin-smooth.xml:
|
||||
* docs/plugins/inspect/plugin-soundtouch.xml:
|
||||
* docs/plugins/inspect/plugin-spandsp.xml:
|
||||
* docs/plugins/inspect/plugin-speed.xml:
|
||||
* docs/plugins/inspect/plugin-subenc.xml:
|
||||
* docs/plugins/inspect/plugin-videoparsersbad.xml:
|
||||
* docs/plugins/inspect/plugin-voaacenc.xml:
|
||||
* docs/plugins/inspect/plugin-voamrwbenc.xml:
|
||||
* docs/plugins/inspect/plugin-waylandsink.xml:
|
||||
* docs/plugins/inspect/plugin-y4mdec.xml:
|
||||
* docs/plugins/inspect/plugin-zbar.xml:
|
||||
* gst-plugins-bad.doap:
|
||||
* win32/common/config.h:
|
||||
Release 1.7.2
|
||||
|
||||
2016-02-19 10:32:28 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,2 +1,2 @@
|
|||
This is GStreamer 1.7.2
|
||||
This is GStreamer 1.7.90
|
||||
|
||||
|
|
106
RELEASE
106
RELEASE
|
@ -1,16 +1,14 @@
|
|||
|
||||
Release notes for GStreamer Bad Plugins 1.7.2
|
||||
Release notes for GStreamer Bad Plugins 1.7.90
|
||||
|
||||
The GStreamer team is pleased to announce the second release of the unstable
|
||||
1.7 release series. The 1.7 release series is adding new features on top of
|
||||
The GStreamer team is pleased to announce the first release candidate of the stable
|
||||
1.8 release series. The 1.8 release series is adding new features on top of
|
||||
the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release
|
||||
series of the GStreamer multimedia framework. The unstable 1.7 release series
|
||||
will lead to the stable 1.8 release series in the next weeks. Any newly added
|
||||
API can still change until that point.
|
||||
series of the GStreamer multimedia framework.
|
||||
|
||||
|
||||
Binaries for Android, iOS, Mac OS X and Windows will be provided separately
|
||||
during the unstable 1.7 release series.
|
||||
during the stable 1.8 release series.
|
||||
|
||||
|
||||
"That an accusation?"
|
||||
|
@ -61,55 +59,19 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
|||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 719849 : [PLUGIN-MOVE] move mpg123 to -ugly
|
||||
* 729485 : avfvideosrc: Cannot reconfigure caps
|
||||
* 733959 : hlsdemux: download bitrate algorithms don't reflect real download rate
|
||||
* 737786 : android: Upstream one of the android video source implementations
|
||||
* 744367 : mpegtsmux: add HEVC support
|
||||
* 748507 : mpegtsmux: set non-0 payload length in PES header if video ES packet is small enough
|
||||
* 752374 : dashdemux: gst_dash_demux_get_live_seek_range should not return negative values
|
||||
* 752688 : wayland: improve check for wayland-scanner
|
||||
* 756207 : videoaggregator: Setting aspect ratio crops the frame
|
||||
* 756252 : Resurrect NetSim
|
||||
* 757597 : codecparsers: Add VP9 parser
|
||||
* 757602 : adaptivedemux: improved error message if availabilityStartTime is missing for a live stream
|
||||
* 757655 : dashdemux: cannot get segment availability start time if segment duration is not present
|
||||
* 757951 : adaptivedemux: set src element to ready before flushing the input pad
|
||||
* 758516 : mpegtsbase: Add condition to check for non working negative rate
|
||||
* 759158 : dashdemux/mssdemux: add support for snapping seek flags
|
||||
* 759679 : gl: unused function '_get_plane_width'
|
||||
* 759743 : dashdemux: getting clock compensation using HTTP HEAD uses an incorrect year
|
||||
* 759860 : glupload: Attaches composition overlay when not supported
|
||||
* 759869 : glimagesink: navigation messages are not posted on the bus
|
||||
* 759902 : glshader: fix usage documentation
|
||||
* 759913 : glbufferpool: Fix build error
|
||||
* 760090 : gst-plugins-bad: implicit declaration of function ‘gst_init’
|
||||
* 760120 : dashdemux: memory leak in gst_dash_demux_update_manifest_data
|
||||
* 760242 : rtmpsink: should get streamheaders from caps instead of first buffer.
|
||||
* 760270 : videoparse: add support of padded video
|
||||
* 760328 : adaptivedemux: tests: clean tests
|
||||
* 760559 : glvideomixer ! glimagesink deadlocks on resize
|
||||
* 760594 : decklinkvideosrc: does not support capture in RGB mode
|
||||
* 760600 : tests: memory leak in test HTTP source
|
||||
* 760696 : gl: Regression with caps ref-couting
|
||||
* 676425 : aiffparse: fails to extract channel layout for multichannel files
|
||||
* 757610 : compositor: negotation failure when mixing alpha and non alpha branches
|
||||
* 760873 : GstGLVideoMixerPad vertex_buffer leaks when pad dynamic removed
|
||||
* 760936 : dash, mpdparser: Fix the bug when getting the URL of index segment by SegmentBase
|
||||
* 760972 : glwindow: Fix android build
|
||||
* 760982 : adaptivedemux: memory leak of stream- > internal_pad
|
||||
* 761014 : h264parse: sends unnecessary caps events/queries for every (unchanging) SPS/PPS when converting to byte-stream (android mediacodec)
|
||||
* 761108 : uvch264_src: Fix caps memory leak
|
||||
* 761109 : acmenc/acmmp3dec: remove unnecessary break after return
|
||||
* 761230 : tinyalsa: Add a new sink plugin using tinyalsa
|
||||
* 761458 : adaptivedemux: Unused GstSegment variable in download loop
|
||||
* 761460 : player: Makefile does not use configured PKG_CONFIG_PATH when performing introspection scan
|
||||
* 761519 : gl: Activate " qos " in filters
|
||||
* 761538 : gst_gl_insert_debug_marker called with no current context
|
||||
* 761578 : GstGLContext didn't get unref correctly
|
||||
* 761606 : Move H.265 RTP payloader/depayloader from -bad to -good
|
||||
* 761704 : POTFILES.skip is out of date
|
||||
* 762013 : curlhttpsink: Problem in curlhttpsink when qtmux uses faststart, don't send empty buffers
|
||||
* 762171 : soundtouch plugin is not shipped
|
||||
* 758158 : opusdec: in-band FEC has no effect
|
||||
* 761003 : Error getting OpenGL context when qml item when scene graph is initialized.
|
||||
* 762148 : dashdemux: correctly handle an HTTP-XSDATE that is exactly the size of the date string
|
||||
* 762351 : codecparsers: h265: Fix initialization of slice_deblocking_filter_disabled_flag
|
||||
* 762482 : fbdevsink SIGSEGV
|
||||
* 762519 : doc: audiointerleave doesn't appear in the doc
|
||||
* 762575 : avfvideosrc: Crashes with uncaught exception - wrong type for AVCaptureDevice.activeVideoMinFrameDuration
|
||||
* 762613 : playbin regression: On failure of vtdec_hw, playbin errors out and doesn't fall back to avdec_h264
|
||||
* 762620 : Playback stutters with avdec_h264 via glimagesink on OSX (gst_gl_context_is_shared() returning FALSE)
|
||||
* 762684 : hlsdemux: tests: pass test name into test setup function
|
||||
* 762842 : vulkan: Fix GError memory leak
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -146,43 +108,19 @@ subscribe to the gstreamer-devel list.
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alessandro Decina
|
||||
* Alex Ashley
|
||||
* Arun Raghavan
|
||||
* Aurélien Zanelli
|
||||
* Bob Holcomb
|
||||
* David Fernandez
|
||||
* David Waring
|
||||
* Florent Thiéry
|
||||
* Dave Craig
|
||||
* Edward Hervey
|
||||
* Florin Apostol
|
||||
* George Kiagiadakis
|
||||
* Haihua Hu
|
||||
* Holger Kaelberer
|
||||
* Hyunjun Ko
|
||||
* Ilya Konstantinov
|
||||
* Jan Schmidt
|
||||
* John Chang
|
||||
* Julien Isorce
|
||||
* Julien MOUTTE
|
||||
* Julien Moutte
|
||||
* Justin Kim
|
||||
* Luis de Bethencourt
|
||||
* Matt Crane
|
||||
* Joe Gorse
|
||||
* Matthew Waters
|
||||
* Nicolas Dufresne
|
||||
* Philippe Normand
|
||||
* Piotr Drąg
|
||||
* Reynaldo H. Verdejo Pinochet
|
||||
* Peter Seiderer
|
||||
* Scott D Phillips
|
||||
* Sebastian Dröge
|
||||
* Sergey Borovkov
|
||||
* Sreerenj Balachandran
|
||||
* Stian Selnes
|
||||
* Thiago Santos
|
||||
* Thibault Saunier
|
||||
* Tim Sheridan
|
||||
* Tim-Philipp Müller
|
||||
* Vincent Penquerc'h
|
||||
* Vineeth TM
|
||||
* Wang Xin-yu (王昕宇)
|
||||
* Youness Alaoui
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.69])
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, git and prerelease does Werror too
|
||||
AC_INIT([GStreamer Bad Plug-ins],[1.7.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
|
||||
AC_INIT([GStreamer Bad Plug-ins],[1.7.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
|
||||
|
||||
AG_GST_INIT
|
||||
|
||||
|
@ -51,11 +51,11 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
|||
dnl - interfaces added -> increment AGE
|
||||
dnl - interfaces removed -> AGE = 0
|
||||
dnl sets GST_LT_LDFLAGS
|
||||
AS_LIBTOOL(GST, 702, 0, 702)
|
||||
AS_LIBTOOL(GST, 790, 0, 790)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.7.2.1
|
||||
GSTPB_REQ=1.7.2.1
|
||||
GST_REQ=1.7.90
|
||||
GSTPB_REQ=1.7.90
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -37,18 +37,16 @@ GObject
|
|||
GstDtsDec
|
||||
GstFaad
|
||||
GstGSMDec
|
||||
GstOpusDec
|
||||
GstSbcDec
|
||||
GstSirenDec
|
||||
GstAudioEncoder
|
||||
ADPCMEnc
|
||||
GstGSMEnc
|
||||
GstOpusEnc
|
||||
GstSbcEnc
|
||||
GstSirenEnc
|
||||
GstVoAacEnc
|
||||
GstVoAmrWbEnc
|
||||
GstAudioVisualizer-BaseExtLibvisual
|
||||
GstAudioVisualizer
|
||||
GstSpaceScope
|
||||
GstSpectraScope
|
||||
GstSynaeScope
|
||||
|
@ -207,28 +205,8 @@ GObject
|
|||
GstPerspective
|
||||
GstRotate
|
||||
GstSquare
|
||||
GstGrabcut
|
||||
GstOpencvVideoFilter
|
||||
GstCvDilateErode
|
||||
GstCvDilate
|
||||
GstCvErode
|
||||
GstCvEqualizeHist
|
||||
GstCvLaplace
|
||||
GstCvSmooth
|
||||
GstCvSobel
|
||||
GstEdgeDetect
|
||||
GstFaceBlur
|
||||
GstFaceDetect
|
||||
GstHanddetect
|
||||
GstMotioncells
|
||||
GstOpencvTextOverlay
|
||||
GstPyramidSegment
|
||||
GstSkinDetect
|
||||
GstTemplateMatch
|
||||
GstRetinex
|
||||
GstRsvgOverlay
|
||||
GstSceneChange
|
||||
GstSegmentation
|
||||
GstSimpleVideoMark
|
||||
GstSimpleVideoMarkDetect
|
||||
GstSmooth
|
||||
|
@ -273,7 +251,6 @@ GObject
|
|||
GstCompare
|
||||
GstDVBSubOverlay
|
||||
GstDVDSpu
|
||||
GstDisparity
|
||||
GstDtlsDec
|
||||
GstDtlsEnc
|
||||
GstDtlsSrtpDemux
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Computes an AccurateRip CRC</description>
|
||||
<filename>../../gst/accurip/.libs/libgstaccurip.so</filename>
|
||||
<basename>libgstaccurip.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ADPCM decoder</description>
|
||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||
<basename>libgstadpcmdec.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ADPCM encoder</description>
|
||||
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
||||
<basename>libgstadpcmenc.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Create and parse Audio Interchange File Format (AIFF) files</description>
|
||||
<filename>../../gst/aiff/.libs/libgstaiff.so</filename>
|
||||
<basename>libgstaiff.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ASF Muxer Plugin</description>
|
||||
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
||||
<basename>libgstasfmux.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ASS/SSA subtitle renderer</description>
|
||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||
<basename>libgstassrender.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Mixes multiple audio streams</description>
|
||||
<filename>../../gst/audiomixer/.libs/libgstaudiomixer.so</filename>
|
||||
<basename>libgstaudiomixer.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Creates video visualizations of audio input</description>
|
||||
<filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
|
||||
<basename>libgstaudiovisualizers.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Selects convertor element based on caps</description>
|
||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||
<basename>libgstautoconvert.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Elements to convert Bayer images</description>
|
||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||
<basename>libgstbayer.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Compress or decompress streams</description>
|
||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||
<basename>libgstbz2.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Take image snapshots and record movies from camera</description>
|
||||
<filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
|
||||
<basename>libgstcamerabin2.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Calculate Chromaprint fingerprint from audio files</description>
|
||||
<filename>../../ext/chromaprint/.libs/libgstchromaprint.so</filename>
|
||||
<basename>libgstchromaprint.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Color Look-up Table filters</description>
|
||||
<filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
|
||||
<basename>libgstcoloreffects.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>libcurl-based elements</description>
|
||||
<filename>../../ext/curl/.libs/libgstcurl.so</filename>
|
||||
<basename>libgstcurl.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>data: URI source</description>
|
||||
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
||||
<basename>libgstdataurisrc.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||
<basename>libgstdebugutilsbad.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Decodes DTS audio streams</description>
|
||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||
<basename>libgstdtsdec.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>DVB elements</description>
|
||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||
<basename>libgstdvb.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>DVB subtitle renderer</description>
|
||||
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
||||
<basename>libgstdvbsuboverlay.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>DVD Sub-picture Overlay element</description>
|
||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||
<basename>libgstdvdspu.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Free AAC Decoder (FAAD)</description>
|
||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||
<basename>libgstfaad.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Synthesizes plain text into audio</description>
|
||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||
<basename>libgstfestival.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Video field analysis</description>
|
||||
<filename>../../gst/fieldanalysis/.libs/libgstfieldanalysis.so</filename>
|
||||
<basename>libgstfieldanalysis.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Flite speech synthesizer plugin</description>
|
||||
<filename>../../ext/flite/.libs/libgstflite.so</filename>
|
||||
<basename>libgstflite.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>frei0r plugin library</description>
|
||||
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
|
||||
<basename>libgstfrei0r.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Gaudi video effects.</description>
|
||||
<filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
|
||||
<basename>libgstgaudieffects.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Payload/depayload GDP packets</description>
|
||||
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
||||
<basename>libgstgdp.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Various geometric image transform elements</description>
|
||||
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
|
||||
<basename>libgstgeometrictransform.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GME Audio Decoder</description>
|
||||
<filename>../../ext/gme/.libs/libgstgme.so</filename>
|
||||
<basename>libgstgme.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GSM encoder/decoder</description>
|
||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||
<basename>libgstgsm.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||
<basename>libgstsiren.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>HTTP Live Streaming (HLS)</description>
|
||||
<filename>../../ext/hls/.libs/libgsthls.so</filename>
|
||||
<basename>libgsthls.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ID3 v1 and v2 muxing plugin</description>
|
||||
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
||||
<basename>libgstid3tag.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>plugin for inter-pipeline communication</description>
|
||||
<filename>../../gst/inter/.libs/libgstinter.so</filename>
|
||||
<basename>libgstinter.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Create an interlaced video stream</description>
|
||||
<filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
|
||||
<basename>libgstinterlace.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>JPEG interchange format plugin</description>
|
||||
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
||||
<basename>libgstjpegformat.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Mimic codec</description>
|
||||
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
||||
<basename>libgstmimic.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||
<basename>libgstmms.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>.MOD audio decoding</description>
|
||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||
<basename>libgstmodplug.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>High-quality MPEG-1/2 video encoder</description>
|
||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||
<basename>libgstmpeg2enc.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG-PS demuxer</description>
|
||||
<filename>../../gst/mpegdemux/.libs/libgstmpegpsdemux.so</filename>
|
||||
<basename>libgstmpegpsdemux.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG-PS muxer</description>
|
||||
<filename>../../gst/mpegpsmux/.libs/libgstmpegpsmux.so</filename>
|
||||
<basename>libgstmpegpsmux.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG TS demuxer</description>
|
||||
<filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename>
|
||||
<basename>libgstmpegtsdemux.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG-TS muxer</description>
|
||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||
<basename>libgstmpegtsmux.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||
<basename>libgstmplex.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||
<basename>libgstofa.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>OpenAL plugin library</description>
|
||||
<filename>../../ext/openal/.libs/libgstopenal.so</filename>
|
||||
<basename>libgstopenal.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Element parsing raw pcap streams</description>
|
||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||
<basename>libgstpcapparse.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>PNM plugin</description>
|
||||
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
||||
<basename>libgstpnm.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Parses byte streams into raw frames</description>
|
||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||
<basename>libgstrawparse.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Removes silence from an audio stream</description>
|
||||
<filename>../../gst/removesilence/.libs/libgstremovesilence.so</filename>
|
||||
<basename>libgstremovesilence.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resin DVD playback elements</description>
|
||||
<filename>../../ext/resindvd/.libs/libgstresindvd.so</filename>
|
||||
<basename>libgstresindvd.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||
<basename>libgstrfbsrc.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>RTMP source and sink</description>
|
||||
<filename>../../ext/rtmp/.libs/libgstrtmp.so</filename>
|
||||
<basename>libgstrtmp.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Schroedinger plugin</description>
|
||||
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
||||
<basename>libgstschro.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>configure streaming sessions using SDP</description>
|
||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||
<basename>libgstsdpelem.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Segment clip elements</description>
|
||||
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
|
||||
<basename>libgstsegmentclip.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>shared memory sink source</description>
|
||||
<filename>../../sys/shm/.libs/libgstshm.so</filename>
|
||||
<basename>libgstshm.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Apply a smooth filter to an image</description>
|
||||
<filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
|
||||
<basename>libgstsmooth.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Audio Pitch Controller & BPM Detection</description>
|
||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||
<basename>libgstsoundtouch.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>libspandsp plugin</description>
|
||||
<filename>../../ext/spandsp/.libs/libgstspandsp.so</filename>
|
||||
<basename>libgstspandsp.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||
<basename>libgstspeed.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>subtitle encoders</description>
|
||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||
<basename>libgstsubenc.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>videoparsers</description>
|
||||
<filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
|
||||
<basename>libgstvideoparsersbad.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>AAC audio encoder</description>
|
||||
<filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
|
||||
<basename>libgstvoaacenc.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
||||
<filename>../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so</filename>
|
||||
<basename>libgstvoamrwbenc.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Wayland Video Sink</description>
|
||||
<filename>../../ext/wayland/.libs/libgstwaylandsink.so</filename>
|
||||
<basename>libgstwaylandsink.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Demuxes/decodes YUV4MPEG streams</description>
|
||||
<filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
|
||||
<basename>libgsty4mdec.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>zbar barcode scanner</description>
|
||||
<filename>../../ext/zbar/.libs/libgstzbar.so</filename>
|
||||
<basename>libgstzbar.so</basename>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.7.90</revision>
|
||||
<branch>master</branch>
|
||||
<name></name>
|
||||
<created>2016-03-01</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.7.90.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.7.2</revision>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2016-02-19"
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2016-03-01"
|
||||
|
||||
/* Define if static plugins should be built */
|
||||
#undef GST_PLUGIN_BUILD_STATIC
|
||||
|
@ -731,7 +731,7 @@
|
|||
#define PACKAGE_NAME "GStreamer Bad Plug-ins"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.7.2"
|
||||
#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.7.90"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gst-plugins-bad"
|
||||
|
@ -740,7 +740,7 @@
|
|||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.7.2"
|
||||
#define PACKAGE_VERSION "1.7.90"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
|
@ -784,7 +784,7 @@
|
|||
#undef USE_EGL_RPI
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.7.2"
|
||||
#define VERSION "1.7.90"
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
|
|
Loading…
Reference in a new issue