baseparse: clear adapter in reset so baseparse is reusable
authorAntoine Tremblay <hexa00@gmail.com>
Thu, 12 Jan 2012 19:53:11 +0000 (19:53 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 12 Jan 2012 19:53:11 +0000 (19:53 +0000)
commitdf6de8fe0c4f7179281def3fed282573b5a3e546
tree5736623dcc640a10e4457fa8e03d31e84bf4ebae
parentf460cea1d71fe60b7cf7803ae134e33253d9299a
baseparse: clear adapter in reset so baseparse is reusable

GstBaseParse was not clearing its adapter on reset causing
problems when a pipeline went for example from PLAYING to NULL
state and then back to PLAYING again. The data from the last
stream would be used in the parser.

https://bugzilla.gnome.org/show_bug.cgi?id=667444
libs/gst/base/gstbaseparse.c