video_format_new_caps
Description:
public Caps video_format_new_caps (
VideoFormat format,
int width,
int height,
int framerate_n,
int framerate_d,
int par_n,
int par_d)
Creates a new Caps object based on the parameters provided.
Parameters:
| format |
the VideoFormat describing the raw video format |
| par_n |
numerator of pixel aspect ratio |
| par_d |
denominator of pixel aspect ratio |
| width |
width of video |
| framerate_n |
numerator of frame rate |
| height |
height of video |
| framerate_d |
denominator of frame rate |
Returns:
| a new Caps object, or NULL if there was an error |
Namespace: Gst
Package: gstreamer-video-0.10