search for: autoplugging

Displaying 7 results from an estimated 7 matches for "autoplugging".

2006 May 19
0
ANNOUNCE: release of Cortado 0.2.0
...joy ! Thomas -------------- next part -------------- Release notes for Cortado?0.2.0 "Broken Record" Cortado applet Features of this release * Seeking in on-demand files and streams * Deadlock fixes * Build now uses ant * Shutdown fixes * Autoplugging based on mimetype; makes local file playback work * Autodect audio backend from sun.audio or javax.sound Bugs fixed in this release * 265 : NullPointerException * 142 : JPEG applet's internal buffering produces "lag" * 367 : cortado fails to build on ubun...
2007 Mar 22
1
Integrating Swfdec and GStreamer
...n user input. Particular in 0.8 there was a lot of buffering taking place inside pipelines, which made user input feel very unresponsive. I have no idea how much that is still the case in 0.10. - The audio issues pointed out in 2) might be interesting, too, in particular when thinking about autoplugging. Nonetheless I am very interested in a working GStreamer plugin for Swfdec. And I bet a lot of other people are, too. While designing the Swfdec API [6], I kept in mind that people want to use Swfdec inside GStreamer, so I hope there are no obstacles in implementing a GStreamer plugin. If...
2020 May 08
0
Wine release 5.8
...move some no longer necessary callbacks. quartz/tests: Remove some no longer necessary callbacks. sechost: New stub DLL. advapi32: Move event tracing APIs to sechost. ddraw/tests: Test vtbl protection. quartz: Don't register the DirectSound renderer as a filter for autoplugging. quartz: Don't register the audio renderer as a filter for autoplugging. quartz/tests: Relax a test for PresentImage(). include: Add the missing SetStreamMediaType() method to IVMRImageCompositor9. advapi32: Make {Lock, Unlock}ServiceDatabase() into a no-op. servic...
2020 Jun 19
0
Wine release 5.11
...quartz/vmr9: Get rid of VMR9_ImagePresenter_PresentOffscreenSurface(). quartz/tests: Relax some timings. ntoskrnl.exe/tests: Test completion callback parameters. ntoskrnl.exe: Call completion callbacks with the correct device. quartz: Try to connect all source pins when autoplugging from the registry. quartz/tests: Test autoplugging order. quartz: Combine IGraphBuilder::Render() and IGraphBuilder::Connect() into a single helper. quartz: Implement IFilterGraph2::RenderEx(). d3dcompiler/tests: Add a test for struct field semantics. d3dcompiler/tests...
2007 Oct 26
0
6 commits - configure.ac libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec_video.c player/swfplay.c
...ement factories */ + if (!GST_IS_ELEMENT_FACTORY (feature)) + return FALSE; + + /* only decoders are interesting */ + klass = gst_element_factory_get_klass (GST_ELEMENT_FACTORY (feature)); + if (strstr (klass, "Decoder") == NULL) + return FALSE; + + /* only select elements with autoplugging rank */ + if (gst_plugin_feature_get_rank (feature) < GST_RANK_MARGINAL) + return FALSE; + + /* only care about the right sink caps */ + for (walk = gst_element_factory_get_static_pad_templates (GST_ELEMENT_FACTORY (feature)); + walk; walk = walk->next) { + GstStaticPadTemplate...
2007 Oct 19
0
4 commits - configure.ac data/.gitignore data/icons data/Makefile.am data/swfdec-gtk.pc.in data/swfdec.pc.in .gitignore Makefile.am player/swfplay.c swfdec-gtk.pc.in swfdec.pc.in
.gitignore | 3 Makefile.am | 16 -- configure.ac | 11 + data/.gitignore | 3 data/Makefile.am | 30 +++ data/icons/22x22/Makefile.am | 2 data/icons/22x22/swfdec.png |binary data/icons/24x24/Makefile.am | 2 data/icons/24x24/swfdec.png |binary
2020 Mar 27
0
Wine release 5.5
...on for a warning. d3dcompiler: Get rid of the "dxversion" argument to create_writer(). d3dcompiler: Get rid of the "dxversion" argument to SlWriteBytecode(). d3dcompiler: Store the shader version using separate integer fields. quartz/tests: Add a test for autoplugging from UYVY. quartz/tests: Add some tests for AVI decoder pin connection. quartz/avidec: Correctly implement avi_decompressor_source_get_media_type(). quartz/avidec: Correctly implement avi_decompressor_source_query_accept(). quartz/avidec: Don't determine the source forma...