Commit graph

127 commits

Author SHA1 Message Date
Matthew Waters
561b7e0613 gl: update win32 .def file 2016-02-09 13:56:32 +11:00
Matthew Waters
1b0198631c gl: add .def file for msvc builds
Also internalize some API from being exported.
2016-02-05 10:46:21 +11:00
Sebastian Dröge
b53972a5cb player: Remove gst_player_new() and make gst_player_new_full() the normal constructor
In very few cases the simple version was actually needed and having the
parameters hidden by a _full() version caused application that actually needed
it to not use it.
2016-01-04 09:55:28 +02:00
Sebastian Dröge
f12b2a7456 win32: Update libgstcodecparsers.def with the new symbols 2015-12-30 11:54:25 +02:00
Sebastian Dröge
3a088ecc93 Release 1.7.1 2015-12-24 14:28:42 +01:00
Sebastian Dröge
0b2d698b1e player: Import GstPlayer playback convenience API
Based on https://github.com/sdroege/gst-player
commit 9ce6ae0dbb8eeeefaf794cfae80e279a03cc598d
2015-12-23 09:54:37 +01:00
Sebastian Dröge
0237b02f96 Release 1.6.0 2015-09-25 23:33:37 +02:00
Sebastian Dröge
07203364cb Release 1.5.91 2015-09-18 19:51:49 +02:00
Sebastian Dröge
9f5d962719 win32: Add new h265 parser symbols 2015-08-24 21:28:46 +03:00
Sebastian Dröge
8184b7e528 Release 1.5.90 2015-08-19 13:46:53 +03:00
Sebastian Dröge
ad827597e3 Release 1.5.2 2015-06-24 23:37:26 +02:00
Tim-Philipp Müller
35c819ad78 codecparsers: jpeg: add new API to .def file 2015-06-21 17:03:52 +01:00
Sebastian Dröge
0034323f49 Release 1.5.1 2015-06-07 10:55:35 +02:00
Edward Hervey
57891a4177 win32: update defs 2015-04-28 14:53:03 +02:00
Tim-Philipp Müller
807e9c2af0 Update .def for new API 2014-10-29 13:51:40 +00:00
Sebastian Dröge
9dfc0f513b Release 1.4.0 2014-07-19 17:27:11 +02:00
Sebastian Dröge
f8778ee272 Release 1.3.91 2014-07-11 12:13:22 +02:00
Sebastian Dröge
ea1ee4e3d0 Release 1.3.90 2014-06-28 11:30:39 +02:00
Gwenole Beauchesne
9bd186a960 codecparsers: h264: fix memory leak in GstH264PPS.
The gst_h264_parse_pps() function dynamically allocates the slice
group ids map array, so that needs to be cleared before parsing a
new PPS NAL unit again, or when it is no longer needed.

Likewise, a clean copy to the internal NAL parser state needs to be
performed so that to avoid a double-free corruption.

https://bugzilla.gnome.org/show_bug.cgi?id=707282

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2014-06-27 14:00:10 +02:00
Sebastian Dröge
6d3d06c91f Release 1.3.3 2014-06-22 19:22:28 +02:00
Tim-Philipp Müller
806a168b2e win32: update exports for changed h264 codec parser API 2014-06-17 13:48:10 +01:00
Edward Hervey
7228e92574 win32: update .def for new symbols 2014-05-26 13:29:53 +02:00
Sebastian Dröge
46016ccd14 Release 1.3.2 2014-05-21 13:06:35 +02:00
Sebastian Dröge
b2ce00c55d Release 1.3.1 2014-05-03 19:57:57 +02:00
Julien Isorce
09116bf10d egl/eglglessink: remove since EGLImage and iOS support have been added in glimagesink
https://bugzilla.gnome.org/show_bug.cgi?id=703343
2014-04-15 18:29:53 +01:00
Tim-Philipp Müller
f199399eb2 win32: add new codecparser API to .def file 2013-11-06 23:14:22 +00:00
Reynaldo H. Verdejo Pinochet
980f5b4702 cdaudio: Remove cdaudio plugin
This element is being removed due to it been
considered obsolete and the functionaily it
provides no longer needed.

Details on the decision can be found here:

https://bugzilla.gnome.org/show_bug.cgi?id=711223

Fixes:

https://bugzilla.gnome.org/show_bug.cgi?id=711232
2013-11-01 07:21:56 -07:00
Sreerenj Balachandran
7622c9b10a win32: update with the new file libgstcodecparsers.def
https://bugzilla.gnome.org/show_bug.cgi?id=708629
2013-10-02 10:59:03 +02:00
Sebastian Dröge
9f6bf6871c Release 1.2.0 2013-09-24 14:37:58 +02:00
Sebastian Dröge
0e07bf8a11 Release 1.1.90 2013-09-19 10:50:47 +02:00
Tim-Philipp Müller
994739332d Change how win32/common/config.h is updated
Generate win32/common/config.h-new directly from config.h.in,
using shell variables in configure and some hard-coded information.
Change top-level makefile so that 'make win32-update' copies the
generated file to win32/common/config.h, which we keep in source
control.  It's kept in source control so that the git tree is
buildable from VS.

This change is similar to the one recently applied to GStreamer
and gst-plugins-good.  The previous config.h file in -bad was in
pretty bad shape, so unlike core and base, I didn't attempt to
leave it strictly the same, but fixed it as necessary.  Needs
testing I cannot do myself.

https://bugzilla.gnome.org/show_bug.cgi?id=569015
2013-09-02 13:40:37 +01:00
Tim-Philipp Müller
fdcd93ed7c win32: update config.h 2013-08-29 15:56:49 +01:00
Sebastian Dröge
03420d1e2a Release 1.1.4 2013-08-28 13:07:27 +02:00
Tim-Philipp Müller
dd83d3f46c win32: update 2013-07-29 21:25:14 +01:00
Sebastian Dröge
4481585f1f Release 1.1.3 2013-07-29 13:52:29 +02:00
Tim-Philipp Müller
b0f4737a76 Update docs and win32 config.h to development version 2013-07-13 23:49:44 +01:00
Sebastian Dröge
1e7b3a8c9e Release 1.1.2
Oops... should've been part of 1.1.2 tag already :(
2013-07-12 09:46:11 +02:00
Edward Hervey
b2335f8d33 win32: back to feature development 2013-07-03 15:31:05 +02:00
Sebastian Dröge
37427ccaef Release 1.1.1 2013-06-05 18:29:49 +02:00
Tim-Philipp Müller
5bb52ac98c Back to feature development 2012-10-25 12:46:04 +01:00
Tim-Philipp Müller
9cbcdfa887 Release 1.0.2 2012-10-25 01:44:35 +01:00
Tim-Philipp Müller
7d26d8b227 Back to development (bug fixing) 2012-10-07 17:03:45 +01:00
Tim-Philipp Müller
bb48b6058d Release 1.0.1 2012-10-07 15:57:03 +01:00
Tim-Philipp Müller
8f802c6425 Back to development (bug fixing) 2012-09-24 16:59:24 +01:00
Tim-Philipp Müller
46e8c203d6 Release 1.0.0 2012-09-24 14:42:25 +01:00
Tim-Philipp Müller
788ddee4e7 Release 0.11.99 2012-09-17 18:04:51 +01:00
Wim Taymans
0d8f8a5134 rename some caps and elements in examples 2012-09-14 16:29:23 +02:00
Tim-Philipp Müller
c5afec2d2f Release 0.11.94 2012-09-14 02:50:44 +01:00
Tim-Philipp Müller
969572f9e5 Back to development 2012-08-08 16:35:12 +01:00
Tim-Philipp Müller
42e0ace84b win32: update for photography API changes 2012-08-08 12:13:13 +01:00