avoid unused variable warning
This commit is contained in:
parent
8585f3215a
commit
75de19b21f
@ -1384,7 +1384,7 @@ double wxGStreamerMediaBackend::GetPlaybackRate()
|
|||||||
// plugins that support it...
|
// plugins that support it...
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxGStreamerMediaBackend::SetPlaybackRate(double dRate)
|
bool wxGStreamerMediaBackend::SetPlaybackRate(double /* dRate */)
|
||||||
{
|
{
|
||||||
#if 0 // not tested enough
|
#if 0 // not tested enough
|
||||||
if( gst_element_seek (m_playbin, dRate, GST_FORMAT_TIME,
|
if( gst_element_seek (m_playbin, dRate, GST_FORMAT_TIME,
|
||||||
|
Loading…
Reference in New Issue
Block a user