Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
gst-plugins-good
Commits
55747906
Commit
55747906
authored
Apr 21, 2006
by
Tim-Philipp Müller
🐠
Browse files
ext/dv/gstdv.c: Fix build.
Original commit message from CVS: * ext/dv/gstdv.c: (plugin_init): Fix build.
parent
b3debb82
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
55747906
2006-04-21 Tim-Philipp Müller <tim at centricular dot net>
* ext/dv/gstdv.c: (plugin_init):
Fix build.
2006-04-21 Tim-Philipp Müller <tim at centricular dot net>
* gst/debug/progressreport.c: (gst_progress_report_finalize),
...
...
ext/dv/gstdv.c
View file @
55747906
...
...
@@ -28,7 +28,7 @@
static
gboolean
plugin_init
(
GstPlugin
*
plugin
)
{
GstRank
dvdec_
rank
;
GstRank
rank
;
if
(
!
gst_element_register
(
plugin
,
"dvdemux"
,
GST_RANK_PRIMARY
,
gst_dvdemux_get_type
()))
...
...
@@ -36,6 +36,7 @@ plugin_init (GstPlugin * plugin)
/* libdv does not correctly play back videos on big-endian machines. also it's
only optimized properly on x86-32 and x86-64. */
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
rank
=
GST_RANK_PRIMARY
;
#else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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