summaryrefslogtreecommitdiff
path: root/sys/dshowvideosink
AgeCommit message (Expand)AuthorFilesLines
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-5/+2
2015-10-19dshowvideosink: Fix 64bit compatibility issueplamot1-9/+5
2014-12-05dshowvideosink: Port to 1.0 and new GLib threading APIChun-wei Fan3-165/+128
2012-11-04Fix FSF addressTim-Philipp Müller4-8/+8
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-06-29sys: make video sinks default to force-aspect-ratio=trueTim-Philipp Müller1-1/+1
2012-05-07dshowvideosink: add missing casts to LPCSTRAndoni Morales Alastruey1-6/+6
2012-05-07dshowvideosink: lower rank of the DirectShow video sink pluginAndoni Morales Alastruey1-1/+1
2012-05-07dshowvideosink: Fix compilation on x64 platformsAndoni Morales Alastruey1-0/+4
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-2/+2
2011-04-07dshowvideosink: update for latest GstXOverlay changesHaakon Sporsheim1-3/+3
2010-08-06dshowvideosink: close our own window when changing the window idAndoni Morales Alastruey1-3/+10
2010-08-06dshowvideosink: allow changing window ID whilst in PLAYING stateRaimo Jarvi1-1/+17
2010-07-23dshowvideosink: Improvements contributed from the Moovida projet.Julien Moutte3-124/+417
2010-07-07dshowvideosink: Update renderer aspect ratio after force-aspect-ratio propert...Philippe Normand2-2/+13
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+5
2010-02-01dshowvideosink: don't crash on invalid AM_MEDIA_TYPEDavid Hoyt1-1/+8
2009-12-08dshowvideosink: don't leak filter_media_eventStephen McNamara1-0/+5
2009-12-07dshowvideosink: spell things more betterer.Michael Smith1-1/+1
2009-12-07dshowvideosink: add virtual destructor for internal helper class.Stephen McNamara1-0/+1
2009-09-08dshowvideosink: remove unused variable to fix compiler warningHavard Graff1-1/+0
2009-02-12dshowvideosink: Return ASYNC appropriately from change_state.Michael Smith1-4/+8
2009-02-04Handle many more edge cases in dshowvideosink.Michael Smith4-1833/+2045
2008-08-13sys/: Initialise COM with default flags.Michael Smith2-2/+11
2008-06-04sys/dshowvideosink/: Fix up copyright notice on new plugin.Michael Smith4-6/+6
2008-06-02Add a new win32 videosink. Uses the DirectShow renderers for high-performance...Michael Smith6-0/+2011