framework/multimedia/gstreamer0.10.git
10 years agomodified spec for copying linecse file tizen_2.2 2.2.1_release submit/tizen_2.2/20131107.060419
Gilbok Lee [Tue, 8 Oct 2013 05:43:23 +0000 (14:43 +0900)]
modified spec for copying linecse file

10 years ago[Title] High Bit Rate of HTML5 streaming video are unsmooth and stuck during playing
qing.zhang [Mon, 19 Aug 2013 06:46:05 +0000 (02:46 -0400)]
[Title] High Bit Rate of HTML5 streaming video are unsmooth and stuck during playing
[Issue#] TD-6970
[Problem] When the bandwidth (Bit Rate) of video source bigger than 2560 kbps,
        (depends on the type of codec and reference frame size), the playback would
be unsmooth and even stuck.
[Cause] The pop ring-cache head operation happened while overflow the 0.99 of Max Cache
-> 2MB, but the high bit rate of video would need much more free cache space.
[Solution] Supports some HD video source achieve more than 4096 kbps, extend the default
        max cache size to 5MB limition tmpfs and recover percentage from 99% to 69%.

        This updates will not impact the manual media-pipeline setup, because the pipeline owner c
        set any propriety as before.
[Developer] Qing.Zhang (qing.zhang@intel.com)

10 years agoFixed :HTML5 streaming video is stuck during playing 2.2_release submit/tizen_2.2/20130814.090551 submit/tizen_2.2/20130814.101934
qing.zhang [Sun, 21 Jul 2013 04:42:53 +0000 (00:42 -0400)]
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

10 years ago[queue] flush queue when empty-buffers is set as TRUE submit/tizen_2.2/20130714.145737
Sangchul Lee [Tue, 2 Jul 2013 02:44:35 +0000 (11:44 +0900)]
[queue] flush queue when empty-buffers is set as TRUE

Change-Id: I79cfa54a879768492e7464fa1f7f4f8a22d870f5

10 years agoexec gstreamer systemd
YoungHun Kim [Mon, 1 Jul 2013 14:47:42 +0000 (23:47 +0900)]
exec gstreamer systemd

Change-Id: I5b8c229b2ffece4f7e6bf51a0e1d614eaf1ff5f5

10 years agoAdd '--gst-debug-file' option to dump all GST_LOG into a given file
Jeon Hee Chul [Tue, 11 Jun 2013 13:11:46 +0000 (22:11 +0900)]
Add '--gst-debug-file' option to dump all GST_LOG into a given file
Usage : gst-launch fakesrc ! fakesink --gst-debug-file=/tmp/gstlog
This will generate /tmp/gstlog-{pid}-{timestamp}

11 years ago[gstreamer] N_SE-28026 (mp3 seek) defect resolve tizen_2.1 2.1b_release accepted/tizen_2.1/20130425.035036 submit/tizen_2.1/20130424.231845
Joungkook Seo [Thu, 21 Mar 2013 06:01:04 +0000 (15:01 +0900)]
[gstreamer] N_SE-28026 (mp3 seek) defect resolve

Change-Id: I81082226837298b9b8fe7e41886bad61f239ea1a

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:49:36 +0000 (01:49 +0900)]
Tizen 2.1 base

12 years agoInitial empty repository
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:50 +0000 (21:59 +0900)]
Initial empty repository