mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
Forgot to change one application/x-flac to audio/x-flac
Original commit message from CVS: Forgot to change one application/x-flac to audio/x-flac
This commit is contained in:
parent
ada54a1cdd
commit
a5a43a7f61
1 changed files with 2 additions and 2 deletions
|
@ -369,7 +369,7 @@ gst_flacenc_sinkconnect (GstPad *pad, GstCaps *caps)
|
||||||
gst_caps_get_int (caps, "rate", &flacenc->sample_rate);
|
gst_caps_get_int (caps, "rate", &flacenc->sample_rate);
|
||||||
|
|
||||||
caps = GST_CAPS_NEW ("flacenc_srccaps",
|
caps = GST_CAPS_NEW ("flacenc_srccaps",
|
||||||
"application/x-flac",
|
"audio/x-flac",
|
||||||
"channels", GST_PROPS_INT (flacenc->channels),
|
"channels", GST_PROPS_INT (flacenc->channels),
|
||||||
"rate", GST_PROPS_INT (flacenc->sample_rate));
|
"rate", GST_PROPS_INT (flacenc->sample_rate));
|
||||||
ret = gst_pad_try_set_caps (flacenc->srcpad, caps);
|
ret = gst_pad_try_set_caps (flacenc->srcpad, caps);
|
||||||
|
|
Loading…
Reference in a new issue