diff --git a/ChangeLog b/ChangeLog index 53cb9ec656..22bfc3dcce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-09-29 Tim-Philipp Müller + + * 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 * ext/gio/gstgiosink.c: (gst_gio_sink_base_init), diff --git a/ext/mythtv/gstmythtvsrc.c b/ext/mythtv/gstmythtvsrc.c index cd1420331a..06825fb37f 100644 --- a/ext/mythtv/gstmythtvsrc.c +++ b/ext/mythtv/gstmythtvsrc.c @@ -87,7 +87,7 @@ GST_DEBUG_CATEGORY_STATIC (mythtvsrc_debug); #define GST_GMYTHTV_ID_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_RESENDS 2 #define GMYTHTV_TRANSFER_MAX_BUFFER (128*1024) @@ -201,7 +201,9 @@ gst_mythtv_src_class_init (GstMythtvSrcClass * klass) g_param_spec_string ("location", "Location", "The location. In the form:" "\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'", "", G_PARAM_READWRITE)); diff --git a/gst/mpegtsparse/.gitignore b/gst/mpegtsparse/.gitignore new file mode 100644 index 0000000000..59744e683f --- /dev/null +++ b/gst/mpegtsparse/.gitignore @@ -0,0 +1,3 @@ +mpegtsparsemarshal.c +mpegtsparsemarshal.h +