summaryrefslogtreecommitdiff
path: root/ext/libmms
Commit message (Expand)AuthorAgeFilesLines
* libmms: allow per feature registrationStéphane Cerveau2021-03-232-2/+4
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-3/+4
* Remove autotools build systemTim-Philipp Müller2019-10-141-9/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+1
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+13
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-2/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* mms: Fix format string for off_t/goffsetSebastian Dröge2012-12-111-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* mms: Use correct enum typeSebastian Dröge2012-04-241-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans2012-01-031-1/+1
* mmssrc: make connection-speed property a guint64Tim-Philipp Müller2011-11-242-5/+6
* Update for GstURIHandler get_protocols() changesTim-Philipp Müller2011-11-131-8/+13
* mmssrc: port to 0.11Wim Taymans2011-10-041-45/+24
* mms: fix warnings related to the format on the debug lines.Josep Torra2011-08-311-1/+1
* mmssrc: Use the escaped location for the RTSP redirect messageSebastian Dröge2010-05-061-3/+4
* mmssrc: Check URI for validity and work around URI parsing bugs in libmmsSebastian Dröge2010-05-061-11/+60
* mmssrc: Some random cleanupSebastian Dröge2010-05-061-38/+29
* Add -Wwrite-stringsBenjamin Otte2010-03-221-2/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* mmssrc: post error message in addition to redirect when connect failsTim-Philipp Müller2010-01-121-0/+8
* mms: printf format fixesTim-Philipp Müller2009-11-051-7/+6
* mms: fixes warning in macosx snow leopardJosep Torra2009-10-111-2/+3
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-071-0/+1
* Make build without warnings with debugging disabledTim-Philipp Müller2009-06-191-4/+3
* mms: extend BaseSrc query handling rather than overridingMark Nauwelaerts2009-05-031-29/+9
* mmssrc: If the connection fails, emit a redirection msg to the rtsp equivalent.Edward Hervey2009-04-211-2/+12
* Add seeking support to mmssrc. Fixes bug #469930.Hans de Goede2009-01-232-61/+199
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/libmms/gstmms.c (plugin_init): Fix return type of the GstURIHandler::get_...Ole André Vadla Ravnås2008-09-301-1/+1
* Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge2008-03-131-1/+1
* Add connection speed property to libmms. Fixes #464678.Josep Torre Valles2007-08-082-5/+33
* ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here...Tim-Philipp Müller2007-05-311-3/+3
* ext/libmms/gstmms.c: These debug statements should be using LOG level.Tim-Philipp Müller2006-12-151-4/+4
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller2006-06-231-1/+1
* ext/libmms/gstmms.c: Set caps on outgoing buffers.Tim-Philipp Müller2006-06-121-0/+2
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-5/+6
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-6/+5
* ext/libmms/gstmms.*: Some clean-ups; more debug output; use blocksize propert...Tim-Philipp Müller2006-03-102-98/+66
* ext/libmms/gstmms.c: Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no ...Tim-Philipp Müller2006-02-141-21/+15
* Just chain up finalize calls (calling parent_class->finalize).Edgard Lima2006-01-251-1/+4
* Finalize method has been created and others small changes.Edgard Lima2006-01-251-2/+22
* Removed gst_base_src_set_live from mms and neon, and now calling parent_class...Edgard Lima2006-01-161-2/+0