dashdemux: Replace GQueue by GstDataQueue
authorThiago Santos <thiago.sousa.santos@collabora.com>
Mon, 28 Jan 2013 21:52:04 +0000 (18:52 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 21:14:34 +0000 (18:14 -0300)
commit7330225ac820c5f7d72de468b48f8e080c895a61
treedfefcbeecc5c80ab09729164bcaf56ea83c59042
parent27b1abbda3db0fb6072947e889ecf9be8bc83aa7
dashdemux: Replace GQueue by GstDataQueue

GstDataQueue has proper locking and provides functions to limit the
size of the queue. Also has blocking calls that are useful to
our multithread scenario in Dash.
ext/dash/gstdashdemux.c
ext/dash/gstdashdemux.h
ext/dash/gstfragment.c
ext/dash/gstfragment.h
ext/dash/gstmpdparser.c