mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Fixed typo in element details.
Original commit message from CVS: Fixed typo in element details.
This commit is contained in:
parent
0edc93ae29
commit
d22d054374
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
|
|
||||||
GstElementDetails gst_disksrc_details = {
|
GstElementDetails gst_disksrc_details = {
|
||||||
"hronous Disk Source",
|
"Disk Source",
|
||||||
"Source/File",
|
"Source/File",
|
||||||
"Read from arbitrary point in a file",
|
"Read from arbitrary point in a file",
|
||||||
VERSION,
|
VERSION,
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
|
|
||||||
GstElementDetails gst_disksrc_details = {
|
GstElementDetails gst_disksrc_details = {
|
||||||
"hronous Disk Source",
|
"Disk Source",
|
||||||
"Source/File",
|
"Source/File",
|
||||||
"Read from arbitrary point in a file",
|
"Read from arbitrary point in a file",
|
||||||
VERSION,
|
VERSION,
|
||||||
|
|
Loading…
Reference in a new issue