Fixed :HTML5 streaming video is stuck during playing 2.2_release submit/tizen_2.2/20130814.090551 submit/tizen_2.2/20130814.101934
authorqing.zhang <qing.zhang@intel.com>
Sun, 21 Jul 2013 04:42:53 +0000 (00:42 -0400)
committerqing.zhang <qing.zhang@intel.com>
Wed, 24 Jul 2013 11:33:21 +0000 (07:33 -0400)
commitf9a26ea4b096af69eba60099b1c8df27297348e5
tree6e3c1d359aae4c34bf54763ee549b0d3a333b594
parentf9f696a904a54fbfb5d1c7d98a8a38b1b45c6538
Fixed :HTML5 streaming video is stuck during playing

[Title] HTML5 streaming video is stuck during playing
[Issue#] TD-6970
[Problem] When user tries to bigger than 130MB html5 video under WebKit based html5 video with http,
the playback would be stuck.
[Cause] The unlimited local cache policy be enabled in 'queue2' with HTTP connection.
So once the media source bigger than ("130MB" /tmpfs free spaces)from http,
the cache will overflow and playback will stuck.
[Solution] The previous behavior is un-limited, so enable default 2MB limition tmpfs cache in queue2.
This updates will not impact the manual media-pipeline setup, because the pipeline owner could
set any propriety as before.
[Developer] Qing.Zhang (qing.zhang@intel.com)

Change-Id: If04acfae9beb42681cf7378006339cfb11137606
packaging/gstreamer.spec
plugins/elements/gstqueue2.c