mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
baseparse: minor variable name clean-up
This commit is contained in:
parent
9d98c62f0e
commit
2401fe36fd
1 changed files with 2 additions and 2 deletions
|
@ -1149,12 +1149,12 @@ gst_base_parse_convert_default (GstBaseParse * parse,
|
|||
}
|
||||
|
||||
static void
|
||||
gst_base_parse_update_duration (GstBaseParse * aacparse)
|
||||
gst_base_parse_update_duration (GstBaseParse * baseparse)
|
||||
{
|
||||
GstPad *peer;
|
||||
GstBaseParse *parse;
|
||||
|
||||
parse = GST_BASE_PARSE (aacparse);
|
||||
parse = GST_BASE_PARSE (baseparse);
|
||||
|
||||
peer = gst_pad_get_peer (parse->sinkpad);
|
||||
if (peer) {
|
||||
|
|
Loading…
Reference in a new issue