mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
Compilation fix. SOMEONE ELSE PLEASE FIX THIS CORRECTLY.
Original commit message from CVS: Compilation fix. SOMEONE ELSE PLEASE FIX THIS CORRECTLY.
This commit is contained in:
parent
e8d306adb4
commit
4343644704
2 changed files with 12 additions and 0 deletions
|
@ -768,3 +768,11 @@ gst_ffmpeg_formatid_to_caps (const gchar *format_name)
|
|||
|
||||
return caps;
|
||||
}
|
||||
|
||||
enum CodecID
|
||||
gst_ffmpeg_caps_to_codecid (GstCaps *caps, enum CodecID *id)
|
||||
{
|
||||
/* FIXME */
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -61,4 +61,8 @@ gst_ffmpeg_caps_to_codectype (enum CodecType type,
|
|||
GstCaps *
|
||||
gst_ffmpeg_formatid_to_caps (const gchar *format_name);
|
||||
|
||||
enum CodecID
|
||||
gst_ffmpeg_caps_to_codecid (GstCaps *caps,
|
||||
enum CodecID *id);
|
||||
|
||||
#endif /* __GST_FFMPEG_CODECMAP_H__ */
|
||||
|
|
Loading…
Reference in a new issue