hi, after almost finish all gstreamer rebuild: - gstreamer-plugins-base add rtsp patch without it rstp not usable on windows. already upstream: https://bugzilla.gnome.org/show_bug.cgi?id=610916
- mingw-gstreamer-plugins-bad add gst-plugins-bad-d3d.patch the new d3dvideosink. already upstream: https://bugzilla.gnome.org/show_bug.cgi?id=651782 https://bugzilla.gnome.org/show_bug.cgi?id=652035 unfortunately it's not compile with mingw-64 trunk, just only 1.0, but the fix is on the way into mingw64 trunk. - mingw-gstreamer-ffmpeg not in the svn repo since not in fedora, but a good conclusion that before the new marcos this was working (ie with %_mingw32_configure): --------------------------- %mingw_configure "--enable-shared" "--disable-static" "--with-ffmpeg-extra-configure='--disable-pthreads --enable-w32threads --disable-muxer=matroska --disable-demuxer=matroska'" --------------------------- see the last parameter has "''", but it's no longer works. the only workaround i found is: --------------------------- export with_ffmpeg_extra_configure='--disable-pthreads --enable-w32threads --disable-muxer=matroska --disable-demuxer=matroska' %mingw_configure "--enable-shared" "--disable-static" --------------------------- do i add mingw-gstreamer-ffmpeg to the svn? -- Levente "Si vis pacem para bellum!" _______________________________________________ mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/mingw
