mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst/qtdemux/qtdemux.c: Fix silly typo.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree): Fix silly typo.
This commit is contained in:
parent
e747f4ada0
commit
fa1f0d2c0e
1 changed files with 1 additions and 1 deletions
|
@ -2922,7 +2922,7 @@ qtdemux_parse_tree (GstQTDemux * qtdemux)
|
||||||
rmra = qtdemux_tree_get_child_by_type (qtdemux->moov_node, FOURCC_rmra);
|
rmra = qtdemux_tree_get_child_by_type (qtdemux->moov_node, FOURCC_rmra);
|
||||||
if (rmra) {
|
if (rmra) {
|
||||||
rmda = qtdemux_tree_get_child_by_type (rmra, FOURCC_rmda);
|
rmda = qtdemux_tree_get_child_by_type (rmra, FOURCC_rmda);
|
||||||
if (rmra) {
|
if (rmda) {
|
||||||
rdrf = qtdemux_tree_get_child_by_type (rmda, FOURCC_rdrf);
|
rdrf = qtdemux_tree_get_child_by_type (rmda, FOURCC_rdrf);
|
||||||
if (rdrf) {
|
if (rdrf) {
|
||||||
GstStructure *s;
|
GstStructure *s;
|
||||||
|
|
Loading…
Reference in a new issue