mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
bluez: Fix avdtpsrc classification
This commit is contained in:
parent
b8e2550362
commit
d2e0b43fe3
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ gst_avdtp_src_base_init (gpointer klass)
|
|||
|
||||
gst_element_class_set_details_simple (element_class,
|
||||
"Bluetooth AVDTP Source",
|
||||
"Codec/Depayloader/Network/RTP",
|
||||
"Source/Audio/Network/RTP",
|
||||
"Receives audio from an A2DP device",
|
||||
"Arun Raghavan <arun.raghavan@collabora.co.uk>");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue