projects
/
platform
/
upstream
/
gst-plugins-ugly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83d7d2f
)
asfdemux: Store the stream type in streams
author
Edward Hervey
<edward@centricular.com>
Mon, 13 Nov 2017 10:09:31 +0000
(11:09 +0100)
committer
Edward Hervey
<bilboed@bilboed.com>
Mon, 13 Nov 2017 10:09:31 +0000
(11:09 +0100)
The field was present but never set :)
gst/asfdemux/gstasfdemux.c
patch
|
blob
|
history
diff --git
a/gst/asfdemux/gstasfdemux.c
b/gst/asfdemux/gstasfdemux.c
index 317f7723d81e5c8697ad56bbecfcb1a664c41d6c..a12bc8a5e8edc4687d81f1975cfc903e8ab195f6 100644
(file)
--- a/
gst/asfdemux/gstasfdemux.c
+++ b/
gst/asfdemux/gstasfdemux.c
@@
-3144,8
+3144,10
@@
gst_asf_demux_parse_stream_object (GstASFDemux * demux, guint8 * data,
break;
}
- if (stream)
+ if (stream)
{
stream->inspect_payload = inspect_payload;
+ stream->type = stream_type;
+ }
return stream;
not_enough_data: