player: Remove gst_player_new() and make gst_player_new_full() the normal constructor
authorSebastian Dröge <sebastian@centricular.com>
Mon, 4 Jan 2016 07:52:47 +0000 (09:52 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 4 Jan 2016 07:55:28 +0000 (09:55 +0200)
commitb53972a5cb98830b2ed837a8b74c6b3750e3a330
tree7d4711c1592e5d5ddddc2c1c4c42f87d77aacd5d
parent40b0736dfd2640f296ff0889709c9b824fde5edd
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.
docs/libs/gst-plugins-bad-libs-sections.txt
gst-libs/gst/player/gstplayer.c
gst-libs/gst/player/gstplayer.h
tests/check/libs/player.c
win32/common/libgstplayer.def