mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
fdsrc does not build currently on win32 due to socketpair
Original commit message from CVS: fdsrc does not build currently on win32 due to socketpair
This commit is contained in:
parent
ab96505bce
commit
3976fb1c3e
2 changed files with 4 additions and 0 deletions
|
@ -51,7 +51,9 @@ static struct _elements_entry _elements[] = {
|
||||||
{"capsfilter", GST_RANK_NONE, gst_capsfilter_get_type},
|
{"capsfilter", GST_RANK_NONE, gst_capsfilter_get_type},
|
||||||
{"fakesrc", GST_RANK_NONE, gst_fake_src_get_type},
|
{"fakesrc", GST_RANK_NONE, gst_fake_src_get_type},
|
||||||
{"fakesink", GST_RANK_NONE, gst_fake_sink_get_type},
|
{"fakesink", GST_RANK_NONE, gst_fake_sink_get_type},
|
||||||
|
#ifndef WIN32
|
||||||
{"fdsrc", GST_RANK_NONE, gst_fdsrc_get_type},
|
{"fdsrc", GST_RANK_NONE, gst_fdsrc_get_type},
|
||||||
|
#endif
|
||||||
{"filesrc", GST_RANK_NONE, gst_file_src_get_type},
|
{"filesrc", GST_RANK_NONE, gst_file_src_get_type},
|
||||||
{"identity", GST_RANK_NONE, gst_identity_get_type},
|
{"identity", GST_RANK_NONE, gst_identity_get_type},
|
||||||
{"filesink", GST_RANK_NONE, gst_file_sink_get_type},
|
{"filesink", GST_RANK_NONE, gst_file_sink_get_type},
|
||||||
|
|
|
@ -51,7 +51,9 @@ static struct _elements_entry _elements[] = {
|
||||||
{"capsfilter", GST_RANK_NONE, gst_capsfilter_get_type},
|
{"capsfilter", GST_RANK_NONE, gst_capsfilter_get_type},
|
||||||
{"fakesrc", GST_RANK_NONE, gst_fake_src_get_type},
|
{"fakesrc", GST_RANK_NONE, gst_fake_src_get_type},
|
||||||
{"fakesink", GST_RANK_NONE, gst_fake_sink_get_type},
|
{"fakesink", GST_RANK_NONE, gst_fake_sink_get_type},
|
||||||
|
#ifndef WIN32
|
||||||
{"fdsrc", GST_RANK_NONE, gst_fdsrc_get_type},
|
{"fdsrc", GST_RANK_NONE, gst_fdsrc_get_type},
|
||||||
|
#endif
|
||||||
{"filesrc", GST_RANK_NONE, gst_file_src_get_type},
|
{"filesrc", GST_RANK_NONE, gst_file_src_get_type},
|
||||||
{"identity", GST_RANK_NONE, gst_identity_get_type},
|
{"identity", GST_RANK_NONE, gst_identity_get_type},
|
||||||
{"filesink", GST_RANK_NONE, gst_file_sink_get_type},
|
{"filesink", GST_RANK_NONE, gst_file_sink_get_type},
|
||||||
|
|
Loading…
Reference in a new issue