mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
audiobasesrc: Retarget FIXME to 2.0
Properly fixing this one would break API.
This commit is contained in:
parent
aa1883d5d7
commit
0a6d6e1fff
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ GType
|
|||
gst_audio_base_src_slave_method_get_type (void)
|
||||
{
|
||||
static volatile gsize slave_method_type = 0;
|
||||
/* FIXME 0.11: nick should be "retimestamp" not "re-timestamp" */
|
||||
/* FIXME 2.0: nick should be "retimestamp" not "re-timestamp" */
|
||||
static const GEnumValue slave_method[] = {
|
||||
{GST_AUDIO_BASE_SRC_SLAVE_RESAMPLE,
|
||||
"GST_AUDIO_BASE_SRC_SLAVE_RESAMPLE", "resample"},
|
||||
|
|
Loading…
Reference in a new issue