index
:
delta/gstreamer-plugins-bad.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
baserock/1.4
baserock/1.6
baserock/1.6.3
baserock/morph/1.2
discontinued-for-monorepo
master
gitlab.freedesktop.org: gstreamer/gst-plugins-bad.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
libmms
/
gstmms.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mms: Fix format string for off_t/goffset
Sebastian Dröge
2012-12-11
1
-2
/
+2
*
Fix FSF address
Tim-Philipp Müller
2012-11-04
1
-2
/
+2
*
Use gst_element_class_set_static_metadata()
Tim-Philipp Müller
2012-10-17
1
-1
/
+1
*
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Mark Nauwelaerts
2012-09-14
1
-1
/
+1
*
mms: Use correct enum type
Sebastian Dröge
2012-04-24
1
-1
/
+1
*
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
2012-04-05
1
-1
/
+1
*
GST_FLOW_UNEXPECTED -> GST_FLOW_EOS
Wim Taymans
2012-01-03
1
-1
/
+1
*
mmssrc: make connection-speed property a guint64
Tim-Philipp Müller
2011-11-24
1
-4
/
+5
*
Update for GstURIHandler get_protocols() changes
Tim-Philipp Müller
2011-11-13
1
-8
/
+13
*
mmssrc: port to 0.11
Wim Taymans
2011-10-04
1
-45
/
+24
*
mms: fix warnings related to the format on the debug lines.
Josep Torra
2011-08-31
1
-1
/
+1
*
mmssrc: Use the escaped location for the RTSP redirect message
Sebastian Dröge
2010-05-06
1
-3
/
+4
*
mmssrc: Check URI for validity and work around URI parsing bugs in libmms
Sebastian Dröge
2010-05-06
1
-11
/
+60
*
mmssrc: Some random cleanup
Sebastian Dröge
2010-05-06
1
-38
/
+29
*
Add -Wwrite-strings
Benjamin Otte
2010-03-22
1
-2
/
+2
*
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
2010-03-18
1
-7
/
+4
*
mmssrc: post error message in addition to redirect when connect fails
Tim-Philipp Müller
2010-01-12
1
-0
/
+8
*
mms: printf format fixes
Tim-Philipp Müller
2009-11-05
1
-7
/
+6
*
mms: fixes warning in macosx snow leopard
Josep Torra
2009-10-11
1
-2
/
+3
*
build: fprintf, sprintf, sscanf need stdio.h
Stefan Kost
2009-10-07
1
-0
/
+1
*
Make build without warnings with debugging disabled
Tim-Philipp Müller
2009-06-19
1
-4
/
+3
*
mms: extend BaseSrc query handling rather than overriding
Mark Nauwelaerts
2009-05-03
1
-29
/
+9
*
mmssrc: If the connection fails, emit a redirection msg to the rtsp equivalent.
Edward Hervey
2009-04-21
1
-2
/
+12
*
Add seeking support to mmssrc. Fixes bug #469930.
Hans de Goede
2009-01-23
1
-57
/
+196
*
ext/libmms/gstmms.c (plugin_init): Fix return type of the GstURIHandler::get_...
Ole André Vadla Ravnås
2008-09-30
1
-1
/
+1
*
Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...
Sebastian Dröge
2008-03-13
1
-1
/
+1
*
Add connection speed property to libmms. Fixes #464678.
Josep Torre Valles
2007-08-08
1
-5
/
+31
*
ext/libmms/gstmms.c: These debug statements should be using LOG level.
Tim-Philipp Müller
2006-12-15
1
-4
/
+4
*
Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...
Tim-Philipp Müller
2006-06-23
1
-1
/
+1
*
ext/libmms/gstmms.c: Set caps on outgoing buffers.
Tim-Philipp Müller
2006-06-12
1
-0
/
+2
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
1
-5
/
+6
*
Unify the long descriptions in the plugin details (#337263).
j^
2006-04-06
1
-6
/
+5
*
ext/libmms/gstmms.*: Some clean-ups; more debug output; use blocksize propert...
Tim-Philipp Müller
2006-03-10
1
-95
/
+64
*
ext/libmms/gstmms.c: Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no ...
Tim-Philipp Müller
2006-02-14
1
-21
/
+15
*
Just chain up finalize calls (calling parent_class->finalize).
Edgard Lima
2006-01-25
1
-1
/
+4
*
Finalize method has been created and others small changes.
Edgard Lima
2006-01-25
1
-2
/
+22
*
Removed gst_base_src_set_live from mms and neon, and now calling parent_class...
Edgard Lima
2006-01-16
1
-2
/
+0
*
ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...
Tim-Philipp Müller
2005-12-12
1
-2
/
+2
*
Just removed a weird printf ;-)
Edgard Lima
2005-12-11
1
-2
/
+0
*
Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant PREROOL...
Edgard Lima
2005-12-11
1
-26
/
+76
*
libmm ported to 0.9. It works fine, but print some error messages. I'll fix t...
Edgard Lima
2005-11-29
1
-122
/
+108
*
Fix up all the state change functions.
Jan Schmidt
2005-09-05
1
-9
/
+9
*
I'm too lazy to comment this
Thomas Vander Stichele
2005-01-04
1
-1
/
+1
*
First commit. To my knowledge should be in working state, playbin is supporte...
Maciej Katafiasz
2004-12-22
1
-0
/
+432