Mercurial > pidgin
changeset 26405:70ab418e9d4f
Have "no minimum framerate". Fixes khc's cam.
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Thu, 02 Apr 2009 04:23:14 +0000 |
parents | 217574ec2a34 |
children | 2d332d327a0e |
files | pidgin/gtkmedia.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkmedia.c Thu Apr 02 04:06:07 2009 +0000 +++ b/pidgin/gtkmedia.c Thu Apr 02 04:23:14 2009 +0000 @@ -923,7 +923,7 @@ /* It was recommended to set the size <= 352x288 and framerate <= 20 */ caps = gst_caps_from_string("video/x-raw-yuv , width=[250,352] , " - "height=[200,288] , framerate=[10/1,20/1]"); + "height=[200,288] , framerate=[1/1,20/1]"); g_object_set(G_OBJECT(capsfilter), "caps", caps, NULL); gst_bin_add_many(GST_BIN(sendbin), src,