mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
+ changes for new float caps without slope/intercept + some category changes for plugins
Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins
This commit is contained in:
parent
8bdd27fd62
commit
25dd7cc50c
2 changed files with 8 additions and 8 deletions
|
@ -171,7 +171,7 @@ gst_jack_src_request_pad_factory(void)
|
|||
GstCaps *caps;
|
||||
caps = gst_caps_new("src",
|
||||
"audio/x-raw-float",
|
||||
GST_AUDIO_FLOAT_MONO_PAD_TEMPLATE_PROPS);
|
||||
GST_AUDIO_FLOAT_STANDARD_PAD_TEMPLATE_PROPS);
|
||||
template = gst_pad_template_new("%s", GST_PAD_SRC,
|
||||
GST_PAD_REQUEST, caps, NULL);
|
||||
}
|
||||
|
@ -188,7 +188,7 @@ gst_jack_sink_request_pad_factory(void)
|
|||
GstCaps *caps;
|
||||
caps = gst_caps_new ("sink",
|
||||
"audio/x-raw-float",
|
||||
GST_AUDIO_FLOAT_MONO_PAD_TEMPLATE_PROPS);
|
||||
GST_AUDIO_FLOAT_STANDARD_PAD_TEMPLATE_PROPS);
|
||||
template = gst_pad_template_new("%s", GST_PAD_SINK,
|
||||
GST_PAD_REQUEST, caps, NULL);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue