Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-libav
Commits
842f7aac
Commit
842f7aac
authored
Jul 08, 2004
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
put them back
Original commit message from CVS: put them back
parent
75d9e267
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
ChangeLog
ChangeLog
+6
-0
ext/ffmpeg/gstffmpegdec.c
ext/ffmpeg/gstffmpegdec.c
+1
-1
ext/ffmpeg/gstffmpegenc.c
ext/ffmpeg/gstffmpegenc.c
+1
-1
No files found.
ChangeLog
View file @
842f7aac
2004-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
d'oh, put them back
2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
...
...
ext/ffmpeg/gstffmpegdec.c
View file @
842f7aac
...
@@ -134,7 +134,7 @@ gst_ffmpegdec_base_init (GstFFMpegDecClass * klass)
...
@@ -134,7 +134,7 @@ gst_ffmpegdec_base_init (GstFFMpegDecClass * klass)
/* construct the element details struct */
/* construct the element details struct */
details
.
longname
=
g_strdup_printf
(
"FFMPEG %s decoder"
,
details
.
longname
=
g_strdup_printf
(
"FFMPEG %s decoder"
,
params
->
in_plugin
->
name
);
params
->
in_plugin
->
name
);
details
.
klass
=
g_strdup_printf
(
"Codec/
%s/
Decoder"
,
details
.
klass
=
g_strdup_printf
(
"Codec/Decoder
/%s
"
,
(
params
->
in_plugin
->
type
==
CODEC_TYPE_VIDEO
)
?
"Video"
:
"Audio"
);
(
params
->
in_plugin
->
type
==
CODEC_TYPE_VIDEO
)
?
"Video"
:
"Audio"
);
details
.
description
=
g_strdup_printf
(
"FFMPEG %s decoder"
,
details
.
description
=
g_strdup_printf
(
"FFMPEG %s decoder"
,
params
->
in_plugin
->
name
);
params
->
in_plugin
->
name
);
...
...
ext/ffmpeg/gstffmpegenc.c
View file @
842f7aac
...
@@ -166,7 +166,7 @@ gst_ffmpegenc_base_init (GstFFMpegEncClass * klass)
...
@@ -166,7 +166,7 @@ gst_ffmpegenc_base_init (GstFFMpegEncClass * klass)
/* construct the element details struct */
/* construct the element details struct */
details
.
longname
=
g_strdup_printf
(
"FFMPEG %s encoder"
,
details
.
longname
=
g_strdup_printf
(
"FFMPEG %s encoder"
,
params
->
in_plugin
->
name
);
params
->
in_plugin
->
name
);
details
.
klass
=
g_strdup_printf
(
"Codec/
%s/
Encoder"
,
details
.
klass
=
g_strdup_printf
(
"Codec/Encoder
/%s
"
,
(
params
->
in_plugin
->
type
==
CODEC_TYPE_VIDEO
)
?
"Video"
:
"Audio"
);
(
params
->
in_plugin
->
type
==
CODEC_TYPE_VIDEO
)
?
"Video"
:
"Audio"
);
details
.
description
=
g_strdup_printf
(
"FFMPEG %s encoder"
,
details
.
description
=
g_strdup_printf
(
"FFMPEG %s encoder"
,
params
->
in_plugin
->
name
);
params
->
in_plugin
->
name
);
...
...
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