mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +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
d4e9d1d429
commit
058bbf9cc3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
|
||||
Fix silly typo.
|
||||
|
||||
2006-08-08 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* tests/check/elements/gdpdepay.c: (gdpdepay_suite):
|
||||
|
|
|
@ -2922,7 +2922,7 @@ qtdemux_parse_tree (GstQTDemux * qtdemux)
|
|||
rmra = qtdemux_tree_get_child_by_type (qtdemux->moov_node, FOURCC_rmra);
|
||||
if (rmra) {
|
||||
rmda = qtdemux_tree_get_child_by_type (rmra, FOURCC_rmda);
|
||||
if (rmra) {
|
||||
if (rmda) {
|
||||
rdrf = qtdemux_tree_get_child_by_type (rmda, FOURCC_rdrf);
|
||||
if (rdrf) {
|
||||
GstStructure *s;
|
||||
|
|
Loading…
Reference in a new issue