Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-18 | win32/common/gstenumtypes.c: Some indention fixes by gst-indent. | Matthias Bolte | 3 | -7/+26 | |
Original commit message from CVS: * win32/common/gstenumtypes.c: (register_gst_buffer_flag), (register_gst_buffer_copy_flags), (register_gst_clock_flags), (register_gst_debug_graph_details), (register_gst_state_change_return), (register_gst_state_change), (register_gst_element_flags), (register_gst_core_error), (register_gst_library_error), (register_gst_resource_error), (register_gst_stream_error), (register_gst_event_type_flags), (register_gst_event_type), (register_gst_index_entry_type), (register_gst_assoc_flags), (register_gst_message_type), (register_gst_mini_object_flags), (register_gst_pad_link_return), (register_gst_flow_return), (register_gst_pad_template_flags), (register_gst_pipeline_flags), (register_gst_plugin_error), (register_gst_tag_merge_mode), (register_gst_alloc_trace_flags), (register_gst_type_find_probability), (register_gst_parse_error): Some indention fixes by gst-indent. Patch by: Matthias Bolte <photon at mail dot upb dot de> * win32/vs8/grammar.vcproj: * win32/vs8/libgstcontroller.vcproj: * win32/vs8/libgstreamer.vcproj: Fix compilation with VS8 and include some missing files. | |||||
2006-12-01 | win32/: Fix compilation on win32 under VS8 | Sergey Scobich | 3 | -5/+13 | |
Original commit message from CVS: * win32/common/libgstbase.def: * win32/common/libgstreamer.def: * win32/vs8/libgstbase.vcproj: * win32/vs8/libgstcoreelements.vcproj: * win32/vs8/libgstreamer.vcproj: Fix compilation on win32 under VS8 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com> Partially fixes #381175 | |||||
2006-10-28 | Add needed entries in .def files. | Sergey Scobich | 2 | -10/+10 | |
Original commit message from CVS: Patch by: Sergey Scobich <sergey dot scobich at gmail dot com> * gst/gst.c: * win32/common/libgstbase.def: * win32/common/libgstreamer.def: * win32/vs8/libgstbase.vcproj: * win32/vs8/libgstcontroller.vcproj: Add needed entries in .def files. Use HAVE_UNISTD_H. Rearrange def files in vs8 solutions. Fixes #366286. | |||||
2006-10-15 | win32/vs8/grammar.vcproj: Error out with a warning if glib-genmarshal.exe is ↵ | Marcus Granado | 1 | -3/+3 | |
not in path, instead of creating bogus g... Original commit message from CVS: Patch by: Marcus Granado <mrc dot gran at gmail com> * win32/vs8/grammar.vcproj: Error out with a warning if glib-genmarshal.exe is not in path, instead of creating bogus gstmarshal.[ch] files. Fixes #361720. | |||||
2006-10-12 | win32/: Don't reference glib-compat.c which is currently not used and not ↵ | Tim-Philipp Müller | 1 | -4/+4 | |
disted; add gstquark.c which was recently a... Original commit message from CVS: * win32/vs6/libgstreamer.dsp: * win32/vs7/libgstreamer.vcproj: * win32/vs8/libgstreamer.vcproj: Don't reference glib-compat.c which is currently not used and not disted; add gstquark.c which was recently added. Fixes #361730. | |||||
2006-01-29 | win32/vs8: add vs8 project files created by Sergey Scobich | Sébastien Moutte | 8 | -0/+1743 | |
Original commit message from CVS: * win32/vs8: add vs8 project files created by Sergey Scobich |