ext/mythtv/gstmythtvsrc.c: Re-apply docs patch from #468039; fix tab.
Original commit message from CVS: * ext/mythtv/gstmythtvsrc.c: Re-apply docs patch from #468039; fix tab. * gst/mpegtsparse/.cvsignore: Ignore marshaller files generated at build time.
This commit is contained in:
parent
68a1d6cfd5
commit
c553adff7a
@ -1,3 +1,11 @@
|
|||||||
|
2007-09-29 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* ext/mythtv/gstmythtvsrc.c:
|
||||||
|
Re-apply docs patch from #468039; fix tab.
|
||||||
|
|
||||||
|
* gst/mpegtsparse/.cvsignore:
|
||||||
|
Ignore marshaller files generated at build time.
|
||||||
|
|
||||||
2007-09-29 Sebastian Dröge <slomo@circular-chaos.org>
|
2007-09-29 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
|
* ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
GST_DEBUG_CATEGORY_STATIC (mythtvsrc_debug);
|
GST_DEBUG_CATEGORY_STATIC (mythtvsrc_debug);
|
||||||
#define GST_GMYTHTV_ID_NUM 1
|
#define GST_GMYTHTV_ID_NUM 1
|
||||||
#define GST_GMYTHTV_CHANNEL_DEFAULT_NUM (-1)
|
#define GST_GMYTHTV_CHANNEL_DEFAULT_NUM (-1)
|
||||||
#define GMYTHTV_VERSION_DEFAULT 30
|
#define GMYTHTV_VERSION_DEFAULT 30
|
||||||
#define GMYTHTV_TRANSFER_MAX_WAITS 100
|
#define GMYTHTV_TRANSFER_MAX_WAITS 100
|
||||||
#define GMYTHTV_TRANSFER_MAX_RESENDS 2
|
#define GMYTHTV_TRANSFER_MAX_RESENDS 2
|
||||||
#define GMYTHTV_TRANSFER_MAX_BUFFER (128*1024)
|
#define GMYTHTV_TRANSFER_MAX_BUFFER (128*1024)
|
||||||
@ -201,7 +201,9 @@ gst_mythtv_src_class_init (GstMythtvSrcClass * klass)
|
|||||||
g_param_spec_string ("location", "Location",
|
g_param_spec_string ("location", "Location",
|
||||||
"The location. In the form:"
|
"The location. In the form:"
|
||||||
"\n\t\t\tmyth://a.com/file.nuv"
|
"\n\t\t\tmyth://a.com/file.nuv"
|
||||||
"\n\t\t\tmyth://a.com:23223/file.nuv "
|
"\n\t\t\tmyth://a.com:23223/file.nuv"
|
||||||
|
"\n\t\t\tmyth://a.com/?channel=123"
|
||||||
|
"\n\t\t\tmyth://a.com/?channel=Channel%203"
|
||||||
"\n\t\t\ta.com/file.nuv - default scheme 'myth'",
|
"\n\t\t\ta.com/file.nuv - default scheme 'myth'",
|
||||||
"", G_PARAM_READWRITE));
|
"", G_PARAM_READWRITE));
|
||||||
|
|
||||||
|
3
gst/mpegtsparse/.gitignore
vendored
Normal file
3
gst/mpegtsparse/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
mpegtsparsemarshal.c
|
||||||
|
mpegtsparsemarshal.h
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user