Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save and use the video caps string for gstreamer pipelines #120

Merged
merged 1 commit into from Jan 12, 2015
Merged

Save and use the video caps string for gstreamer pipelines #120

merged 1 commit into from Jan 12, 2015

Conversation

deeprave
Copy link

No description provided.

 * Fix VGA => VGA@60 for default low resolution support
 * Save (and display) the caps string
 * Add function to return the caps string, use this from
   gst_case_get_pipeline_string () where required
@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling aa5e3f5 on deeprave:caps-string-fix into e2101ff on timvideos:master.

g_string_append_printf (caps, "video/x-raw,width=%d,height=%d", cas->width,
cas->height);
const gchar *caps =
is_audiostream ? "" : gst_switch_server_get_video_caps_str ();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The audio caps are;
audio/x-raw,rate=48000,channels=2,format=S16LE,layout=interleaved

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the audio caps be settable from the command line?
Will audioparse accept the caps in this format?

@mithro mithro added this to the At TimVideos Sprints milestone Jan 12, 2015
@mithro mithro added the server label Jan 12, 2015
mithro added a commit that referenced this pull request Jan 12, 2015
Save and use the video caps string for gstreamer pipelines
@mithro mithro merged commit 8c2d191 into timvideos:master Jan 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants