mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
little bugfix
Original commit message from CVS: little bugfix
This commit is contained in:
parent
6ad8197d61
commit
6fe0762e63
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ to create a GstCaps.
|
|||
"audio/raw", /* mime type */
|
||||
gst_props_new ( /* properties */
|
||||
"format", GST_PROPS_STRING ("float"),
|
||||
"layout", GST_PROPS_INT (5),
|
||||
"channels", GST_PROPS_INT (5),
|
||||
NULL));
|
||||
</programlisting>
|
||||
|
||||
|
|
Loading…
Reference in a new issue