Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Alicia Boya García
gst-plugins-good
Commits
f1d94660
Commit
f1d94660
authored
Nov 27, 2003
by
David Schleef
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change everyone to video/x-msvideo
Original commit message from CVS: Change everyone to video/x-msvideo
parent
9c81eec4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
gst/avi/README
gst/avi/README
+4
-4
gst/avi/gstavidemux.c
gst/avi/gstavidemux.c
+1
-1
gst/avi/gstavimux.c
gst/avi/gstavimux.c
+1
-1
gst/qtdemux/qtdemux.c
gst/qtdemux/qtdemux.c
+1
-1
No files found.
gst/avi/README
View file @
f1d94660
...
...
@@ -16,10 +16,10 @@ raw audio and video.
! avidecoder !
! (video/raw)...
! (----------) !
! ! demuxer (video/
avi
, auds)..
!
! ! demuxer (video/
x-msvideo
, auds)..
! ! ! !
! -src ! !
! / ! (video/
avi
, vids)..
!
! / ! (video/
x-msvideo
, vids)..
- src ! ! !
! (----------) (audio/raw)...
! !
...
...
@@ -52,10 +52,10 @@ example:
! avidecoder (--------) (------) !
! !avitypes! !windec! /-- (video/raw)
! (----------) /-sink src--sink src ----- !
! !demuxer (video/
avi, !
! ! ! !
! !demuxer (video/
x-msvideo,
! ! ! !
! ! ! auds).. (--------) (------) !
! -sink ! (--------) !
! / ! (video/
avi,
!avitypes! !
! / ! (video/
x-..,
!avitypes! !
-sink ! ! vids).. ! ! !
! (----------) \-sink src -------------------- (audio/raw)
! (--------) !
...
...
gst/avi/gstavidemux.c
View file @
f1d94660
...
...
@@ -50,7 +50,7 @@ GST_PAD_TEMPLATE_FACTORY (sink_templ,
GST_PAD_ALWAYS
,
GST_CAPS_NEW
(
"avidemux_sink"
,
"video/
avi
"
,
"video/
x-msvideo
"
,
NULL
)
);
...
...
gst/avi/gstavimux.c
View file @
f1d94660
...
...
@@ -60,7 +60,7 @@ GST_PAD_TEMPLATE_FACTORY (src_factory,
GST_PAD_ALWAYS
,
GST_CAPS_NEW
(
"avimux_src_video"
,
"video/
avi
"
,
"video/
x-msvideo
"
,
NULL
)
)
...
...
gst/qtdemux/qtdemux.c
View file @
f1d94660
...
...
@@ -378,7 +378,7 @@ static void gst_qtdemux_loop_header (GstElement *element)
}
while
(
1
);
qtdemux_parse_moov
(
qtdemux
,
GST_BUFFER_DATA
(
moov
),
length
);
if
(
0
)
qtdemux_node_dump
(
qtdemux
,
qtdemux
->
moov_node
);
if
(
1
)
qtdemux_node_dump
(
qtdemux
,
qtdemux
->
moov_node
);
qtdemux_parse_tree
(
qtdemux
);
qtdemux
->
state
=
QTDEMUX_STATE_MOVIE
;
break
;
...
...
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