diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-01-04 09:52:47 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-01-04 09:55:28 +0200 |
commit | b53972a5cb98830b2ed837a8b74c6b3750e3a330 (patch) | |
tree | 7d4711c1592e5d5ddddc2c1c4c42f87d77aacd5d /win32 | |
parent | 40b0736dfd2640f296ff0889709c9b824fde5edd (diff) | |
download | gstreamer-plugins-bad-b53972a5cb98830b2ed837a8b74c6b3750e3a330.tar.gz |
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.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstplayer.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/common/libgstplayer.def b/win32/common/libgstplayer.def index c99467422..5c5dbe771 100644 --- a/win32/common/libgstplayer.def +++ b/win32/common/libgstplayer.def @@ -42,7 +42,6 @@ EXPORTS gst_player_media_info_get_uri gst_player_media_info_is_seekable gst_player_new - gst_player_new_full gst_player_pause gst_player_play gst_player_seek |