mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +00:00
[MOVED FROM GST-P-FARSIGHT] Make it back to 30 fps in caps
20080206031654-4f0f6-d8197e53888906805041e6552c0dd774c55e9e89.gz
This commit is contained in:
parent
8447f4e46c
commit
84adcfdd81
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ gst_mimdec_chain (GstPad *pad, GstBuffer *in)
|
|||
"bpp", G_TYPE_INT, 24,
|
||||
"depth", G_TYPE_INT, 24,
|
||||
"endianness", G_TYPE_INT, 4321,
|
||||
"framerate", GST_TYPE_FRACTION, 15, 1,
|
||||
"framerate", GST_TYPE_FRACTION, 30, 1,
|
||||
"red_mask", G_TYPE_INT, 16711680,
|
||||
"green_mask", G_TYPE_INT, 65280,
|
||||
"blue_mask", G_TYPE_INT, 255,
|
||||
|
|
Loading…
Reference in a new issue