mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
media: fix indentation
This commit is contained in:
parent
f384231ca3
commit
5d4c0e20c0
1 changed files with 3 additions and 1 deletions
|
@ -1401,8 +1401,10 @@ gst_rtsp_media_unprepare (GstRTSPMedia *media)
|
|||
}
|
||||
|
||||
static gboolean
|
||||
default_unprepare (GstRTSPMedia *media) {
|
||||
default_unprepare (GstRTSPMedia *media)
|
||||
{
|
||||
gst_element_set_state (media->pipeline, GST_STATE_NULL);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue