Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
bc761c94
Commit
bc761c94
authored
Apr 02, 2012
by
Stefan Sauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mkv: port toc changes to 0.11
parent
50bc831c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gst/matroska/matroska-read-common.c
gst/matroska/matroska-read-common.c
+2
-2
No files found.
gst/matroska/matroska-read-common.c
View file @
bc761c94
...
...
@@ -934,7 +934,7 @@ gst_matroska_read_common_parse_chapter_element (GstMatroskaReadCommon * common,
return
ret
;
}
titles
=
gst_tag_list_new
();
titles
=
gst_tag_list_new
_empty
();
chapter_info
=
gst_toc_entry_new
(
GST_TOC_ENTRY_TYPE_CHAPTER
,
GST_MATROSKA_TOC_UID_EMPTY
);
...
...
@@ -1882,7 +1882,7 @@ gst_matroska_read_common_parse_metadata_id_tag (GstMatroskaReadCommon * common,
edition_targets
=
g_array_new
(
FALSE
,
FALSE
,
sizeof
(
guint64
));
chapter_targets
=
g_array_new
(
FALSE
,
FALSE
,
sizeof
(
guint64
));
taglist
=
gst_tag_list_new
();
taglist
=
gst_tag_list_new
_empty
();
while
(
ret
==
GST_FLOW_OK
&&
gst_ebml_read_has_remaining
(
ebml
,
1
,
TRUE
))
{
/* read all sub-entries */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment