GNOME Bugzilla – Bug 520897
new element: wininetsrc
Last modified: 2008-04-10 15:31:04 UTC
Please describe the problem: Streaming from an HTTP/HTTPS or similar source is commonly done using a library like libsoup. However, when small footprint is an issue it might be useful to use features that are part of the OS/platform. This element uses wininet to accomplish this on Windows. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 106743 [details] [review] wininet_plugin Written more as a proof-of-concept / fun hack than anything else, but seems to work.
Hi You made a lot of plugins, nice. But can you write a command line example. (not with fakesink element I mean) thx
You did it in pcapparse.
Committed, thanks: 2008-04-10 Tim-Philipp Müller <tim at centricular dot net> Patch by: Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com> * configure.ac: * sys/Makefile.am: * sys/wininet/Makefile.am: * sys/wininet/gstwininetsrc.c: * sys/wininet/gstwininetsrc.h: Add wininetsrc for basic http/ftp support on windows (#520897). I changed a few minor things, would be great if you could double-check that it still builds for you. I also added configure detection logic for mingw, will see if I can find someone to make sure that works too.