mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
multifile: unnecessary size check
This commit is contained in:
parent
c7f124c8a8
commit
54c63dac31
1 changed files with 0 additions and 5 deletions
|
@ -138,11 +138,6 @@ gst_multi_file_src_class_init (GstMultiFileSrcClass * klass)
|
|||
|
||||
gstpushsrc_class->create = gst_multi_file_src_create;
|
||||
|
||||
if (sizeof (off_t) < 8) {
|
||||
GST_LOG ("No large file support, sizeof (off_t) = %" G_GSIZE_FORMAT,
|
||||
sizeof (off_t));
|
||||
}
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_multi_file_src_debug, "multifilesrc", 0,
|
||||
"multifilesrc element");
|
||||
|
||||
|
|
Loading…
Reference in a new issue